资源列表
number1
- 列主元Gauss消去法解线性方程组Ax=b-Out the main element Gauss elimination method of solving linear equations Ax = b
fliter
- 使用滤波器对一个对带噪声的正弦信号进行平均值滤波-Use the noise filter with an average value of the sinusoidal signal filtering
aa
- this calculator source code file : aa.c-this is calculator source code file : aa.cpp
Steer12
- Program is Designed for Calculation of A Generalized Null Steering Broadside Beam former Weights Vector
Histogram-and-Local-Histogram-Equalization
- Matlab function to perform local histogram equalization
CLASSFICATION-AND-HIST
- 对数据进行分类,统计0值得个数,并做直方图-classification and draw hist graph
babr.rar
- sleeping barber problem with sleeping time and arrivval time,sleeping barber problem with sleeping time and arrivval time
hannuota
- 汉诺塔C语言算法,有简单,执行速度快等特点,适合C语言初学者。-Tower of Hanoi C language algorithms, a simple, fast implementation of the characteristics of C language for beginners.
fft
- fft,快速傅里叶变换,用VB编写的,很实用的一段程序。-fft, fast Fourier transform
Romberg_integration
- 数值分析中的龙贝格积分的C语言实现源程序-Numerical Analysis of Integration Romberg C language source
diban
- dp地板覆盖:2*1瓷砖覆盖10*n地板 1024个状态。状态转换矩阵的计算也需要动规。-the solution to floor covering
josephringasmallprogramm
- 一个约瑟夫环小程序,练练手可以参照一下。任务:编号是1,2,……,n的n个人按照顺时针方向围坐一圈,每个人只有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个仍开始顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向的下一个人开始重新从1报数,如此下去,直到所有人全部出列为止。设计一个程序来求出出列顺序。 -Joseph ring a small program and thought they could consult a