搜索资源列表
用SDK编写的异形位图演示窗口
- 用SDK编写的异形位图演示窗口,这个不是用MFC 编写的-SDK used to prepare a square windows bitmap demonstration, this is not to prepare the MFC
汉诺塔的演示程序
- 初学MFC时的拙作,一个汉诺塔的演示程序,采用非递归、非堆栈的算法,直接根据当前步数推算出汉诺塔的状态。界面用GDI实现,伪3D的风格。-beginners at the exposition, a HANOR the demo program, the use of non - recursive and non-stack algorithm, directly under the current steps are project
Ant-mfc
- 在这里可以下载到,精神恍惚了一个星期,终于写完了,真是高兴啊,挺好玩的, http://www.0635jj.com/蚁群算法MFC版演示程序. ... 多个线程读到的内容大体都相同,怎么能让每个线程有一个独立的数据源来产生随机数呢,,,,大家在用程序的时候,-here can be downloaded to a trance, a week, finally finished, really pleased ah, very goo
Wavelet1D
- 小波算法的演示程序,实现了一维小波算法,并有MFC演示界面
MFC 绘图示例
- MFC绘图示例,用于演示MFC下如何进行直线等的实现。-MFC Mapping example, the MFC for demonstrating how to achieve the straight.
各种界面演示
- 一个MFC编写的用于演示各种界面编程的代码,比较全,基本上包含所有能够使用的MFC界面-an MFC prepared for the demonstration of various programming interface code, the entire comparison, contains basically all the MFC to use interface
基于VC++MFC的图片浏览器
- 一个完整的毕业设计+论文+PPT演示,VC++基于MFC的图片浏览器
个人制作的动态拆分窗口MFC
- 演示如何组合拆分的MFC拆分窗口
图形的对称变换,旋转变换,缩放变换演示
- 用MFC编程的绘图软件,可以进行旋转、对称、缩放等变换,是学习C++的好资料
多线程USB通讯演示
- MFC的小项目演示了如何对于USB设备的枚举,然后读写,分别按不同线程操作的示例
SDI_Note_demo
- This simple SDI Notepad-like application demonstrates how, taking advantage of the MFC support for Unicode, to Turkmenize labels of the specified menu items. Actually, Turkmen is not supported by Windows 2000, therefore,
MFCIteratorDemo
- 这个项目演示了STL风格的迭代子,如何编写自己的迭代子,使用容器来简化STL,并与STL兼容。在这个例子中使用的容器是MFC框架应用程序,文档模板,文档类CWinApp,-the project demonstrated the STL- style iteration, how to prepare their son iteration, the use of containers to simplify the STL, and
FileMng
- MFC做的windows文件系统演示-MFC do windows File System Demonstration
MFC 绘图示例
- MFC绘图示例,用于演示MFC下如何进行直线等的实现。-MFC Mapping example, the MFC for demonstrating how to achieve the straight.
各种界面演示
- 一个MFC编写的用于演示各种界面编程的代码,比较全,基本上包含所有能够使用的MFC界面-an MFC prepared for the demonstration of various programming interface code, the entire comparison, contains basically all the MFC to use interface
mfc
- 一个mfc的菜单演示,很适合初学者,大家可以关注一下,恩-The menu shows a mfc
MFC-ADO-SQL_LabMIS
- MFC下ADO数据库开发的例程,VS2005+SQL2000测试。MFC工程中封装了一个ADO操作数据库的类,用类似通讯录管理界面演示了该类的使用方法。单界面,简洁易用。 -MFC ADO database development under routine, VS2005+ SQL2000 test. MFC encapsulates a project to operate the database ADO class, wit
mymfc_guojia
- opencv2.1 - VS2008 开发,MFC演示,读图,读视频,读入双摄像头。-opencv2.1- VS2008 development, MFC demonstration, Picture stories, read the video, read the two cameras.
About-Button-in-MFC
- 该程序演示如何将MFC的BUTTON类继承为自己设计的类,能够修改颜色,改变形状,-The program demonstrates how to inherit the class of MFC BUTTON class of their own design, can change colors, change shape,
汉诺塔及二叉树图形演示
- 汉诺塔 演示程序 二叉树 演示动画 实现动态的观看到汉诺塔的盘子移动过程,动态的观看到树的遍历过程,树的查找过程 MFC实现