资源列表
danlianbiaodecaozuo
- 单链表的操作 初始条件: 已知A,B和C为三个递增有序的线性表,现要求对A表作如下操作:删去那些既在B表中出现又在C表中出现的元素。 (1) 各线性表采用单链表作为存储结构; (2) 题中任一线性表中的元素值可以相同。 (3) 测试用例自己设计。
GRAPH
- 实现无向图及其基本操作; 利用Prim算法实现图的最小生成树; 利用Kruskal算法实现图的最小生成树。 -Achieve an undirected graph and its basic operations utilize Prim minimum spanning tree algorithm graph use Kruskal minimum spanning tree algorithm graph.
Large-Integer-Precision-Operations
- 清华大学数据结构课大作业的源代码,实现大整数的高精度运算,工程文件生成dll,通过exe界面文件装载dll后使用-Tsinghua University, class data structure source code of a large operation to achieve high accuracy large integer calculations, engineering documents generated dll, exe interface through the us
test
- 实对称正定矩阵LD和UD分解,即A=LDL^或A=UDU^,其中L为单位下三角矩阵,U为单位上三角矩阵,L^和U^分别是L和U的转置矩阵,代码自己写的,C++,学工科的同学可能会用到这两个分解,算法也有,可以-Real symmetric positive definite matrix LD and UD decomposition, that is A = LDL^ = UDU ^ where L is unit lower triangular matrix, U as a unit t
paixu
- 排序 1.简单选择排序 2.冒泡法排序 3.直接插入排序 4.希尔排序 5.快速排序 6.退出程序 -Rank 1. Simple selection sort 2. Bubble sort method 3. Directly into the sort 4. Hill Rank 5. Quicksort 6. Exit
BOI2009-BeetlesSolution
- 数据结构课程设计(BOI竞赛Beetles问题)-Data Structure Course Design (BOI competition Beetles issues)
Calculationsontreedepth
- 计算子树深度Calculation son tree depth 计算子树深度 计算子树深度-Sub-tree depth computation
Joseph-cycle
- 是一个数学的应用问题: 已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。 -The application is a mathematical problem: given n individuals (in numbers 1,2,3 ... n, respectively) sitting around a round table a
3090608026
- 模拟电梯调度算法,实现对磁盘的驱动调度 模拟电梯调度算法,对磁盘进行移臂和旋转调度。-Simulation of elevator dispatching algorithm, realization of the disk drive operation
Algoritma-Dijkstra
- Algortihm Dijkstra shortest path problem source code
lecture
- 数据结构课件。很好的资料,网上找不到,新手必看-Data structure courseware. Very good material, online can t find.
shuzhu
- 一种求出数组第二大元素的方法,取得比较好的效果,希望对大家有所帮助。-One kind of find the second largest element of the array of methods to obtain good results, we want to help.