资源列表
[数据结构常用算法] sequence-list
说明: 实现对该顺序表的遍历。 ,在顺序表中进行顺序查找某一元素,查找成功则返回其存储位 ,实现在顺序表的第i个位置上插入一个元素x的算法。 实现删除顺序表中第i个元素的算法。 有序表插入算法建立一个有序表的函数。 实现输入一个元素x,把它插入到有序表中,使顺序表依然有序。-To achieve the order of the traversal table. , In the order of the table to find an element in<mireya> 在 2025-06-10 上传 | 大小:5kb | 下载:0
[数据结构常用算法] sequence-list2
说明: 实现对该顺序表的遍历。 ,在顺序表中进行顺序查找某一元素,查找成功则返回其存储位 ,实现在顺序表的第i个位置上插入一个元素x的算法。 实现删除顺序表中第i个元素的算法。 有序表插入算法建立一个有序表的函数。 实现输入一个元素x,把它插入到有序表中,使顺序表依然有序。-To achieve the order of the traversal table. , In the order of the table to find an element in<mireya> 在 2025-06-10 上传 | 大小:6kb | 下载:0
[数据结构常用算法] Huffmancode
说明:着先通过 HuffmanTree() 函数构造哈夫曼树,然后在主函数 main()中自底向上开始(也就是从数组序号为零的结点开始)向上层层判断,若在父结点左侧,则置码为 0,若在右侧,则置码为 1。最后输出生成的编码-The first HuffmanTree () function to construct Huffman tree, and then main () main () the bottom up (that is, the array number zero node) t<刘明> 在 2025-06-10 上传 | 大小:1kb | 下载:0
[数据结构常用算法] bign
说明:计算大整数的头文件,支持加减乘除,流,次方,开方,求余,小于,大于,不等于等运算。-Calculation of large integer header files to support the addition and subtraction multiplication and division, flow, power, square root, seeking more than, less than, greater than, not equal to other operatio<Gary> 在 2025-06-10 上传 | 大小:2kb | 下载:0
[数据结构常用算法] 8puzzle_dfs
说明:实现了八数码问题,运用了图搜索中的DFS(深度优先搜索)。-翻译 实现了八数码问题,运用了图搜索中的DFS(深度优先搜索)。 The implementation of the eight digital issues, the use of the map search DFS (depth-first search).<LiuTiancheng> 在 2025-06-10 上传 | 大小:2kb | 下载:0
[数据结构常用算法] code2
说明:Package consists of 3 codes. First,to Print huffman decoding tree given.Second, to find top level view of a tree. Third, A reviewer rates the two challenges, awarding pointsfor three categories.We define the rating for two person s challenge to be th<Codeshi> 在 2025-06-10 上传 | 大小:1kb | 下载:0
[数据结构常用算法] data-structure-
说明:数据结构与算法分析:C语言实现,包括了书本,课后习题的答案和代码。使学习本书更加方便。-Data structure and algorithm analysis: C language implementation, including books, after-school exercise answers and code. To make learning more convenient.<丁伟豪> 在 2025-06-10 上传 | 大小:10.23mb | 下载:0
[数据结构常用算法] HuffmanCodingAndDecoding
说明:对任意输入的文字、字母、数字进行编码,显示出0-1串,并显示出编码表;同时可进行解码显示出原文。对要熟悉哈夫曼原理的有作用。-Any input text, letters, numbers encoded to show a 0-1 string, and display the code table at the same time can be decoded to show the original. To be familiar with the Huffman principle.<王侠> 在 2025-06-10 上传 | 大小:24.01mb | 下载:0
[数据结构常用算法] ShowMapTheShortestRoute
说明:根据一副地图,在地图上任意点击两地点,可画出两点的最短距离路线。对要熟悉MFC用法及最短路算法的初学者有很大帮助。-According to a map, click on the map on the two locations, you can draw two points of the shortest distance route. To be familiar with MFC usage and the shortest path algorithm for beginners a<王侠> 在 2025-06-10 上传 | 大小:57.59mb | 下载:0
[数据结构常用算法] MultifunctionalCalculator
说明:基于MFC平台,实现多功能计算器,可求解复杂表达式,主要实现为数据结构中链表和数组,对于要熟悉链表和数组的初学者有很帮助。-Based on the MFC platform, to achieve multi-function calculator, can solve complex expressions, the main realization of the data structure for the list and array, to be familiar with the l<王侠> 在 2025-06-10 上传 | 大小:50.84mb | 下载:0