资源列表
Datastruct_C 实现顺序表的就地逆置
- Descr iption 试写一算法,实现顺序表的就地逆置,即利用原表的存储空间将线性表(a1,a2,…..an),逆置为( an,an-1, …….a2,a1)。 Input 输入长度n 接下来是n个数 Output 操作后的序列。 Sample Input 7 2 4 1 7 5 3 6 Sample Output 6 3 5 7 1 4
1
- 排序算法 二叉树的排序代码 快速排序 能够运行-ORDER
8huanghou
- 8皇后问题递归解法,输出了所有的有关8皇后问题可能的解法-8 queens problem recursive solution, the output of all of the 8 Queens problem may be related to the solution
T2
- 数据发送,控制数个红外发光管闪烁编码 -Data sent to control a number of infrared LED blinking codes
LINB
- program on linked list on c
simknap_rec
- 简化背包算法,实用于大学生学习模拟使用,实现简单的背包问题-Simplify the knapsack algorithm, useful in the simulation students learn to use, simple knapsack problem
Rebuild-binary-tree
- Rebuild binary tree 根据输入的二叉树前序和中序遍历序列重构二叉树,输出对应节点的左右子节点。-Rebuild binary tree
compress
- 实现压缩,该功能完善。很好很强大,大家分享-Achieve compression, the functional. Very very powerful, to share
carno_table
- carno table /Boolean circute
Energy_of_a-_waveletl
- finding the energy of a wavelet
Force_datacut
- 对切削力信号进行截取,根据信号特点,截取相应长度的信号进行分析-On the cutting force signal interception, according to the signal characteristics, intercepting signals corresponding to the length of the analyzed
LMS
- 实现自适应滤波器的算法有很多,比较经典的有:LMS,RLS。其中LMS算法是属于梯度类算法,本程序做了一个LMS算法的基本实验。-Implementation of adaptive filter algorithm has a lot, compared to the classic are: LMS, RLS. LMS algorithm is a gradient algorithm, the program has done a basic experiment LMS algorith
