资源列表
[其他小程序] migong
说明:迷宫问题,首先自定义建立迷宫的数据结构,迷宫数据放入矩阵中.在路线查找时,初始化栈,应用循环对每一点座标进行4个方向的判断,如果该点可达则把该点信息放入栈内,或者回溯到出栈后的坐标点,最后如果最后能够到达出口,那么栈内存储的即为走出迷宫路径-Maze problem, first of all, since the definition of the establishment of a maze of data structure, a maze of data Add matrix. Loo<吕璐> 在 2025-06-21 上传 | 大小:1kb | 下载:0
[驱动编程] DMM16-AT_5.91_Demo
说明:PC/104扩展模块DIAMOND-MM-16-AT驱动程序-PC/104 expansion modules DIAMOND-MM-16-AT Driver<张云> 在 2025-06-21 上传 | 大小:2.01mb | 下载:0
[其他小程序] huffman
说明:根据对二叉树知识的理解,实现对最优二叉树哈夫曼树的构造,遍历,然后实现编码,译码的功能,结果保存到文件中. 输入要进行编码的字符段,统计对字符的出现次数即为权值,根据权值建立哈夫曼树,由哈夫曼树可得到各字符的编码,反过来可得数字译码,保存到文件中 -Based on a binary tree of knowledge of understanding, to achieve the optimal Huffman tree binary tree structure, traverse<吕璐> 在 2025-06-21 上传 | 大小:2kb | 下载:0
[Windows编程] AutoFont_src
说明:mfc实现自动调整字体AutoFont_src.zip-mfc automatically adjust the font AutoFont_src.zip<何帅> 在 2025-06-21 上传 | 大小:3kb | 下载:0
[其他小程序] traffic
说明:通过对图的应用,建立一套交通网络图,实现对求单源最短路径,任意两个城市间的最短路径的查询. 首先根据邻接矩阵和图的知识建立交通网络图,顶点信息存储城市道路信息,由图的最短路径查询城市间的最短道路,输出到达路径。 -Through the diagram, the establishment of a transportation network map, to achieve for single-source shortest path between any two cities i<吕璐> 在 2025-06-21 上传 | 大小:1kb | 下载:0
[Windows编程] smart_directdraw_demo
说明:DirectDraw的演示程序,对学习DirectDraw编程很有帮助。-DirectDraw demo program, very helpful in learning DirectDraw programming.<何帅> 在 2025-06-21 上传 | 大小:44kb | 下载:0
[其他小程序] sort
说明:通过一组相同的数据,对六种不同排序方法(冒泡排序、快速排序、直接插入排序、希尔排序、简单选择排序、堆排序、二路归并排序)的数据元素的比较和移动的次数做一个比较,并对结果作出简单分析-Through a group of the same data, sort of six different methods (bubble sort, quick sort, direct insertion sort, Hill sort, simple selection sort HEAPSORT, Roa<吕璐> 在 2025-06-21 上传 | 大小:2kb | 下载:0