资源列表
cx
- 利用Matlab编写求取4级移位寄存器的M序列 设初始序列为:1 1 1 1 通过一个四级的移位寄存器,其中在第三级有负反馈(一个模二加法),即将序列的第三位和第四位相加(如序列1 1 1 1经移位寄存器第一次移位后为0 1 1 1)的值再赋到第一位. 序列的周期为16.
integral.c
- Using 3 methods to integrate the function f(x) = 1/(1+x*x)
gauss2.c
- Using Gaussian elimination to solve linear equations. // In this version, we allow matrix of any size. This is done by treating // the name of a 2-dimensional array as pointer to the beginning of the // array. This makes use of the fact that ar
gauss.c
- Using Gaussian elimination to solve linear equations.
hwhw
- 在液晶上画斜线的程序 没有复杂的数学运算 运算速度很快 程序简短
MPEG4
- MPEG4解码C源代码(可直接在ARM+DSP上移植)
gsp
- 数据挖掘关联规则的经典算法GSP的JAVA源代码
mulface
- 基于隐马尔可夫模型的人脸识别 CC++源代码
endpoint
- matlab对语音信号中断点检测算法的一种实现。
FacerecognitionbySantiagoSerrano
- Face recognition by Santiago Serrano
200506132211261393
- 离散数学——判断是否对称矩阵,很好的程序。
2005091808353724918
- 传统蚂蚁算法源程序,很好的程序,可以用来借鉴。