资源列表

« 1 2 ... .14 .15 .16 .17 .18 519.20 .21 .22 .23 .24 ... 2656 »

[数据结构常用算法huffman

说明:c 语言实现的哈弗曼算法 用到二叉树的遍历-the c language Hafuman algorithm Use binary tree traversal
<vonirvana> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法class

说明:二叉树这一数据结构 用C 实现等价类 等价类一般不容易人工判断-Binary tree data structure To achieve equivalence class C
<vonirvana> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法classic-and-KMP

说明:用朴素的模式匹配和无回溯的KMP两种方式实现某些英文词组在文本中的匹配查找。-Simple pattern matching and no backtracking the KMP are two ways to achieve some English phrases in the text matching to find.
<罗先生> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法stack

说明:栈的入门程序,用栈的方法实现a,b,c...x,y,z变成x,y,z,a,b,c...v,w顺序。-Stack entry procedures, using the method of the stack to achieve a, b, c ... x, y, z becomes x, y, z, a, B, c ... v, w sequence.
<罗先生> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法To-solve-the-equation-solution

说明:使用二分法不断循环,一直到误差很小。求近似解未知方程的零点-To solve the equation
<qiuxiaohui> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法1273

说明:poj1273 一道网络流图论的简单题,运用增光路的算法-poj1273 a simple graph problem
<hangweiqiang> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法Dijkstra

说明:Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法是很有代表性的最短路径算法,在很多专业课程中都作为基本内容有详细的介绍,如数据结构,图论,运筹学等等。Dijkstra一般的表述通常有两种方式,一种用永久和临时标号方式,一种是用OPEN, CLOSE表的方式,这里均采用永久和临时标号的方式。注意该算法要求图中
<吕子乔> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法Dijkstra-alg

说明:Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。本算法时间复杂度完全符合要求。-Dijkstra (Dijkstra) algorithm is a typical single-source shortest path algorithm, is used to calculate a node to all other nodes in the shortest path. Th
<吕子乔> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法The-matrix-the-chain-multiplication-

说明:运用动态规划思想,解决矩阵链最优算法问题。-The use of dynamic programming to solve the problem of the optimal matrix chain algorithm.
<吕子乔> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法The-longest-common-subsequence

说明:运用动态规划思想和策略,解决最长公共子序列问题。-The use of dynamic programming ideas and strategies to solve the longest common subsequence problem.
<吕子乔> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法single-list

说明:单链表实现代码,各种操作:数据插入,删除,显示等-Single linked list implementation code, a variety of operations: data insertion, deletion, display
<罗锦盛> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法Josephus

说明:约瑟夫环 程序可直接运行 已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。-Josephus program can be run directly known n individuals (No. 1, 2, 3, ... n, respectively) were sitting
<gcl> 在 2025-01-24 上传 | 大小:1kb | 下载:0
« 1 2 ... .14 .15 .16 .17 .18 519.20 .21 .22 .23 .24 ... 2656 »

源码中国 www.ymcn.org