资源列表
vbcp
- vb屏幕截图,一个好用的vb屏幕截图软件源代码,广大爱好者们分享以下-Screen capture by VB.
validate
- 3个VB.net的控件事例,一个简单的验证控件,希望对大家有帮助-Three VB.net control sample include a valid verify input control.
dllmake
- 这个程序罗列了VC++如何制作DLL的一系列过程,可以参考-How to develop windows DLL by VC++.
橡皮筋012
- 这个程序演示了如何通过vc++来制作类似画图板系统的橡皮筋操作-Drawing elastic line using VC++ like in pbrush.exe.
200541933506533
- 软件名称: 民航时刻表 软件语言: 简体中文 运行环境: Embedded Visual C++ 软件大小: 198 KB 软件简介: 民航时刻表-Aircraft shedule system, by Embedded Visual C++.
哈夫曼树编码
- 哈夫曼树编码,利用哈夫曼树算法实现对数据的压缩-Compress data by Huffman coding
WindowScroller_src
- 牛人写的类似于IE中的滚轮鼠标图形的实现,很好用,强烈推荐-An MFC control for adding middle mouse button scrolling to any CWnd derived window
怎样获取快捷方式所指向的目标文件名
- 怎样获取快捷方式所指向的目标文件名? HRESULT hres IShellLink* psl HRESULT hres IShellLink* psl char szGotPath[MAX_PATH] char szDescr iption[MAX_PATH] WIN32_FIND_DATA wfd OleInitialize(0) hres = CoCreateInstance(CLSID_ShellLink, NULL, CLSCTX_INPROC_SERVER, IID_IShellLi
Gdemo2
- 1、 介绍计算机动画的基本知识和实现方法 2、 在VC++中建立时钟消息,使用时钟消息产生动画。 3、 介绍动态地获取图形文件名。 4、 介绍在VC++中窗口、控件大小控制和定位的方法。 5、 程序运行时的目录定位方法。-Demos of graph animation program in windows.
4_02
- 由迭代产生的分形图形,修改其中的压缩码,可以得到很多分形图形-Fractal graphic by iterative method. It can make more Fractal graphic by changing its compress code.
Koch
- 分形图形,又递归算法实现:implementation of the CKochView cla-Fractal graphic,implementation of the CKochView cla
tree3
- 分形图的实现:c++源代码,分形树由递归算法生成。-Fractal graphic sample