-
edge-_2008
使用ACO算法实现图像边缘检测,效果很好,做图像处理的肯定用得到,内含2008年IEEE原文(Simulation using ACO algorithm to image edge detection, the effect is very good,the man who do image processing must be used, including source code and documentation)
- 2011-05-03 15:29:31下载
- 积分:1
-
Matlabsimulinkcodes
基于Matlab simulink的系统仿真设计及应用的函数文件代码(Matlab Simulink-based simulation system design and application code in the function)
- 2007-05-21 10:43:48下载
- 积分:1
-
MATLABimage-processing-command
图像处理MATLAB数字图像处理书籍\[MATLAB图象处理命令(matlab image processing command)
- 2014-10-24 18:10:29下载
- 积分:1
-
intelligent-control-modle
a neural network - GA toolbo for intelligent control
- 2010-06-09 17:38:36下载
- 积分:1
-
NIUDUNCHAZHI
牛顿插值法,里面有程序和源码说明,还有运行结果,欢迎下载(Newton interpolation method, there are procedures and source code instructions, as well as the results, are welcome to download)
- 2013-12-13 10:06:31下载
- 积分:1
-
alamouti_space_frequency_coding1.m
space time frequency coding-alamouti scheme
- 2009-04-27 18:41:08下载
- 积分:1
-
matlabhuitu
说明: matlab绘图的程序,包括各种图形绘制方法和说明,对初学者帮助很大。(matlab graphics procedures, including a variety of graphic drawing method and description of great help for beginners.)
- 2008-09-19 20:37:40下载
- 积分:1
-
vsola
time scale modification SOLA
- 2011-09-18 13:28:29下载
- 积分:1
-
cpso
根据cpso算法给出的一个matlab代码,全,添加测试函数即可运行(According cpso given an algorithm matlab code, full, add test functions to run)
- 2014-01-21 10:28:01下载
- 积分:1
-
New-Text-Document-(2)
he form of the Burgers equation considered here is:
du du d^2 u
-- + u * -- = nu * -----
dt dx dx^2
for -1.0 < x < +1.0, and 0.0 < t.
Initial conditions are u(x,0) = - sin(pi*x). Boundary conditions are u(-1,t) = u(+1,t) = 0. The viscosity parameter nu is taken to be 0.01 / pi, although this is not essential.
The authors note an integral representation for the solution u(x,t), and present a better version of the formula that is amenable to approximation using Hermite quadrature.
This program library does little more than evaluate the exact solution at a user-specified set of points, using the quadrature rule. Internally, the order of this quadrature rule is set to 8, but the user can easily modify this value if greater accuracy is desired.
- 2012-04-13 12:06:48下载
- 积分:1