资源列表

« 1 2 ... .48 .49 .50 .51 .52 1353.54 .55 .56 .57 .58 ... 2656 »

[数据结构常用算法sujujiegou

说明:一些典型的数据结构源代码,很不错,每个例子都很详细-Some typical data structure source code, very good, very detailed examples of each
<NIBA> 在 2024-10-12 上传 | 大小:11264 | 下载:0

[数据结构常用算法Maze

说明:寻找迷宫出路,利用VC++设置迷宫,并寻找迷宫出路,重点是堆栈的应用。-Maze to find a way out, using VC++ settings maze, maze and find a way out, focusing on application stack.
<王明> 在 2024-10-12 上传 | 大小:11264 | 下载:0

[数据结构常用算法Huffman

说明:运用赫夫曼编码的最优前缀码的贪心算法构造huffman树: 首先扫描输入文件,统计出现的字符以及每个字符出现的次数。每次取出现次数最小的那两个节点(node)合并成一个节点(node),并且将累计数值相加作为新的接点的累计数值,最顶层的是根节点(root) -Huffman coding using optimal prefix code of the greedy algorithm constructs huffman tree
<WSN> 在 2024-10-12 上传 | 大小:11264 | 下载:0

[数据结构常用算法RADIX_SORT

说明:这是一个radix_sort算法,对文件中的数据按从小到大进行排序-This is a radix_sort algorithm, the data file sorted in ascending
<weihao> 在 2024-10-12 上传 | 大小:11264 | 下载:0

[数据结构常用算法BTree

说明:b-树的建立插入删除,基本演示,数据结构课设-b-tree creation insertion deletion, basic presentation, set up data structures course
<马朔阳> 在 2024-10-12 上传 | 大小:11264 | 下载:0

[数据结构常用算法tu-de-bian-li

说明:图的遍历 (包括 深度优先遍历 广度优先遍历)-Graph traversal
<li li> 在 2024-10-12 上传 | 大小:11264 | 下载:0

[数据结构常用算法bsearch_test

说明:二分查找算法比较函数可扩展的一个测试程序-the besearch of compare function extend
<dadalan> 在 2024-10-12 上传 | 大小:11264 | 下载:0

[数据结构常用算法MyHashMap

说明:因工作原因,需要实现数据的快速查找与维护,因为是用C语言实现,所以写了一个通用的算法,实现了与数据结构无关。当时这一部分用在了一个实时交通信息上。 -Due to work, quickly find the data needed to achieve and maintain, because it is written in C language, so write a generic algorithm, has nothi
<宋江华> 在 2024-10-12 上传 | 大小:11264 | 下载:0

[数据结构常用算法Prim

说明:用C语言编写的最小生成树的改进普林算法,可以从任意节点开始生成最小生成树-Written in C language, Princeton improved minimum spanning tree algorithm, starting from any node to generate the minimum spanning tree
<zhuxuedandan> 在 2024-10-12 上传 | 大小:11264 | 下载:0

[数据结构常用算法methods-of-sorting

说明:数据结构编程,通过经典的实例让你更加理解深刻,绝对的好-good date struct programming
<肖俊哲> 在 2024-10-12 上传 | 大小:11264 | 下载:0

[数据结构常用算法MySort

说明:实现排序的可视化,动态排序。但是一次不能输入太多数字- Achieve a visual sorting, dynamic sorting. But one can not enter too many numbers
<chenqi> 在 2024-10-12 上传 | 大小:11264 | 下载:0

[数据结构常用算法maze

说明:基于回溯算法实现的求出指定迷宫中所有可行路径的方法-Based on backtracking algorithm method to specify all possible paths in the maze
<冬冬> 在 2024-10-12 上传 | 大小:11264 | 下载:0
« 1 2 ... .48 .49 .50 .51 .52 1353.54 .55 .56 .57 .58 ... 2656 »

源码中国 www.ymcn.org