资源列表

« 1 2 ... .49 .50 .51 .52 .53 2054.55 .56 .57 .58 .59 ... 2656 »

[数据结构常用算法ShortestPathDijkstra

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

[数据结构常用算法TopologicalSort

说明:通常,这样的线性序列称为满足拓扑次序(Topological Order)的序列,简称拓扑序列。简单的说,由某个集合上的一个偏序得到该集合上的一个全序,这个操作称之为拓扑排序。-Typically, such a linear sequence called meet topological order (Topological Order) sequence, referred to topological sequence. Sim
<伍恒> 在 2024-09-29 上传 | 大小:2048 | 下载:0

[数据结构常用算法binary-tree

说明:二叉树的模板实现,通过模板实现二叉树的各种遍历-binary tree
<xiaorui> 在 2024-09-29 上传 | 大小:530432 | 下载:0

[数据结构常用算法Matrix-Quick-transpose

说明:使用vc++实现矩阵的快速转置,调试可以使用-Matrix transpose
<xiaorui> 在 2024-09-29 上传 | 大小:503808 | 下载:0

[数据结构常用算法Z

说明:使用Vc++实现图像处理量化中的Z型输出-output z
<xiaorui> 在 2024-09-29 上传 | 大小:503808 | 下载:0

[数据结构常用算法Spiral-shape

说明:vc++实现数据结构中的螺旋数字输出,使用矩阵转置和队列-Spiral shape
<xiaorui> 在 2024-09-29 上传 | 大小:534528 | 下载:0

[数据结构常用算法Sequence-table

说明:使用VC++实现数据结构中的顺序表,调试通过-Sequence table
<xiaorui> 在 2024-09-29 上传 | 大小:462848 | 下载:0

[数据结构常用算法CMD5_Class

说明:MD5算法类的实现过程,完成4轮每轮16次的运算过程,将任意输入的数据进行128位补偿-MD5 algorithm implementation process, completed four round 16 times the computing process any input data 128 compensation
<王浩> 在 2024-09-29 上传 | 大小:5120 | 下载:0

[数据结构常用算法noise-suppression

说明:各种信号噪声抑制算法的全局收敛性、渐近稳定性、计算复杂度以及鲁棒性的研究等等。 -Various signal noise suppression algorithm of global convergence, asymptotic stability, computational complexity and robustness.
<limeimei> 在 2024-09-29 上传 | 大小:155648 | 下载:0

[数据结构常用算法bstree

说明:二叉查找树的简单实现,插入,删除,算法导论上伪代码的实现-Simple implementation of a binary search tree, insert, delete, Introduction to Algorithms on the realization of the pseudo-code
<李洋> 在 2024-09-29 上传 | 大小:2048 | 下载:0

[数据结构常用算法Bitree-(2)

说明:自己写的一个二叉树的文件,请大家指正和交流,谢谢拍砖-Write a binary tree file, please correct me, exchanges, thank Paizhuan
<刘昌华> 在 2024-09-29 上传 | 大小:2048 | 下载:0

[数据结构常用算法New-folder

说明:一个简单的堆栈操作,可以进栈,和出栈操作-A simple stack operation, the stack, and the stack operation
<steven> 在 2024-09-29 上传 | 大小:1024 | 下载:0
« 1 2 ... .49 .50 .51 .52 .53 2054.55 .56 .57 .58 .59 ... 2656 »

源码中国 www.ymcn.org