资源列表

« 1 2 ... .86 .87 .88 .89 .90 1091.92 .93 .94 .95 .96 ... 2656 »

[数据结构常用算法arbolabb-c

说明:this code is written in C, and shows how a abb-tree works
<kikecosas> 在 2024-11-20 上传 | 大小:3kb | 下载:0

[数据结构常用算法CDatatructureAlgorithms

说明:C++实现数据结构中的各种算法,只是一个文档,用C++实现,-C++, data structure algorithms
<张正> 在 2024-11-20 上传 | 大小:274kb | 下载:0

[数据结构常用算法EvaluateExpression

说明:不含变量的整数表达式求值,支持四则运算。栈的典型应用,为学习数据结构的优秀代码。-Non-integer variable expression evaluation, support for arithmetic. Typical applications stacks, data structure for learning the fine code.
<袁迪> 在 2024-11-20 上传 | 大小:14kb | 下载:0

[数据结构常用算法Sort

说明:这个文件里包含常见的几种排序算法:包括冒泡法、快速查找算法、合并查找算法、线性查找算法等。-sort algorithm
<xcc> 在 2024-11-20 上传 | 大小:456kb | 下载:0

[数据结构常用算法sres.tar

说明:基于约束的随机排序的演化优化算法程序,并且应用于12个例子-Constraint-based random sort of evolutionary optimization process, and applied to 12 examples
<peter> 在 2024-11-20 上传 | 大小:10kb | 下载:0

[数据结构常用算法HuffmanCoding

说明:用哈夫曼编码实现文件压缩。压缩模块是通过构造哈夫曼树,以文件中字符出现的次数作为权值,得到哈夫曼编码对文件进行压缩。首先扫描文件统计字符出现次数,存入链表中。再将链表中的weight依次赋予权值,然后创建对应的哈夫曼树。最后将生成的哈夫曼树的长度写入文件,再将生成的哈夫曼树写入压缩文件。 解压缩模块是要将压缩文件还原为原文件。先读取一个4字节的哈夫曼树长度,根据读取的长度分配对应大小的哈夫曼树存储空间,然后读取哈夫曼树。-File
<秋月白> 在 2024-11-20 上传 | 大小:151kb | 下载:0

[数据结构常用算法migong

说明:迷宫问题,能够实现找到最短路径走出迷宫,-Maze problem, find the shortest path to achieve out of the maze,
<陈子杰> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法hafuman

说明:哈夫曼树问题的实现,主要算法为二叉树的各种操作-Huffman tree, the realization of the problem, the main algorithm for the binary tree of various operations
<陈子杰> 在 2024-11-20 上传 | 大小:2kb | 下载:0

[数据结构常用算法MUSTER

说明:求解集合的交际并集差集的程序代码,并且是用顺序表实现-difference set union of set :intersection of sets
<韩梦莹> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法liststack

说明:实现了链栈的初始化、进栈、出栈、取栈顶、置空操作.-Initialize the stack to achieve a chain, into the stack, the stack, take the stack, and placing air operation.
<zhenqingkai> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法maopao

说明:一个冒泡法的程序,里面含有对一给数据和一组字符串分别进行冒泡排序,自己运行过了,可以使用的。-A bubble law procedures, which contain a string to the data and a set of bubble sort separately, their run-off, and can be used.
<haoli> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法shujujiegouc

说明:本书对数据结构进行了详细的讲解,基础语言使用的是C#,对学习编程的人很有帮助。-The data structure of the book in detail, based on the language used is C#, were helpful in learning programming.
<haoli> 在 2024-11-20 上传 | 大小:1.26mb | 下载:0
« 1 2 ... .86 .87 .88 .89 .90 1091.92 .93 .94 .95 .96 ... 2656 »

源码中国 www.ymcn.org