资源列表
α-β-γ滤波源码
- 此滤波方法对于从事信号处理的工程人员很熟悉,这里提供了此滤波方法的C源代码,便于工程人员直接应用-this filtering method for signal processing engaged in the engineering staff is very familiar with, this provided a filtering method of C source code to facilitate direct application engineering staff
Gauss_seidle
- By the proof of Lemma 2 of Section 5.2, this accomplished as follows:
lagrange
- 采用FORTRAN90编程,使用插值法来利用有限的已知数据来预测未知的状态-Using FORTRAN90 program, using the interpolation method to use the limited known data to predict the unknown state
particle-filter
- 粒子滤波编程,matlab格式,程序并不规范,但易于理解学习,注释中有各变量定义-Particle filter programming, matlab format, the program is not standard, but easy to understand learning, notes in the definition of each variable
Triangular-fuzzy-random-simulation-
- 三角模糊数随机模拟程序,基于模糊数与随机模拟理论,进行评价分析-Triangular fuzzy random simulation program...
fft
- 一维快速傅里叶变换,visual C++版本-fast fourier transform
zfl-a-mms
- ZFL algorithm for digital communication
heapsort
- implementation of heap sort in c-implementation of heap sort in c++
interpolate
- 分别在直角坐标系、极坐标系下,对在电脑上画出的手的剪影做插值,构建出手的轮廓-Respectively, in Cartesian coordinates, polar coordinates, to draw on the computer interpolate hand silhouette, building shot profile
sgu265
- sgu265:Wizards(计算几何) 题目大意: 一个空间直角坐标系内,对一个点有三种操作: 1.平移(x,y,z)⇒ (x+a,y+b,z+c); 2.缩放(x,y,z)⇒ (ax,by,cz); 3.绕一个向量(x,y,z)顺时针旋转α角(角度制)。 对空间内的m个点给出n个操作,求每个点在操作后的坐标。-265. Wizards time limit per test: 0.5 sec. memory lim
Montagem_YBarra
- This file is used to create the adimmitance matrix of a electrical system.
快速质因数测试
- 此程序使用随机测试速度较快,在多次测试的情况下基本可以保证正确性,使用时应注意测试次数不能太少