-
datamining
说明: 使用matlab软件进行程序设计中的五个数据挖掘源程序代码。(Using matlab software programming for the five data mining source code.)
- 2008-10-02 19:02:20下载
- 积分:1
-
pso1
matlab pso算法标准源代码,适用于初学群体(matlab pso Standard algorithm source code)
- 2013-04-11 15:55:19下载
- 积分:1
-
matlab-programme
matlab中很多的源程序,是工作或学习的必备,希望能帮到你(matlab in a lot of source, is essential to work or study, and I hope to help you)
- 2013-04-16 12:43:44下载
- 积分:1
-
netware_simulink
一个神经网络的M生成程序和SIMULINK模型(a neural network Generation M procedures and Simulation Model)
- 2006-08-09 21:39:21下载
- 积分:1
-
exponential
利用函式做種子變數,用種子跑數值,計算其座落區間,最後利用matlab畫出exponential distribution(Function for seed variables, run with seed value, to calculate the located range, the last use of matlab to draw the exponential distribution.)
- 2012-04-19 21:14:22下载
- 积分:1
-
Example of DE
使用差分进化算法计算一个简单的求最小值的问题,方便学习和理解差分进化算法的思想(Using differential evolution algorithm to solve a simple minimum problem, it is easy to learn and understand the idea of differential evolution algorithm)
- 2020-08-23 15:28:17下载
- 积分:1
-
pingtu
这两天着迷goolge earth抓图,编写了一个拼图的程序,主要是用到了imread imwrite和对话框几个知识点,很简单的。(This two-day fascination with goolge earth drawings, prepared a puzzle procedures, mainly used in the dialog box imread imwrite and several knowledge points, very simple.)
- 2007-09-11 17:36:01下载
- 积分:1
-
Matlabshiyongchengxu
说明: matlab的几个经典程序,有100的。(matlab several classical procedures, has 100.)
- 2009-08-18 00:36:42下载
- 积分:1
-
Example3-Off-plane-propagation
用平面波展开法计算的二维光子晶体结构例程三,matlab程序源代码(With the plane wave expansion method to calculate the three-dimensional photonic crystal structure routines, matlab source code)
- 2013-10-24 15:31:00下载
- 积分: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