资源列表
α-β-γ滤波源码
- 此滤波方法对于从事信号处理的工程人员很熟悉,这里提供了此滤波方法的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
Triangular-fuzzy-random-simulation-
- 三角模糊数随机模拟程序,基于模糊数与随机模拟理论,进行评价分析-Triangular fuzzy random simulation program...
fft
- 一维快速傅里叶变换,visual C++版本-fast fourier transform
zfl-a-mms
- ZFL algorithm for digital communication
bahuanghouwenti
- 用一维数组来进行处理。数组的下标i表示棋盘上的第i列,a[i]的值表示皇后在第i列所放的位置。如:a[1]=5,表示在棋盘的第一例的第五行放一个皇后。 程序中首先假定a[1]=1,表示第一个皇后放在棋盘的第一列的第一行的位置上,然后试探第二列中皇后可能的位置,找到合适的位置后,再处理后续的各列,这样通过各列的反复试探,可以最终找出皇后的全部摆放方法。 程序采用回溯法,算法的细节参看程序。-chengxu
heapsort
- implementation of heap sort in c-implementation of heap sort in c++
01
- 顺序表的基本操作,包括定义,创建,插入,删除-The basic operation of the sequence table, including definitions, create, insert, delete, etc.
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
快速质因数测试
- 此程序使用随机测试速度较快,在多次测试的情况下基本可以保证正确性,使用时应注意测试次数不能太少