资源列表
[界面编程] Basic_FLTK_File_Chooser
说明:基于vc6环境下开发,实现了打开文件操作,利用了fltk图形开发包-based vc6 environment in development and operation of open files using a graphical development kit fltk<黎明> 在 2008-10-13 上传 | 大小:23.98kb | 下载:0
[对话框与窗口] vc-colorfullines
说明:一个很有意思的程序,可以在客户区内画出各种彩色的线段,很值得借鉴!-a very interesting process, the customer can draw various areas of the color line, we can draw!<赵伟> 在 2008-10-13 上传 | 大小:23.96kb | 下载:0
[按钮控件] 另类HotButton
说明:本源码是基于Visual C++的,是一种Hot按钮,这种按钮有它独特的一面-this source is based on Visual C, and it is a Hot button, the button has its unique side<昭君> 在 2008-10-13 上传 | 大小:23.98kb | 下载: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