搜索资源列表
DemoandSrc
- mfc下一个grid的实现,可以参照写出复杂的列表功能,作为示例提供-mfc realization of a grid, you can write with reference to the list of complex functions, as an example to provide
Layman-MFC
- 本书分为四大篇。第一篇提出学习 MFC程序设计之前的必要基础,包括 Windows 程序的 基本观念以及 C++ 的高级意识。第二篇介绍 Visual C++ 整合环境开发工具。 第三篇介绍 application framework 的观念,以及 MFC骨干程序。所謂骨干程序,是指 Visual C++ 的工具 AppWizard 所产生出来的代码。 第四篇以微软公司附于 Visual C++ 光碟片上的一个范例程序 Scribble 为主轴,一步一步加上新的功能。并在其中深入
GridDemo
- Visual C++ 6下,基于MFC的自制Grid网格控件,以及相关使用示例-Grid Control
Virtual-Grid-Control
- vc++实现的虚拟grid控件。类似mfc的虚拟list control实现表格功能,但没有利用mfc封装的虚拟列表控件。如果需要,可自己进行更多扩展。-Virtual grid control implementation in visual c++. Like mfc s virtual list control, but implemented in different way. You can extend the control in source code if it s neces
vis1
- 在Visual C++中采用网格序列法实现等值线生成,为MFC 可执行文件;-In VC sequences using a grid method to achieve contour generation
My_GridRoad-1.0
- 格路问题 -算法分析之动态规划 MFC文档编程,可视化实现格路问题,即寻找从始点到终点的最短路径的问题,可视化显示网格以及网格的距离数值,可以设定网格大小以及对每个点的信息右键进行查看和修改。 动态规划方法。 C++6.0编写- - Grid road problem dynamic programming algorithm analysis of MFC programming documentation, visualization achieve grid road problems
DDA
- 在Visual C++ 的MFC中实现DDA 画线算法 通过网格的形式表现出来(The implementation of the DDA drawing algorithm in the MFC of Visual C++ is shown in the form of the grid)