资源列表
stack.rar
- 顺序栈,应该是正确的,包含他的头文件和cpp,The order of the stack, it should be correct, including his head files and cpp
k
- 一个对于一个给定的 数( N ), 求不大于 N 的最大 Fibonacci 数-One for a given number (N), for not more than N of the largest Fibonacci number
try03
- 假定一个单向循环链表来表示队列(即循环链队),该队列只设一个队尾指针,不设队首指针,试编写下列各种运算的算法: 1) 向循环链队插入一个元素值为x的结点。 2) 从循环链队中删除一个结点。 3) 访问队列 -The assumption that a one-way circle to indicate the queue list (that is, the cycle chain teams), which is only a team queue tail pointer
decare_tree
- 有一种特殊的二叉树被称为笛卡尔树,这种二叉树的每个结点都有两个关键码,记为key1和key2。现在给你一组关键码,每组关键码用二个整数表示,要求构造一棵同时满足下列两个性质的笛卡尔树: 只考虑这棵笛卡尔树的第一关键码,它是一棵排序二叉树。 只考虑这棵笛卡尔树的第二关键码,它们满足类似于最小堆的性质,即任意一个父结点的第二关键码都比它的子结点的第二关键码小。 -There is a special kind of binary tree is called Cartesi
queen
- 本代码实现了n皇后问题,是我大二时数据结构的课程设计源码,编译运行过的。-data structure design
01
- 动态规划算法之0-1背包问题算法的实现。-Dynamic programming algorithm of 0-1 knapsack problem algorithm.
rapid-sorting
- 针对25个字符型的快速排序,比较精短,冒泡排序的改进算法。-25 character for the rapid sorting, more refined short, improved bubble sort algorithm.
exam6-5
- 关于数据结构这门学科的源代码程序,序列六之五。-About data structure of the subject, the source program
xiaoqu
- 计算方法课程设计,高斯消去法,希望对大家有用-Calculation methods course design, gaussian elimination method, the hope of the useful
zip
- 简单的压缩解压,实现原理,希望对大家有所帮助-Simple compression decompression, realization of the principle, we hope to help
WSL_FDF
- 一种常用的且易于工程实现的分数延时滤波器设计算法最小二乘法仿真,可以通过设定不同的滤波器阶数观察分数延时滤波器的幅频和相频响应。-A commonly used and easy to implement fractional delay filter design algorithm least squares simulation, you can set the filter order to observe the fractional delay filter amplitude an
root_music
- 经典的Root-MUSIC算法,用于阵列信号处理中DOA角度估计-The DOA estimation by the Root-MUSIC algorithm.