-
EBMC
EBMC,基于无线传感器网络经典路由算法的改进算法。(EBMC,the improved algorithm based on the classic routing algorithm of wireless sensor networks.)
- 2016-05-26 11:53:59下载
- 积分:1
-
FD
说明: 本程序用矩阵实现有限差分算法,本程序求解第一类边界条件下无源矩形金属槽电位分布,计算电磁学。(A simple code for finite difference method.)
- 2010-03-10 11:24:44下载
- 积分:1
-
Desktop
algorithmes d optimisation
- 2012-08-08 05:50:54下载
- 积分:1
-
HopfieldExperiment
说明: 该程序运行多次,并输出合法解及其图形输出的图形,图形是在正常情况下的(Run the program several times, and output a legitimate solution and its graphics output graphics, graphics in the normal circumstances of)
- 2008-11-05 20:16:26下载
- 积分:1
-
OFDM-matlab
说明: OFDM通信系统仿真设计的MATLAB实现(OFDM Communication System Simulation and Design of MATLAB Implementation)
- 2010-04-26 20:21:14下载
- 积分:1
-
IsRoma
checks if a given number is a ROMAN number or not
- 2011-12-02 23:21:44下载
- 积分:1
-
Lorenz
Lorenz ecuation soved via Simulink
- 2009-11-21 02:32:28下载
- 积分:1
-
1234435
用matlab 7.0编写的滑模变结构仿真的例子。(S-function for continuous state equation
function [sys,x0,str,ts]=s_function(t,x,u,flag)
switch flag,
Initialization
case 0,
[sys,x0,str,ts]=mdlInitializeSizes
Outputs
case 3,
sys=mdlOutputs(t,x,u)
Unhandled flags
case {2, 4, 9 }
sys = []
Unexpected flags
otherwise
error([ Unhandled flag = ,num2str(flag)])
end
mdlInitializeSizes
function [sys,x0,str,ts]=mdlInitializeSizes
sizes = simsizes
sizes.NumContStates = 0
sizes.NumDiscStates = 0
sizes.NumOutputs = 3
sizes.NumInputs = 1
sizes.DirFeedthrough = 1
sizes.NumSampleTimes = 0
sys=simsizes(sizes)
x0=[]
str=[]
ts=[]
function sys=mdlOutputs(t,x,u)
x11d=sin(pi*t/2)
x21d=cos(pi*t)
x31d=1
sys(1)=x11d
sys(2)=x21d
sys(3)=x31d
)
- 2012-10-19 11:43:12下载
- 积分:1
-
Ant-colony-algorithm-source-code
蚁群算法源程序!!!!开发人员必读!!!!!!!!!!!!!(Ant colony algorithm source code! ! ! ! Developers reading)
- 2011-08-18 19:41:07下载
- 积分:1
-
Newton
此源码用于对一些非线性的方程组进行求解,时间复杂度比较小,效率比较高(This source is used for some non-linear equations is solved, the time complexity is relatively small, more efficient )
- 2011-09-11 03:09:57下载
- 积分:1