资源列表

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

[数据结构常用算法aflow

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

[数据结构常用算法tongyongsuanfa

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

[数据结构常用算法haxibiao

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

[数据结构常用算法biaodashiqiuzhi

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

[数据结构常用算法chuan

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

[数据结构常用算法data_structures

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

[数据结构常用算法hmich_1_0

说明:一种查找数据库中关于一个字符串的匹配的数据结构-Find a database on a string of matching data structure
<ren> 在 2025-01-23 上传 | 大小:3kb | 下载:0

[数据结构常用算法LinkList

说明:一个数据结构中关于链表的实验,创建链表等,包括增删查改-A data structure on the list of experiments, create list, including additions and deletions to search
<顾大> 在 2025-01-23 上传 | 大小:11kb | 下载:0

[数据结构常用算法SeqList

说明:数据结构实验之一,对顺序表进行的增删查改,交过的-Experimental data structure one of the chronological table of the additions and deletions to search, pay-off
<顾大> 在 2025-01-23 上传 | 大小:6kb | 下载:0

[数据结构常用算法shuzudexunhuanweiyi

说明:数据结构课程的实验之一,有关于数组的循环位移,简单的小程序-Experimental data structure course one of the cycle of displacement on the array, a simple applet
<顾大> 在 2025-01-23 上传 | 大小:210kb | 下载:0

[数据结构常用算法Hanoi

说明:数据结构课程实验之一,关于汉诺塔的问题,简单的小程序-Experimental data structure, one of course, on the Tower of Hanoi problem, a simple applet
<顾大> 在 2025-01-23 上传 | 大小:223kb | 下载:0
« 1 2 ... .97 .98 .99 .00 .01 502.03 .04 .05 .06 .07 ... 2656 »

源码中国 www.ymcn.org