资源列表
shortestpath
- 使用vc++实现数据结构中单源最短路径的实现,使用递归算法,比较简单-Using vc++ data structure, the realization of single-source shortest path, using a recursive algorithm, a relatively simple
shunxu
- 数据结构顺序法解表达式-sequence data structure Solving expression
3
- 用指针实现线性表的基本操作,建立线性表、在表中第i个元素位置后插入一个新元素,删除具有x值的元素,显示线性表的内容 -A linear table with a pointer to achieve the basic operation of the establishment of a linear table, in the table, the first element location i insert a new element, delete the element with
test
- 定义数据元素的数据类型为结构体的链式堆栈,然后设计一个主函数对链式堆栈进行测试。-Data elements defined data type stack for the structure of the chain, and then design a main function of the chain stack testing.
xishu
- 十字链表法 程序一开始, 读入一个稀疏矩阵 A 计算 A 矩阵的转置, 得到矩阵 B, 打印 B 矩阵 计算 A+B 的得到一个新矩阵 C, 打印 C 矩阵 计算 A*B 矩阵得到一个新矩阵 D, 打印 D 矩阵-Cross-linked law program started, reads a sparse matrix A computing A matrix transpose obtain matrix B
Sturctural-holes
- 结构洞测量 网络约束系数计算函数 输入邻接表的list 则可调用函数计算结构洞-structural holes
minghua
- 世界名画陈列室由m*n个排列成矩形阵列的陈列室组成。为了防止名画被盗,需要在陈列室中设置警卫机器人哨位。每个警卫机器人除了监视它所在的陈列室外,还可以监视与它所在的陈列室相邻的上、下、左、右4个陈列室。试设计一个安排警卫机器人哨位的算法,使得名画陈列馆中每一个陈列室都在警卫机器人的监视下,且所有的警卫机器人数最少。-Gallery by the world famous painting of m* n rectangular array arranged in the composition
tt0202
- 1.建立两个有序得链表(带表头,用头插法); //2.写一算法在单链表上实现线性表的ListLength(L)运算。 写一算法将单链表中值重复的结点删除,使所得的结果表中各结点值均不相同。 -1. The establishment of two ordered lists too (with header, with the first interpolation) // 2. To write a method to achieve a single linked linear
text
- 分别从8个文件里提取同样数据结构的数据,用关键字排列,然后输出,文件内容2W个此数据结构,大概样子如下: Key: 3047 Protein: DIP-3047N Degree: 4 Linked-protein(s): DIP-3048N DIP-3049N DIP-3050N DIP-3153N Key: 3048 Protein: DIP-3048N Degree: 2 Linked-protein(s): DIP-3047N DIP-3096N
acm1001
- 北大acm上的1001题,主要是一个处理溢出的算法,难度不是很大,很初级-Peking acm 1002 , not difficult
huolangdan
- 货郎担算法,属于大学课程算法分析和设计的一个实验题目-Traveling salesman algorithm, university courses are an algorithm analysis and design of experimental subjects
calculator
- 输入一个多项式,计算器通过运算输出结果(其中的实现过程为堆栈来实现)-Enter a polynomial calculator through the operation output (including the implementation process for the stack to achieve)