-
MATLAB
关于紫外光语音通信系统的大气信道的仿真程序(MATLAB实现)(UV-voice communications systems on the atmospheric channel simulation program (MATLAB implementation))
- 2009-10-20 08:57:13下载
- 积分:1
-
TestUseMatlab
说明: 运用VC编写的如何在VC中调用MATLAB(use in the preparation of the VC Calling MATLAB)
- 2006-05-09 09:52:58下载
- 积分:1
-
LinkedList
建立Linked List,实现插入,删除,查找等功能(Linked List
)
- 2010-02-24 09:53:19下载
- 积分:1
-
Tsteepest_desh
这个Matlab程序实现最速下降算法。最速下降法是一种最基本的算法,它在最优化方法中占有重要地位.最速下降法的优点是工作量小,存储储变量较少,初始点要求不高;缺点是收敛慢,最速下降法适用于寻优过程的前期迭代或作为间插步骤,当接近极值点时,宜选用别种收敛快的算法.
(The Matlab program to achieve the steepest descent algorithm. Steepest descent method is a basic algorithm, it occupies an important position in the optimization method. Advantage of the steepest descent method is the small amount of work, less storage reservoir variables, the initial point less demanding drawback is slow convergence, the steepest descent method for the optimization process of the early iterations, or as inserted steps are advised to use other kinds of fast convergence of the algorithm when close to the extreme point.)
- 2012-08-20 07:27:17下载
- 积分:1
-
matlab
matlab演化博弈模型及程序,对研究生来说是很有用处的(matlab evolutionary game model and procedures, it is useful to graduate)
- 2014-01-16 20:07:20下载
- 积分:1
-
Matlab
维纳滤波Matlab代码
1 可以直接作为函数调用;
2 可以减少图像的块效应,以及平滑图像。(Wiener Filter Matlab code can be used directly as a function call 2 blocks can reduce the image effects, and smoother image.)
- 2011-05-02 08:19:39下载
- 积分:1
-
sort
it s sort and get an array then it deliver sorted array to user
- 2015-03-09 13:51:35下载
- 积分:1
-
code
《visual c++matlab图像处理与识别实用案例精选》源码(" Visual c++ matlab image processing and recognition of practical cases selected" source)
- 2010-05-19 14:43:42下载
- 积分:1
-
chap11
syms x
g=exp(x*sin(x))
t=taylor(g,12,2)
xd = 1:0.05:3 yd = subs(g,x,xd)
ezplot(t, [1,3]) hold on
plot(xd, yd, r-. )
title( Taylor approximation vs. actual function )
legend( Taylor , Function )(syms x g = exp (x* sin (x)) t = taylor (g, 12,2) xd = 1:0.05:3 yd = subs (g, x, xd) ezplot (t, [1 , 3]) hold on plot (xd, yd, ' r-.' ) title (' Taylor approximation vs. actual function' ) legend (' Taylor' , ' Function' ))
- 2011-07-27 18:12:56下载
- 积分:1
-
suijishu
输入骰子个数和投掷的次数,程序将计算出一次投掷的点数和的概率分布(Enter the number of dice and throwing the number, the program will calculate the time throwing the probability distribution of points and)
- 2010-01-07 08:31:00下载
- 积分:1