-
Simplexalgorithm
单纯形法,求解线性规划问题的通用方法。这里给出其Matlab源程序(Simplex method for solving linear programming problems common method. Here are its Matlab source)
- 2013-09-13 11:54:53下载
- 积分:1
-
程序包
说明: matlab常用算法代码及例程,神经网络BP算法,遗传算法,模拟退火算法等等(Matlab commonly used algorithm code and routine)
- 2021-04-18 09:48:52下载
- 积分:1
-
matlab
matlab指令大全,其中包括了matlab6.5的指令及其使用方法。(Guinness matlab commands, including instructions matlab6.5 and its use.)
- 2008-12-14 16:06:30下载
- 积分:1
-
dftidft
MATLAB软件实现计算有限长序列的DFT和IDFT函数的程序,另有一个实例(MATLAB software calculation of finite-length sequence of DFT and IDFT function procedures, while an example of)
- 2009-05-27 13:45:46下载
- 积分:1
-
bp_pso
粒子群算法(PSO)优化BP神经网络,用来进行非线性的校正,效果良好(Particle swarm optimization (PSO) to optimize BP neural network, used for non-linear correction, to good effect)
- 2013-09-05 12:09:50下载
- 积分:1
-
MSE
Mean Square Error used to calculate mean square between two images
- 2015-01-27 16:44:26下载
- 积分:1
-
ADSB_1090ES_Generate
ADSB广播式自动相关监视信号的生成,采样频率80MHZ(Generate ADSB automatic dependent surveillance-broadcast signals, the sampling frequency 80MHZ)
- 2015-05-19 20:52:14下载
- 积分:1
-
Bilateral-Filtering
双面滤波的源程序,里面有详细的双面滤波的代码,供大家参考学习。(bilateral filter code)
- 2010-12-20 20:12:48下载
- 积分:1
-
AFSA_code
简单的人工鱼群算法的matlab源码,希望对大家有所帮助,有问题可以交流,谢谢指正.(Artificial fish swarm algorithm matlab source code, we want to help, the problem can exchange, thank you correct me.)
- 2013-03-08 17:44:26下载
- 积分:1
-
queue_emulator
说明: 这是一个基于M/M/S类型的排队论仿真程序。M/M/S表示到达时间为负指数分布,服务时间为负指数分布,服务设备数量为S个的排队系统。
(1)到达模式:严格意义上讲是一个接着一个到达,而且到达时间间隔服从参数为mean_arr的负指数分布;
(2)服务模式:服务台的数量为server_num,且每个服务台服务一个顾客的服务时间服从参数为mean_serv的负指数分布;
(3)排队规则:满足先进先服务,服务快的先离开的规则。
(This is a based on the M/M/S types of queuing theory simulation program. M/M/S said time of arrival of the negative exponential distribution and service time for the negative exponential distribution, service equipment for the number of S-queuing system. (1) mode of arrival : a strict sense is a one followed arrived, but the inter-arrival time parameters mean_arr obey the negative exponential distribution; (2) mode : The number of help desk server_num. with each help desk services a customer service parameters mean_serv obey the negative exponential distribution; (3) queuing rules : first meet advanced services, the first to leave fast rules.)
- 2006-04-30 11:02:49下载
- 积分:1