资源列表
router
- 路由算法,对图进行最短路径选择,只需更改最大结点个数,邻接矩阵即可使用。-Routing algorithm, the shortest path to the graph selection, simply change the maximum number of nodes, the adjacency matrix can be used.
List
- 单链表中表头、表尾及表的中间插入删除元素-Single list table header, footer and delete the elements into the middle of the table
char-list
- 采用中心对称形式,对比两字符串是否相等,属于基础篇-With central symmetry, comparisons of the two strings are equal, is the basis of articles
binary-tree
- 二叉树算法 分别用前序、中序、后序遍历二叉树。-Binary tree algorithms were used to pre-order, in order, the order of traversal binary tree.
farmer
- 农夫过河。一个农夫带着一只狼,一只羊和一些菜过河。河边只有一条一船,由 于船太小,只能装下农夫和他的一样东西。在无人看管的情况下,狼要吃羊,羊 要吃菜,请问农夫如何才能使三样东西平安过河。-The farmer across the river
als
- 每30个旅客同乘一条船将全船一半的旅客投入海中,30个人围成一圈,由第一个人数起,依次报数,数到第9人,便把他投入大海中 然后再从他的下一个人数起,数到第9人,再将他扔进大海中。如此循环地进行,直到剩下15个乘客为止。问哪些位置是将是被扔下大海的位置。-Each 30 passenger ride with a boat to ship half of the passengers into the sea, 30 people form a circle, starting the
dijkstra
- 实现的是所有边权为正的最短路径算法的Dijkstra和优先队列Dijstra堆算法-The right of all sides to achieve a positive Dijkstra shortest path algorithm and the priority queue heap algorithm Dijstra
prime
- 图论的最小生成树问题——Prime算法的C语言实现-Graph theory, minimum spanning tree problem- Prime algorithm in C language
kruskal
- 计算最小生成树的kruskal算法,最普通未加任何优化的最小生成树算法!利于新手理解-Algorithm for computing minimum spanning tree kruskal, the most common Without any optimization of the minimum spanning tree algorithm! Help novice to understand
KM
- KM 算法说明。如题。测试一下。 KM 算法说明。如题。测试一下。-KM algorithm
mscohere(x-y-w-noverlap-nfft-fs)
- 自己开发的小程序,可以实现快速调用文件求解相干函数。-Develop their own program, you can achieve quick access to documents for solving the coherence function.
fenjieshu
- 背包程序,C语言的经典程序,经典算法之一。适合对C语言学习有兴趣者