资源列表
MM_final
- 简单的基于Huffman以及LZW的压缩工具-Simple Huffman and LZW-based compression tools
OtoGonder
- Auto file sender application
GuiToolkit
- 界面换肤,很漂亮的,都可以用,而且免费游,界面换肤,很漂亮的,都可以用,而且免费游
Reliability_Training_7-06
- 可靠性设计入门材料,是一个介绍性的文档。-basic discr iption of reliability
cxgf
- 规范查询代码。让代码清晰易懂 -Standardized query code. So that the code clear and understandable standard query code. Let the code clear and understandable
Windows7
- Windows 7 系统进程服务详解(CHM),提供大家参考-Windows 7 System Process Service Xiangjie (CHM)
hyperedit_demo
- Edit控件内加载url连接的子类,这是个演示程序。-Edit control is loaded inside the url to connect sub-class, this is a demo program.
PictureEx
- 这是个加载动态的图片的子类演示,包含源代码,用C++完成。-This is a dynamically loaded sub-class presentation of pictures, including source code, using C++ to complete.
barcode
- 一个用来生成和识别条形码的源代码实例,用C++编写,使用方便。-A bar code is used to generate and identify examples of the source code, using C++ to prepare, easy to use.
ping
- 此ping程序,是把在dos运行的程序移植到windows,本程序的地址栏为IP或域名输入 ,频率栏为时间间隔,单位为秒,点击开始后,程序便以频率为间隔,不断的ping,直至点击停止,所ping的信息会保存在程序所在的路径下的record.log文件下,本程序小有功能,还不完善,如有高人,还请指教。-The ping program is to run the dos programs ported to windows, this program' s address bar to
TSZS
- 网络调试工具,很实用的网络调试工具,下载下载-Network debugging tools, it is useful network debugging tools, download to download to see if
babycare
- 1. 建立baby类; 2. 开始状态为3个孩子(Bob,6 months old; Ann,12;Mary 7), 每个孩子有3个状态hunger,nappy,boredom,若满意时其值为0, 假定开始时每个孩子都是满意的。 3. 每次操作,更新孩子的数据,hunger值+=2*age; nappy值+=2*(12-age); boredom值+=20; 当其中任一项的值达到100时,该小孩将会crying。 4. 当进行下列操作时, F