资源列表
erybw45y
- traveling saleman problem的一个C++算法-traveling saleman problem of a C + + algorithm
pinghengerchashu
- 基本思想是在构造二叉检索树的过程中,当插入一个接点后都去检查是否由于该接点的插入而破坏了二叉检索树的平衡性;若出现绝对值超过1的平衡因子,则需要在保持二叉检索树特性的前提下通过调整使之达到新的平衡。
yihangjia
- 银行家算法!!可以运行
时间抽选基2FFT及IFFT算法C语言实现
- 正在学数字信号处理,感觉上学期信号与系统学得不扎实,因为当时只是死记公式,这学期数信老师提倡动手实践,觉得自己在编程中对公式理解得更加深刻了。 以下是我写的FFT,欢迎指教。-is studying digital signal processing, signal feel semester with enough solid school system, because only memorizing formulas, a few letters this semester to prom
studentsinformation
- 数据结构课老师让我们写的一个简单的学生信息小程序,哈哈!-Teacher data structure so that we write a simple applet Student Information, ha ha!
huffman
- 数据结构中树的构造方法,可以借鉴一下,以做出更好的算法-Data structure in the tree construction method, you can learn from you in order to make better algorithm
chaoshixuanzhi
- 学校超市选址问题,数据结构课程设计 【问题描述】对于某一学校超市,其他各单位到其的距离不同,同时各单位人员去超市的频度也不同。请为超市选址,要求实现总体最优。-School siting supermarkets, data structure curriculum design] [Descr iption of the problem for a school store, and other units to its distance from the different units
mdijkstra
- this to find out the shortest path for various nodes-this is to find out the shortest path for various nodes
011
- 矩阵求逆,先求行列式的值再求逆矩阵,挺好用-Matrix inversion, first seeking the value of the determinant of the inverse matrix, very easy to use
062
- 有向图的邻接表存储表示,并进行深度和广度优先遍历-To the adjacency table storage, and the depth and breadth-first traversal
Dijkstra-alg
- Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。本算法时间复杂度完全符合要求。-Dijkstra (Dijkstra) algorithm is a typical single-source shortest path algorithm, is used to calculate a node to all other nodes in the shortest path. The main features is the startin
huffman
- Huffman编码,使用哈弗曼树生成前缀码,把输入的字符编码并把原字符解码-Huffman code and decode
