搜索资源列表
flight_PF
- 民航机票预订系统 结合MFC界面编程 具有订票、退票,客户及航班查询等功能。-airline tickets booking system combining MFC programming interface with booking, a refund, customer and flights query capabilities.
Queen_PF
- 经典的八皇后问题,结合MFC界面编程,能够清晰看到皇后的排列位置。-eight Queen's classic, combining MFC programming interface, can see clearly what the position with the Queen.
Convex_Hull
- 凸包算法在VC6下实现,使用MFC界面编程显示结果
shuzuyingyong
- 用MFC实现数据结构课程设计之数组应用 (可视化编程)
Josephus
- MFC编程实现约瑟夫环(编号为1—n的n个人按顺时针方向围坐一圈,首先从第m个人开始按顺时针方向从1开始依次报数,报到数m的人就出圈,然后再从他的下一个人开始,重新从1开始报数,报到m的人,再令其出列,一直到所有人都出圈为止。求出n个人的出列编号序列。)-MFC Programming Joseph Central (numbered 1-n n-person sitting clockwise circle, starting with the first m individuals to e
0804-08081401huffman
- 实现统计字母频率,实现哈夫曼树的建立,并现实0 1代码,MFC GDI编程,还实现了发送,译码功能,接受,顺便还实现了聊天功能-Achieve statistical letter frequencies, to achieve the establishment of Huffman trees, and reality 01 code, MFC GDI programming, but also realized the sending, decoding functions to acce
Eight-Digital
- 八数码 对任意数字序列重新排序 高级散列函数 MFC基础编程-Eight Digital Reorder the sequence of any number Senior hash function MFC based programming
maze
- 数据结构课程设计上的迷宫求解, MFC编程-Data structure to solve the maze on curriculum design, MFC Programming
mfc
- 编程设计北京市公交/地铁查询系统 ? 能够录入和修改公交线路的信息(存储在数据文件中) 只有被授权工作人员可以使用此功能 ? 查询所有线路(按起点名称排序)信息 起点、终点、首末车时间、票价规则、…… ? 查询指定线路的公交线路详情 沿途站点、首末车时间、票价规则、站间距离、…… ? 查询某一位置途径的所有公交线路 选作:位置同义词判定。如:明光村和明光桥东 ? 指定起点和终点,查询乘车方案 ? 无条件 (90分) ? 换乘次数少优先(
MyPaixu
- 用MFC实现基本的升降序排序功能,学习VC或MFC编程的必要练习。-Using MFC to achieve the basic function of the ascending descending order, learning the necessary VC or MFC programming practice.
LongestIncre
- 贪心算法,动态规划:最长递增子序列的实现,MFC编程。-Greedy algorithms, dynamic programming: the realization of the longest increasing subsequence, MFC programming.
ex_2_khpp
- 数据结构实验,括号匹配,VC++编程,MFC界面实现,用户输入一串表达式,判别括号是否匹配-Experimental data structure, bracket matching, VC++ programming, MFC interface implementation, the user enters a string expression, determine whether the matching parenthesis
data-and-structure-in-VCPP
- 详细讲解MFC编程会用到的数据结构与算法,包括树,链表,图等。-the data structure and arithmetic in Visual C++
MFC-BST
- MFC编程实现二叉搜索树,包括查找,插入,删除和旋转。-MFC programming for binary search tree, including find, insert, delete, and rotate.
Binarytree
- 能够在MFC中实现二叉树的,通过这个歌例子可以很好的学习C++中MFC编程-this isa binary
GA_TSP2
- 基于遗传算法的TSP问题实现 本程序是利用MFC编程,通过读入文件信息计算得出最佳路径.并可视化了路程的路线.-Solving Travel salesman problem using genetic algorithm
shortestpath
- 迪杰斯特拉算法最短路径,基于vc++mfc平台开发,可供数据结构编程参考-Dijkstra shortest path algorithm, based on vc++mfc platform
UserCheckIn
- 编程实现二叉树结构及其相关功能,以存储用户信息,不使用标准模板类的二叉树结构和函数。同时根据二叉树的变化情况,进行相应的平衡操作,即AVL平衡树操作,四种平衡操作都考虑。采用相应的数据结构模拟用户登录系统,其功能包括用户登录、用户密码更新、用户添加和用户删除等。(The programming implements the two fork tree structure and its related functions to store user information and do not
MFC RRT算法
- 基于MFC编程,用可视化窗*互信息。实现RRT算法的路径规划问题,可用于演示教学,基于VS同样可用。