X+Toolkit
X+Toolkit技术资料下载专区,收录500份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
资源总数
500
X+Toolkit 热门资料
查看全部 500 份 →function [U,V,num_it]=fcm(U0,X) % MATLAB (Version 4.1) Source Code (Routine fcm was written by R
function [U,V,num_it]=fcm(U0,X) % MATLAB (Version 4.1) Source Code (Routine fcm was written by Richard J. % Hath...
2014-11-30
125
This program contains the iterative methods of finding solutions of the equation f(x)=0, which are a
This program contains the iterative methods of finding solutions of the equation f(x)=0, which are also known as the roo...
2013-12-27
42
The script requires four fields, X, Y, label, and html. Currently these four fields are the only fi
The script requires four fields, X, Y, label, and html. Currently these four fields are the only fields converted into ...
2013-11-30
37
函数插值计算 分别输入已知节点的x,y值
函数插值计算 分别输入已知节点的x,y值,待计算的节点的x值,以及显示结果的文本框。利用文本框和按钮上的事件触发一系列处理方法,包括把文本框里的字符串解析成double类型存放在数组中,以及利用lagrange插值公式计算出结果并填写...
2017-04-29
21