资源列表
FastDFS_v3.02.tar
- FastDFS系统,非常好用的分布式系统FastDFS系统,非常好用的分布式系统-FastDFS system, very easy to use distributed systems FastDFS system, very easy to use distributed systems
PeriodicScriptBACKUP
- ABAQUS周期性边界条件fortran代码,适合添加周期性边界条件-ABAQUS fortran code of the periodic boundary conditions, suitable for adding the periodic boundary conditions
Answer_ITA
- 《算法导论》课后习题答案。 对书中重要习题进行了详细解答和分析,有助于进一步理解重要的数据结构和算法。-The answer book for Introduction to algorithms.
shanghaiACM
- 杭电ACM培训资料PPT和上海交大ACM队模板,另加算法pdf-Hangzhou Xinhua ACM training materials, and Shanghai Jiao Tong University ACM Team PPT template, plus algorithm pdf
AVL
- avl,数据结构,平衡查找二叉树,支持添加、删除、查找!
Floyd
- Floyd算法又称为弗洛伊德算法,插点法,是一种用于寻找给定的加权图中顶点间最短路径的算法。-the Floyd Algorithm
Desktop
- 弗洛伊德算法最短距离的实现,输入为邻接矩阵,输出为最短距离矩阵。-Freud' s realization of the algorithm for the shortest distance, enter the adjacency matrix output for the shortest distance matrix.
dan_lian_biao
- 链式存储结构及应用 1.键盘输入一组元素,尾部插入法建立一个单向链表。 2.在单向链表中删除一个结点。 3.在链表中插入一个元素。 -Structure and application of a chain store. Keyboard input of a group of elements, the end of a one-way linked list insertion method. 2. In the one-way to remove a node lis
dijkstra_adjlist
- 有向图采用邻接表数据结构,求解一点到其余各点的最短路径以及长度-Directed graph using adjacency list data structure, solving the point to the remaining points and the length of the shortest path
2010quicksort
- c++用栈代替递归实现的快速排序,快速排序是一种比较节约时间的排序,一般用递归的方法实现,用栈虽然占用空间比递归大,但不要像递归一样把大多的时间浪费在递归的过程中,特别是对数字比较多的排序更有效-Recursive stack instead of using quick sort, quick sort is a kind of sorting to save time, usually with a recursive method to achieve, although the use
fuluoyide
- 弗洛伊德算法 实现任意两点之间最短路径的算法-fuluoyide suanfa
datastructure
- 数据结构二叉树实验报告,包括 (1)创建二叉树 (2)递归算法先序遍历二叉树 (3)非递归算法中序遍历二叉树 (4)递归算法后序遍历二叉树 (5)求二叉树叶子结点个数 (6)按层次遍历二叉树 (7)求二叉树树深 -A binary tree data structure, experimental report, including (1) Create a binary tree (2) recursive algorithm for preorder trav
