资源列表
C1
- 有10个学生,每个学生的数据包括学号、姓名、3门课的成绩,从键盘输入10个学生的数据,要求打印出3门课的总平均成绩,以及最高分的学生的数据(包括学号、姓名、3门课成绩)-There are 10 students, each student' s data, including student ID, name, 3 course results, 10 students from the keyboard input of data required to print a 3 cours
sobel
- sobel: The Sobel operator for edge detection
ECG-denoise(wavlet)
- 心电信号去基线漂移,使用小波分解法提取基漂信号,还有小波包去噪-ECG baseline removal, and wavelet packet de-noising
encode1sN0sWithLimit
- To encode a binary data using runlength encoding with setting the count buffer to limit to a required datatype size value. If image use reahape to make it to row.-To encode a binary data using runlength encoding with setting the count buffer to li
Fractal-dimensionmatlab-program
- 通过分形维数函数,提取数据特征并画出曲线,程序可以直接使用-By fractal dimension function, feature extraction data and draw the curve, the program can be used directly
mpc
- MATLAB环境下实现模型预测控制的源程序-A source code for MPC based on MATLAB
dfgwes
- 这是一个制作衍射孔径的方法,通过定义不同的灰度值和搜寻办法,确定圆孔的半径-This is a make a diffraction aperture, by defining different grey value and search method, determine the radius of the hole
gaus_seidel
- 高斯赛德尔 线性方程组迭代求解法,可以用来解线性方程组-High Sisaideer solving linear equations iterative method can be used to solve linear equations
F
- 灰色综合关联度计算算法。输入矩阵,矩阵第一行为母序列,其他行为比较序列。-Gray correlation algorithm
adaptiveFilter
- 该程序是散斑图像中自适应滤波算法处理的matlab程序-The program is adaptive filtering algorithm speckle image processing matlab program
Euler
- Euler 解常微分方程 MATLAB 仿真-Euler solution of ordinary differential equations MATLAB simulation
MATLAB曲线拟合程序
- 此代码为一段用MATLAB编写的二维曲线拟合程序