-
ddj
钢管问题。最优话模型求解。易拉罐,最优采购!(matlab pipe problem. If solving the optimal model. Cans, the best purchase!)
- 2010-07-29 11:44:35下载
- 积分:1
-
PSO_Wael
this is a zip file for showing how particle swarm optimization find g_best with matlab.
- 2009-04-03 13:07:09下载
- 积分:1
-
SphereLFOA
具有Levy飞行特征的foa算法,对果蝇优化算法的改进(Levy flight characteristics of foa algorithm)
- 2020-11-25 16:29:33下载
- 积分:1
-
Alamoudi
this file simulates a alamouti scheme
- 2010-10-19 15:57:55下载
- 积分:1
-
RegsiterFM
这是基于互信息的图像配准程序,实现起来比较简单,是用matlab实现的(This is based on mutual information image registration procedure is relatively simple to achieve them, is achieved using matlab)
- 2010-05-13 10:45:39下载
- 积分:1
-
111
function pi = solve2(count,m,cc)
借助布冯投针实验 仿真求pi的值
pi=0
frq=0
randNo = binornd(1,cc,1,m)
pro=zeros(1,count)
for j=1:count
for i = 1:m
if randNo(1,i) == 1
frq = frq + 1
end
pro(i) = frq/i
end
pi = (2*m)/frq
pro(j) = pi
end
pro = pro,num =1:count
plot(num,pro) (function pi = solve2 (count, m, cc) to vote with Buffon needle experiment simulation find the value of pi pi = 0 frq = 0 randNo = binornd (1, cc, 1, m) pro = zeros (1, count) for j = 1: count for i = 1: m if randNo (1, i) == 1 frq = frq+ 1 end pro (i) = frq/i end pi = (2* m )/frq pro (j) = pi end pro = pro, num = 1: count plot (num, pro) )
- 2011-05-24 15:39:41下载
- 积分:1
-
wuyueshuyiweijizhi
MATLAB无约束一维极值问题,解决无约束的一维极值问题(very good)
- 2012-05-29 16:27:57下载
- 积分:1
-
principles_of_communication_systems_imulation_with
很多MATLAB的无线系统仿真实例。强烈推荐!(A lot of MATLAB simulation of wireless systems. Strongly recommend!)
- 2009-03-28 11:31:31下载
- 积分:1
-
transmit
无线信号发送主要采用多位数据格式,编码可达上百万个不同重复(Wireless signal mainly adopts several data format, coding can be up to millions of different repetition)
- 2013-12-02 16:04:04下载
- 积分:1
-
Branch-and-bound-method
MALAB写的,分支定界法求解纯整数或混合的整数规划问题。(Written MALAB, branch and bound method to solve pure integer or mixed integer programming problem.)
- 2013-11-01 10:22:15下载
- 积分:1