资源列表
[其他小程序] jidianjisuan
说明:成绩基点计算,用c实现,不含界面,但它精巧实用-Point performance computing, with c realization of non-interface, but it is compact and practical<wangfang> 在 2025-10-08 上传 | 大小:874kb | 下载:0
[其他小程序] StringMatch
说明:字符串匹配问题中求最小编辑距离的源码,精简实用,是作业的好帮手!-String matching problem in order to minimize the distance of the source editor to streamline the utility is operating a good helper!<wangfang> 在 2025-10-08 上传 | 大小:303kb | 下载:0
[其他小程序] 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-10-08 上传 | 大小:1kb | 下载:0
[其他小程序] huffman
说明:根据对二叉树知识的理解,实现对最优二叉树哈夫曼树的构造,遍历,然后实现编码,译码的功能,结果保存到文件中. 输入要进行编码的字符段,统计对字符的出现次数即为权值,根据权值建立哈夫曼树,由哈夫曼树可得到各字符的编码,反过来可得数字译码,保存到文件中 -Based on a binary tree of knowledge of understanding, to achieve the optimal Huffman tree binary tree structure, traverse<吕璐> 在 2025-10-08 上传 | 大小:2kb | 下载: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-10-08 上传 | 大小:1kb | 下载: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-10-08 上传 | 大小:2kb | 下载:0