-
code
编程经验的总结,教导我们如何编写高效无错的优质代码,包括编码习惯以及程序检错等(Programming and experience to teach us how to write high-quality and efficient error-free code, including coding practices, and procedures for error detection, etc.)
- 2010-05-14 11:30:58下载
- 积分:1
-
MOEA
一篇带约束条件的基于多播QOS多目标算法的论文。(Constraints QoS Multicast Routing Based on MOEA)
- 2011-05-14 18:53:41下载
- 积分:1
-
ef01
An effieient matlab program code for plotting the minimum vaiance froniers under different scenarios in the field of portfolio optimization.
- 2012-09-28 20:11:25下载
- 积分:1
-
fkmig
说明: f-K偏移,是地震成像中用得较多的方法之一。(fK migration, seismic imaging is one of the methods used was higher.)
- 2011-03-07 17:07:38下载
- 积分:1
-
SVM
主要是支持向量机代码,可以很好的实现分类,是非常有用的代码。(Mainly support vector machine code, can achieve good classification, is a very useful code.)
- 2012-03-22 17:17:07下载
- 积分:1
-
Matlab-draw-the-coordinate
可以用Matlab画坐标系,使用比较方便。(Coordinate system using Matlab painting, more convenient to use.)
- 2012-09-27 12:45:57下载
- 积分:1
-
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
-
Spectrum
计算序列的自相关函数,绘制信号xn的自功率谱幅频曲线,绘制信号yn的自功率谱幅频曲线,计算互谱函数(Calculating the autocorrelation function of the sequence, drawn from the power spectrum of the signal xn amplitude-frequency curve, drawn from the power spectrum of the amplitude-frequency curve signal yn calculated cross-spectral function)
- 2013-12-02 16:20:45下载
- 积分:1
-
NEWTON
这是一个牛顿插值的例子。输入差值点,计算4次牛顿插值函数值。(This is an example of Newton interpolation. Enter the difference points to calculate the value of 4 Newton interpolation function.)
- 2010-09-08 22:12:37下载
- 积分:1
-
buttworth
巴特沃斯滤波器MATLAB仿真程序,分析,绘图,手动设置参数(MATLAB simulation program Butterworth filter, analysis, mapping, set the parameters manually)
- 2010-12-12 11:46:44下载
- 积分:1