-
Rombegrg
录入程序代码,并对该实验代码进行调试,检查程序代码中的语法和语义错误。
编写函数f(x)的代码如下:
Romberg算法¨
function z=f(x)
if (x~=0)
z=sin(x)/x
else
z=1
end
备注:在实验代码中,首先输入必要的变量的值如下:
a=0
b=1
tol=1e-8
待查询检查通过,开始输入执行代码
设置格式format short g查看u的值和sin(u)的值:
(Input program code, and debugging code for the experiment to check the program code in the syntax and semantic errors. The preparation of a function f (x) of the code is as follows: Romberg algorithm ¨ function z = f (x) if (x ~ = 0) z = sin (x)/x else z = 1 end Note: In the experimental code, First, enter the necessary value of the variable is as follows: a = 0 b = 1 tol = 1e-8 pending inquiries, checking through, began to enter the implementation of the code format format short g see u, values and sin (u) values:)
- 2009-12-28 22:03:42下载
- 积分:1
-
AACEncode
This program compress audio to AAC encoding format .
It is developed by visual studio 2010.
And written language C++.
- 2014-01-15 09:38:26下载
- 积分:1
-
PCA4Wiley
Matlab PCA主成分分析
一个比较好的matlab代码,非常有用(Matlab PCA PCA matlab code is a relatively good, very useful)
- 2010-01-20 21:09:18下载
- 积分:1
-
3
说明: 自编MATLAB程序,希望对大家有帮助,仅供大家参考,希望有用(Self-compiled MATLAB program, we want to help, only for your reference and hope be useful)
- 2009-11-06 11:48:50下载
- 积分:1
-
parallax-barrier
用于3D立体显示技术开发过程中生成狭缝光栅的代码,用于显示分光。(for 3D displays.)
- 2014-11-17 21:00:43下载
- 积分:1
-
Viterbidecoder
用VITEBI算法对信道输出解码。这个算法既能用于卷积码的软判决解码,也能用于硬判决解码(failed to translate)
- 2010-01-16 17:02:48下载
- 积分:1
-
LSL
可以直接用的LSL算法程序,使用MATLAB编写(Can use the LSL algorithm, written using MATLAB)
- 2011-09-10 16:40:16下载
- 积分:1
-
A-complete-PSO-program
一个完整的PSO程序,可以实现优化,并且由很好的可视化见面,且可用来调节PID参数(A complete PSO program, you can optimize, and met by a good visualization, and can be used to adjust the PID parameters)
- 2013-12-15 15:19:51下载
- 积分:1
-
LMS
里面的文档详细阐述了LMS原理,包括常用的仿真方法,并附有使用LMS方法的自适应滤波的实例matlab仿真程序。(The document inside expounds the principles of the LMS in detail, including the simulation methods and a matlab simulation program of an adaptive filtering by using the LMS method.)
- 2014-01-12 11:24:40下载
- 积分:1
-
Matrix-by-LU-decomposition
说明: 在Matlab中输入任意矩阵,就可进行LU分解。(Matrix by LU decomposition)
- 2011-04-14 16:19:14下载
- 积分:1