搜索资源列表
Queen_PF
- 经典的八皇后问题,结合MFC界面编程,能够清晰看到皇后的排列位置。-eight Queen's classic, combining MFC programming interface, can see clearly what the position with the Queen.
eight_queen.经典的八皇后问题用VC++实现
- 经典的八皇后问题,用VC++实现,遍历各种出现的结果,MFC界面,8 Queen' s classic problem, with VC++ to achieve, the result of various traversal
hanoi.rar
- 看了数据结构那本书的源代码,又学了点MFC的知识,顺便就把可视化程序做出来了,不过功能少了点,请大家多多指教!,Read the data structure of the book' s source code, but also learn a little knowledge of MFC, the way they do out of visual programming, but the functional少了点, exhibitions please!
banker
- 银行家算法的MFC模拟程序,可输入MAX,ALLOCAT数值,计算安全序列-Banker s algorithm designed in MFC
queen8
- 本程序是用MFC编写的八皇后问题,比较适合学生使用。-This procedure is used to prepare the eight MFC s problems are more suitable for students.
ContactBook
- 数据结构课链表实验设计——一个MFC下的小巧学生通讯录。代码欢迎大家来参考。将双向带头尾链表封装在一个类里(因为是数据结构课,所以没用STL的list)。然后将链表封装在通讯录类里供Dialog使用。-Experimental Design class list data structure- a small MFC students under the address book. Welcome to the code reference. Will take the lead in the
the-application-of-tree
- 做了一个树模板类(protected派生于二叉树类)。 类方法模仿MFC的CTreeCtrl-Made a tree template class (protected derived from binary tree class). MFC' s CTreeCtrl class method to imitate