资源列表

« 1 2 ... .10 .11 .12 .13 .14 1815.16 .17 .18 .19 .20 ... 2656 »

[数据结构常用算法HuffmanTree

说明:c++写的HuffmanTree。 有建立HuffmanTree并编码功能-c++ written HuffmanTree. HuffmanTree has established and coding functions
<wangwei> 在 2024-10-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法Graph

说明:用c++写的无向图的基本操作 包括深度遍历和广度遍历
<wangwei> 在 2024-10-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法Dijkstra

说明:用Dijkstra算法求解最短路径,按用户要求输出一个结点到其他任意结点的最短路径,也可以求任意两个结点之间的最短路径-Using Dijkstra shortest path algorithm, the user requests output by a node to another arbitrary node shortest path, you can order any two nodes of the shortest
<szl> 在 2024-10-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法OE7

说明:ssd5\op7 一个关于迪克斯拉算法的实现-ssd5op7 a迪克斯拉Algorithm
<liqinwei> 在 2024-10-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法SequenceList

说明:以数组为存储结构保存线性表,并实现线性表创建、清空、增加、删除、修改、查找等基本操作。-Array for the storage structure in order to preserve the linear form, and realize the creation of a linear table, empty, add, delete, modify, search and other basic operations.
<> 在 2024-10-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法stuctures

说明:本系统采用C语言编写,利用邻接链表实现最短路径问题,关键路径问题等-The system uses the C language, using adjacency list realize the shortest path problem, critical path issues
<66> 在 2024-10-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法kmp_algorithm

说明:自己编写的字符串匹配算法-经典的KMP算法,该算法当模式与主串之间存在许多“部分匹配”时能显示出其时间优越性。-I have written a string matching algorithm- the classical KMP algorithm when the model and between the main strings there are many
<malota> 在 2024-10-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法bm_algorithm

说明:一种比较理想,快速的字符串匹配算法-BM算法,匹配性能较优。-An ideal, fast string matching algorithm-BM algorithm, better matching performance.
<malota> 在 2024-10-04 上传 | 大小:2048 | 下载:1

[数据结构常用算法creattree

说明:设二叉树结点值为大写字母,输入二叉树的前序遍历和中序遍历序列,生成此二叉树,输出该二叉树的后序遍历和按层次遍历序列。输入某结点值,在二叉树中查找该结点,若该结点存在,则输出从根到该结点的路径,否则给出不存在信息。-Based binary tree node value of capital letters, enter the first order binary tree traversal and traversal sequen
<张建鑫> 在 2024-10-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法balancetree

说明:输入一组关键字序列,并以此顺序建立一棵平衡二叉树(提示:为简化运算,可采用含有左、右子树高度和指向父母的指针的三叉链表表示),并在建树过程中用逆中序法输出每次插入新结点后的平衡二叉树形状。-Enter a list of keywords sequence, and thus the order of the establishment of a balanced binary tree (Hint: To simplify the c
<张建鑫> 在 2024-10-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法shujujiegou

说明:严蔚敏《数据结构(c语言版)习题集习题答案-YAN Wei-Min
<yan eapha> 在 2024-10-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法changzhengshu

说明:利用双向循环链表为主要存储结构,每个结点存储一个整形变量,按照中国对于长整数的习惯表示方法,将每四位存储在一个结点的值里面。-The use of two-way circulation list as the main storage structure, each node of a plastic storage variables, according to China for a long integer used to ex
<刘大力> 在 2024-10-04 上传 | 大小:2048 | 下载:0
« 1 2 ... .10 .11 .12 .13 .14 1815.16 .17 .18 .19 .20 ... 2656 »

源码中国 www.ymcn.org