资源列表

« 1 2 ... .97 .98 .99 .00 .01 502.03 .04 .05 .06 .07 ... 2656 »

[数据结构常用算法datastructure

说明:设计邻接表类,实现无向图的深度优先非递归遍历,无向图的广度优先遍历,并设计主函数输入数据进行测试-Design category adjacency list, realize undirected graph of the depth-first traversal non-recursive, non-directed graph breadth-first traversal, and the design of the main function of the input data fo
<lindaoming> 在 2025-06-17 上传 | 大小:1.32mb | 下载:0

[数据结构常用算法datastructure

说明:采用链式存储结构设计广义表,实现以下操作:创建广义表,取广义表的表头元素和表尾元素 求广义表的深度-Chain store use of the structural design of the generalized form, realize the following: create a generalized form, check the generalized table header elements and table elements for the end of the de
<lindaoming> 在 2025-06-17 上传 | 大小:590kb | 下载:0

[数据结构常用算法edmonds-alg-0.9.0.tar

说明:在有向图中计算最小生成树---Edmonds s Algorithm-Directed graph in calculating minimum spanning tree--- Edmonds s Algorithm
<成若> 在 2025-06-17 上传 | 大小:28kb | 下载:0

[数据结构常用算法shujujiegou

说明:数据结构课程设计,这是我们的最后要上交的课程设计,做的较认真,代码有详细中文解释-Data structure the curriculum design, and this is our last to hand over the curriculum design, to do more serious, detailed English explanation of the code
<hailanlan> 在 2025-06-17 上传 | 大小:11kb | 下载:0

[数据结构常用算法aflow

说明:用贪心算法解决aflow 有调整时间的流水作业调度问题。-Greedy algorithm used to solve aflow have time to adjust the flowshop scheduling problem.
<yan> 在 2025-06-17 上传 | 大小:1kb | 下载:0

[数据结构常用算法tongyongsuanfa

说明:这里有一些数据结构中的通用算法,拿出来和大家共享了◎-Here are some of the generic data structure algorithms, up to and everyone shared ◎
<王名> 在 2025-06-17 上传 | 大小:5kb | 下载:0

[数据结构常用算法haxibiao

说明:数据结构的课程设计 哈希表 有详细的论文和源程序 -Data structure of the curriculum design Hashtable detailed papers and source code
<苏畅> 在 2025-06-17 上传 | 大小:25kb | 下载:0

[数据结构常用算法biaodashiqiuzhi

说明:题目:设计一个题目,演示用算符优先法对算术表达式求值的过程。 概要设计 1、顺序扫描中缀算术表达式,当读到数字时直接将其送至输出队列中; 2、当读到运算符时,将栈中所有优先级高于或等于该运算符弹出,送至输出队列中,再将当前运算符入栈; 3、当读入左括号时,即入栈; 4、当读到右括号时,将靠近栈顶的第一个左括号上面的运算符全部一次弹出,送至输出队列中,再删除栈中的左括号。 5、使用VS栈来存储读入的操作和运算结果,然后进行数字字符到数值的转换。 -Title: Desi
<布瓜> 在 2025-06-17 上传 | 大小:6kb | 下载:0

[数据结构常用算法chuan

说明:题目:串基本操作的演示 含有测试结果和函数关系调用图-Title: string containing the basic operation of the demonstration test results and the function call graph
<布瓜> 在 2025-06-17 上传 | 大小:29kb | 下载:0

[数据结构常用算法xishujuzheng

说明:题目:实现一个能进行稀疏矩阵基本运算的运算器。 以“带行逻辑链接信息”的三元组顺序表示稀疏矩阵,实现两个矩阵相加,相乘的运算。稀疏矩阵的输入形式采用三元组表示,而运算结果的矩阵以阵列形式列出。 1、 生成如下两个稀疏矩阵的三元组a和b: 1 0 3 0 3 0 0 0 0 1 0 0 0 4 0 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 2 2、输出a+b的三元组 3、输出a*b的三元组 -Topic: can realize a spa
<布瓜> 在 2025-06-17 上传 | 大小:19kb | 下载:0

[数据结构常用算法data_structures

说明:一些重要的数据结构,有堆,平衡树treap, 并查集等。-Some important data structures, there are a heap of tree balance treap, and check books.
<Gragon> 在 2025-06-17 上传 | 大小:1kb | 下载:0

[数据结构常用算法hmich_1_0

说明:一种查找数据库中关于一个字符串的匹配的数据结构-Find a database on a string of matching data structure
<ren> 在 2025-06-17 上传 | 大小:3kb | 下载:0
« 1 2 ... .97 .98 .99 .00 .01 502.03 .04 .05 .06 .07 ... 2656 »

源码中国 www.ymcn.org