资源列表
asdas
- 算术表达式递归下降分析程序设计 编程实现给定算术表达式的递归下降分析器。 算术表达式文法如下: E E+T | T T T*F | F F (E) | i -Arithmetic expressions recursive descent analysis program design programming for a given arithmetic expression recursive descent pars
c
- 在图论中经常会遇到这样的问题,在一个有向图里,求出任意两个节点之间的最短距离。我们在离散数学、数据结构课上都遇到过这个问题,在计算机网络里介绍网络层的时候好像也遇到过这个问题,记不请了... 但是书本上一律采取的是Dijkstra算法,通过Dijkstra算法可以求出单源最短路径,然后逐个节点利用D -single source shortest path problem of dynamic programming algorithm, please exhibitions
jiucan
- 关于哲学家就餐的问题,这只是个源码,我想要个课程设计形式的
程序存储问题
- 程序存储问题:设有n 个程序{1,2,…, n }要存放在长度为L的磁带上。程序i存放在磁带上的长度是Li ,1≤i≤n 程序存储问题要求确定这n 个程序在磁带上的一个存储方案,使得能够在磁带上存储尽可能多的程序。 编程任务: 对于给定的n个程序存放在磁带上的长度,编程计算磁带上最多可以存储的程序数。 数据输入:由文件input.txt给出输入数据。第一行是正整数n,表示文件个数。接下来的1 行中,有n 个正整数,表示程序存放在磁带上的长度。 结果输出: input.txt output.txt
lianbiao
- lianbiao相关操作。包括插入遍历删除插入,更详细,可通过代码-lianbiao related operation. Including the insertion traversal remove insert, more detailed, can code
PolynomialCoeff
- NTL应用——大数系数多项式乘法的计算。从文件读如参数,计算多项式相乘后某项的系数-NTL application- the multiplication of big numbers coefficient polynomial
AOV
- 数据结构AOV拓扑排序,算法简单易用,适合初学者-Data structure AOV topological sort algorithm is simple and easy to use, suitable for beginners
JIHE
- 数据结构的 用有序表实现集合的基本功能~交集 并集 插入 删除~界面美观~可操作性强-data structure using the table to achieve an orderly set of basic function-set intersection and inserted delete ~ ~ operable aesthetic interface strong
erchashu
- 二叉树的基本实现,可实现算计算树高,计算树的节点以及左右子树的转换
algorithm
- 算法..大和数分解 ACM 模板-Large and several decomposition algorithms ..
bst
- this a very fine program which works on all platforms
danlianbiao
- 数据结构实验,实现单链表的建立,查找,插入,删除等操作-Experimental data structure, the establishment of a single linked list, find, insert, delete and other operations
