蓝米

积分:348
上传文件:6
下载次数:2
注册日期:2007-11-01 19:18:58

上传列表
EnableGroupboxControls_demo.zip - EnableGroupboxControls is a function I have used in several projects, where I wanted to enable/disable all the controls within a groupbox. There are several other solutions to this problem here on CodeProject - I have included a list here. None of these, however, had everything I was looking for: Able to be used in MFC or non-MFC project - since I spend a lot of time maintaining older Windows applications, I wanted a very lightweight solution. Able to be used without instantiating class - this was important, because I necessarily have to minimize the impact on existing code. Able to be used without recoding or redefining existing control variables - again, for same reasons as previous point. Able to accommodate nested groupboxes - many of the dialogs in apps I maintain are non-trivial, because the apps themselves are highly technical. Nesting groupboxes is one way of coping with complex user interfaces. ,2008-04-10 11:47:02,下载24次
huffman_src.zip - I ve written some many years ago dynamic Huffman algorithm to compress and decompress data. It is mainly targeted to data with some symbols occuring more often than the rest (e.g. having some data file consisted of 3 different symbols and their total number of occurence in that file s1(1000), s2(200), s3(30) so the total length of file is 1000+200+30=1230 bytes, it will be encoded assigning one bit to s1 and 2 bits to s2, s3 so the encoded length will be 1*1000+2*(200+30)=1460 bits=182 bytes). In the best case the file consisted of just one symbol will be encoded with compression ratio as 1:8. Huffman coding is used in image compression, however in JPEG2000 arithmetic codec is imployed.,2008-04-10 11:46:08,下载25次
XColorSpectrumCtrl_demo.zip - XColorSpectrumCtrl mimics behavior of spectrum control on custom page of Microsoft Office® color picker:,2008-04-10 11:42:25,下载16次
JSNumberFormatting.zip - The control uses javascript to handle number formatting as you keep typing and does the validation as well. For one of our requirement, we needed a javascript based control that did formatting as the users kept typing. Google search only yielded script that did formatting on focus change events only. So I went about creating a new control myself. ,2008-04-09 16:19:38,下载3次
CPictureCtrl.zip - This article describes a MFC Control that makes it possible to display any Picture in a standard Image format (like bmp, gif, jpeg, etc...) on a Dialog.,2008-04-09 16:08:11,下载115次
CodezBank.zip - CodezBank is just a small application that stores source code snippets organized in a hierarhichal maner with basic search ability. You just copy and paste the code snippet into or from this application via clipboard. If you have a bag of coding tricks then you want to keep them in this app.,2008-04-09 16:05:54,下载9次

近期下载

收藏