资源列表

« 1 2 ... .90 .91 .92 .93 .94 1795.96 .97 .98 .99 .00 ... 2656 »

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

说明:利用静态链表建立赫夫曼树,建树过程中左子树权值小于右子树权值,求各结点的编码。叶子结点的个数n及结点值由键盘录入-Using static linked list to establish a Huffman tree, set during the process of weight less than the right subtree subtree weights, and each node coding. Leaf node of the number N and node valu
<Loben> 在 2025-06-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法Depth

说明:实现图的邻接表存储结构及一些基本操作函数。在此基础上实现图的深度遍历算法-The realization of graph adjacency list storage structure and some basic operation function. On the basis of the realization of graph depth-first traversal algorithm
<Loben> 在 2025-06-11 上传 | 大小:2kb | 下载:0

[数据结构常用算法Breadth

说明:使用图的深度遍历实现的邻接表存储结构和基本操作函数,在此基础上实现图的广度遍历算法-The use of graph traversal depth achieve adjacency list storage structure and basic operation function, on the basis of the realization of graph breadth traversal algorithm
<Loben> 在 2025-06-11 上传 | 大小:2kb | 下载:0

[数据结构常用算法Binary-Tree

说明:源代码实现了二叉树的遍历以及输出。直接可以运行,代码完整。-Binary Tree
<Jie Yu> 在 2025-06-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法Binary-Tree(new)

说明:源代码实现了二叉树的遍历以及输出。直接可以运行,代码完整。-Binary Tree
<Jie Yu> 在 2025-06-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法BinaryTree-Positive-sequence

说明:二叉树的正序建立。代码完整,可直接运行。-BianryTree Positive sequence
<Jie Yu> 在 2025-06-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法The-shortest-path-bellman-ford

说明:在实际问题中,边的权值一般以正权的形式出现,但是很多情况下负权也是存在的。这个时候,最短路径不一定存在。我们无法得到像dijkstra算法那样时间复杂度较低的算法,但是,仍然可以用bellman-ford迭代算法去解决问题。 bellman-ford算法是迭代算法,它不像dijkstra算法,按照一定的顺序直接算出每个点的距离值,而是不断地修改每个点的当前最小距离值,直到求出真正的最短距离为止。 -In practical problems, the edge weight is gen
<liuyunyang> 在 2025-06-11 上传 | 大小:14kb | 下载:0

[数据结构常用算法Cxiaoshou

说明:使用C语言编写的销售员每月销售额的统计量,对销售额进行对比。-Salesperson using C language monthly sales statistics, the sales compared.
<duhailian> 在 2025-06-11 上传 | 大小:2kb | 下载:0

[数据结构常用算法graph

说明:能实现图的基本操作,本是数据结构图那一章的一次作业-this is a small program.It can do some basic operation about graph.
<songjunlei> 在 2025-06-11 上传 | 大小:7kb | 下载:0

[数据结构常用算法sf

说明:实用算法的分析与程序设计 算法好书 对初学者很有帮助-Practical algorithm analysis and programming algorithm for beginners good books to have the help very much
<edwardrobin> 在 2025-06-11 上传 | 大小:10.33mb | 下载:0

[数据结构常用算法t

说明:一个求最短生成树的算法,用prim算法生成的-One seeking the shortest spanning tree algorithm
<daib10> 在 2025-06-11 上传 | 大小:18kb | 下载:0

[数据结构常用算法suanfa

说明:一些常见的c++小练习,包括递归、蒙特卡洛、简单数论-Some of the common c practice, including recursion, Monte Carlo, a simple number theory, etc.
<loutian> 在 2025-06-11 上传 | 大小:35kb | 下载:0
« 1 2 ... .90 .91 .92 .93 .94 1795.96 .97 .98 .99 .00 ... 2656 »

源码中国 www.ymcn.org