资源列表
dfdfd
- iris recognition iris gamma adjust
GetEAN13BarcodeCheckDigit
- a Delphi function: GetEAN13BarcodeCheckDigit. Coded by Ersin Kecis from Turkiye.
ex21
- 设计一个三数相加求和的“宏”来计算DAT0 + DAT1+ DAT2的值。-Design a number of the sum of the sum of the "macro" to calculate the value of DAT0+ DAT1+ DAT2.
bubblesort
- ascend or decend the array number by using bubble sort method
EmailDemo
- 一个用来验证邮箱java代码,代码量不多,但比较实用,-Validation email mail format Java code
Method-of-least-squares
- 最小二乘法的编程与使用,是求矩阵参数的重要常用方法-The programming and using least square method
16QAM-demodulation-function
- 16QAM的解调函数 的解调函数 16QAM的解调函数 16QAM的解调函数-16QAM demodulation function
diedai1
- 这是一种牛顿迭代法 主要应用于 非线性方程中-This is a Newton iteration method is mainly applied to nonlinear equations
Telephone-audio-FTT-analysis
- 电话号码的解析,用了ftt,可以形成详细的波形图片-Telephone audio FTT analysis
chengfen
- 主成分分析,一种数学建模的实用方法,对你的比赛,和应用很有帮助-A good mathematical modeling tool, It is very helpful to your study MATLAB
UAS
- all about matlab code exercise 1
erfenfa
- 把函数f(x)的零点所在的区间[a,b](满足f(a)●f(b)<0)“一分为二”,得到[a,m]和[m,b]。根据“f(a)●f(m)<0”是否成立,取出零点所在的区间[a,m]或[m,b],仍记为[a,b]。所对得的区间[a,b]重复上述步骤,直到包含零点的区间[a,b]“足够小”,则[a,b]内的数可以作为方程的近似解。- dichotomy