资源列表

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

[数据结构常用算法sequenlistreversing

说明:用双重指针法建立顺序表,并实现顺序表逆置,注意主调函数调用建立顺序表函数时实参的形式-The order established by using a double pointer to the table, and to achieve the order of the table against the home, pay attention to the main theme of the function call to establish the order of the table
<刘民> 在 2025-06-16 上传 | 大小:209kb | 下载:0

[数据结构常用算法sequenlistreversing2

说明:用指针的引用建立顺序表,并实现顺序表的逆置,注意主调函数调用建立顺序表函数传递实参的形式-Established with reference to the order of the table pointer, and realize the inverse order of the table set, pay attention to the main theme of the function call to establish the order of the table functi
<刘民> 在 2025-06-16 上传 | 大小:210kb | 下载:0

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

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

[数据结构常用算法CDatatructureAlgorithms

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

[数据结构常用算法EvaluateExpression

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

[数据结构常用算法Sort

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

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

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

[数据结构常用算法HuffmanCoding

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

[数据结构常用算法migong

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

[数据结构常用算法hafuman

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

[数据结构常用算法MUSTER

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

[数据结构常用算法liststack

说明:实现了链栈的初始化、进栈、出栈、取栈顶、置空操作.-Initialize the stack to achieve a chain, into the stack, the stack, take the stack, and placing air operation.
<zhenqingkai> 在 2025-06-16 上传 | 大小:1kb | 下载:0
« 1 2 ... .86 .87 .88 .89 .90 1091.92 .93 .94 .95 .96 ... 2656 »

源码中国 www.ymcn.org