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...
MATLAB6.x技术资料下载专区,收录913份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
This program contains the iterative methods of finding solutions of the equation f(x)=0, which are also known as the roo...
The script requires four fields, X, Y, label, and html. Currently these four fields are the only fields converted into ...
函数插值计算 分别输入已知节点的x,y值,待计算的节点的x值,以及显示结果的文本框。利用文本框和按钮上的事件触发一系列处理方法,包括把文本框里的字符串解析成double类型存放在数组中,以及利用lagrange插值公式计算出结果并填写...
工业X-CT(X-ray Computed Tomography)无损检测技术是以不损伤或者破坏被检测对象的一种高新检测技术,被誉为最佳的无损检测手段,在无损检测领域日益受到人们的青睐。近年来,各国都在投入大量的人力、物力对其进行研究与开发...
资料->【C】嵌入系统->【C2】IC设计与FPGA->【2】FPGA、CPLD->《FPGACPLD设计工具Xilinx ISE 5.X使用详解》配套光盘.rar
matlab解线性方程组的源代码 function x=nagauss2(a,b,flag) % 用途:选列主元Gauss消去法解线性方程组ax=b % 格式:x=nagauss2(a,b,flag) a为系数矩阵,b为右端列向量,f...