资源列表
1025
- 就是把所有递增序列放到一起,但是可不可能出现特殊情况呢?
exp11-7
- C程序,利用二路归并思想对一组数据进行排序-C program,order the datas using the idea of merging
testjs
- FFT算法计算测试程序,在vc++ 环境下运行-FFT algorithm test programs, in the vc++ environment to run
vector.cpp
- standard library vector implementation in C-standard library vector implementation in C++
shiyan1
- 一元稀疏多项式的表示及运算。根据多项式的结构特点,利用线性链表来实现多项式相加,结点中存放各项的系数和指数,构造相应的多项式。将链表初始化为空,将多项式中的每一项顺序插入链表中,并将链表中多项式按升幂排列。进行多项式加法是,先将其中一多项式a存入链表c中,然后将多项式b的每一项一次插入链表c中,最后得到结果多项式c。-Unary representation of sparse polynomials and operations. According to the structural cha
BinsortInsrt
- 折半插入排序,用产生的随机数进行折半插入排序 -Binary insertion sort, using binary random numbers generated by insertion sort
lagechazhi
- 数据拟合的拉格朗日插值方法的c++语言代码-Data fitting Lagrange interpolation method of c++ language code
LZW
- LZW压缩算法编码源程序,基于C语言 实测可用-LZW compression algorithm coding source
FractalDim
- 离散点(一维信号)的分形的计算过程,是matlab的程序,可运行的.M文件-Discrete points (one-dimensional signal) fractal calculation process is the matlab program can be run. M file
DFSM
- 用于计算谱相关函数的频域平滑算法,可改参数,改输入信号类型-calculate spectral correlation function by using frequency smoothing Algorithm, you can change the parameters, and the type of input signal
Main
- 根据先序遍历和中序遍历还原二叉树并得到后序遍历-Restore binary tree traversal based on preorder and inorder and get after preorder
approx_entropy
- 采用matlab编程实现的近似熵的计算。近似熵是一个从衡量时间序列复杂性的角度出发的反映信号整体特征的指标-Calculated using approximate entropy matlab programming to achieve. Approximate entropy is a sequence complexity measure of the time of departure the perspective of the indicators reflect the ove
