资源列表

« 1 2 ... .82 .83 .84 .85 .86 1587.88 .89 .90 .91 .92 ... 2656 »

[数据结构常用算法EvaluateExpression

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

[数据结构常用算法Sort

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

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

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

[数据结构常用算法HuffmanCoding

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

[数据结构常用算法migong

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

[数据结构常用算法hafuman

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

[数据结构常用算法MUSTER

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

[数据结构常用算法liststack

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

[数据结构常用算法btree

说明:用先序、中序、后序三种方式递归、非递归的遍历二叉树-With the first order, in order, the order of three ways recursive, non-recursive binary tree traversal
<qiuhui_shi> 在 2024-10-08 上传 | 大小:177152 | 下载:0

[数据结构常用算法chenxu

说明:数据结构所有的实验,包括单链表,双链表,栈,二叉树,图,哈希表-All the experimental data structures, including single-linked list, double linked lists, stacks, binary trees, graphs, hash tables
<唐飞> 在 2024-10-08 上传 | 大小:28672 | 下载:0
« 1 2 ... .82 .83 .84 .85 .86 1587.88 .89 .90 .91 .92 ... 2656 »

源码中国 www.ymcn.org