资源列表
[数据结构常用算法] sequence-list
说明: 实现对该顺序表的遍历。 ,在顺序表中进行顺序查找某一元素,查找成功则返回其存储位 ,实现在顺序表的第i个位置上插入一个元素x的算法。 实现删除顺序表中第i个元素的算法。 有序表插入算法建立一个有序表的函数。 实现输入一个元素x,把它插入到有序表中,使顺序表依然有序。-To achieve the order of the traversal table. , In the order of t<mireya> 在 2024-11-07 上传 | 大小:5120 | 下载:0
[数据结构常用算法] sequence-list2
说明: 实现对该顺序表的遍历。 ,在顺序表中进行顺序查找某一元素,查找成功则返回其存储位 ,实现在顺序表的第i个位置上插入一个元素x的算法。 实现删除顺序表中第i个元素的算法。 有序表插入算法建立一个有序表的函数。 实现输入一个元素x,把它插入到有序表中,使顺序表依然有序。-To achieve the order of the traversal table. , In the order of t<mireya> 在 2024-11-07 上传 | 大小:6144 | 下载:0
[数据结构常用算法] Huffmancode
说明:着先通过 HuffmanTree() 函数构造哈夫曼树,然后在主函数 main()中自底向上开始(也就是从数组序号为零的结点开始)向上层层判断,若在父结点左侧,则置码为 0,若在右侧,则置码为 1。最后输出生成的编码-The first HuffmanTree () function to construct Huffman tree, and then main () main () the bottom up (that is,<刘明> 在 2024-11-07 上传 | 大小:1024 | 下载:0
[数据结构常用算法] 8puzzle_dfs
说明:实现了八数码问题,运用了图搜索中的DFS(深度优先搜索)。-翻译 实现了八数码问题,运用了图搜索中的DFS(深度优先搜索)。 The implementation of the eight digital issues, the use of the map search DFS (depth-first search).<LiuTiancheng> 在 2024-11-07 上传 | 大小:2048 | 下载: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.<丁伟豪> 在 2024-11-07 上传 | 大小:10726400 | 下载: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 famili<王侠> 在 2024-11-07 上传 | 大小:25176064 | 下载: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<王侠> 在 2024-11-07 上传 | 大小:60385280 | 下载: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 ar<王侠> 在 2024-11-07 上传 | 大小:53314560 | 下载:0
[数据结构常用算法] SortingComparisons
说明:基于MFC平台,界面化显示各排序的性能对比,对于学习排序的初学者有很大帮助。-Based on the MFC platform, the interface shows the sort of performance comparison, for learning to sort the beginners are of great help.<王侠> 在 2024-11-07 上传 | 大小:22037504 | 下载:0