搜索资源列表
-
0下载:
书名:[MATLAB语言常用算法程序集].(龚纯).清晰版
内容:插值,函数逼近,特征值计算,数值微分,数值积分,方程求根,非线性方程组求解,线性方程组的直接法,线性方程组的的迭代法,随机数生成,特殊函数计算,常微分方程的初值问题,偏微分方程的数值解法,数据统计和分析。-Title: [MATLAB algorithms commonly used in assembly language]. (Gong pure). Clearer view of the contents: interp
-
-
0下载:
练习读入lena.bmp图像,在workspace中查看图像,显示图像,并将此图像存储在C盘根目录下,命名为1.bmp。
读入两幅尺寸相同的图像(lena.bmp和sky.bmp),做加法,实现双曝光的效果。
读入两幅尺寸相同的图像(2.bmp和2background.bmp),做减法,实现减背景效果。
读入lena.bmp图像,编写一个模板,此模板是以图像中心为圆心,64像素为半径的圆内为1,其他位置为0,以此模板乘以读入的lena图像,显示结果。
用图像除法完成减背景操作(
-
-
0下载:
针对高次插值runge的学习代码,比较段数N不同时分段线性插值和三次样条插值,均给出误差曲线。(In view of the learning code of high order interpolation Runge, the number of comparison segments N does not simultaneously piecewise linear interpolation and three cubic spline interpolation, and the e
-