资源列表
[其它] 托盘控件cooltray
说明:This zip-file contains the two Delphi components, CoolTrayIcon and TextTrayIcon (tray icon components). Refer to CoolTrayIcon.html, TextTrayIcon.html, and install.txt for documentation. See also convert_cti_projec<342838717@qq.com> 在 2009-07-27 上传 | 大小:543.29kb | 下载:0
[其它] VB.NET解压与解压
说明:用VB.NET2008编写,利用线程技术外调WinRAR,解压与解压文件。普通的用Shell方式外调WinRAR,是无法准确掌握压缩完成和解压完成时间的。<huyanhua999@126.com> 在 2011-11-16 上传 | 大小:145.71kb | 下载:0
[其它] read_from_textfile
说明:运行程序弹出对话框,选择文本文件路径后,将制定文本文件进行解析,并保存到内存<oyxt007@163.com> 在 2010-02-02 上传 | 大小:2.01mb | 下载:0
[其它] AVL树实现
说明:纯C实现的AVL树,Demo是MFC的。非递归的遍历,完全支持添加、删除和搜索节点。设计灵活,容易扩展。以下是API struct tagAvlTree; typedef struct tagAvlTree AvlTree; struct tagAvlNode; typedef struct tagAvlNode AvlNode; struct tagAvlNode { AvlNode *left; AvlN<doitfreely> 在 2010-04-03 上传 | 大小:23.97kb | 下载:0