-
yiqunsuanfa
说明: 采用最新的人工智能算法,对城市问题(tsp)问题进行了很好的解决(Using the latest artificial intelligence algorithms, to urban problems (tsp) had a very good problem to solve)
- 2009-08-11 14:18:49下载
- 积分:1
-
cmake-3.0.2.tar
cmake 工具 可视化图形的 cmake 工具(for linux)
- 2014-11-28 13:19:53下载
- 积分:1
-
Signal-Processing-Software
A Speech Tool Software for Signal Processing
Applications
- 2013-11-22 16:46:44下载
- 积分:1
-
ch6
数值计算方法数值计算方法数值计算方法数值计算方法数值计算方法数值计算方法数值计算方法数值计算方法数值计算方法数值计算方法数值计算方法数值计算方法数值计算方法数值计算方法数值计算方法数值计算方法数值计算方法数值计算方法(Numerical methods numerical methods numerical methods numerical methods numerical methods numerical methods numerical methods numerical methods numerical methods numerical methods numerical methods numerical methods numerical methods numerical methods numerical methods numerical methods numerical calculation method of numerical calculation method)
- 2009-10-07 15:06:47下载
- 积分:1
-
yuyinzhengqiang
通过分帧处理用Matlab实现语音增强中的谱减法(Through sub-frame processing using Matlab implementation of spectral subtraction speech enhancement)
- 2010-01-17 09:05:54下载
- 积分:1
-
Modern-communication-system
书籍现代通信系统用matlab的源代码,详细介绍了通信系统,并用matlab仿真实现(This is source code of book of modern communication systems, the book describes the communication system in details,and simulating with matlab.)
- 2011-04-23 16:51:51下载
- 积分:1
-
Ali_ga_test
the Ali_g_test is a simulink file for dc motor is to be used with Ali_PID_ga m file.
- 2013-01-07 06:39:42下载
- 积分:1
-
Classic-DOA-Estimation
DOA估计两种子空间方法,MUSIC和ESPRIT算法,并分析了各参数对算法性能的影响。(Two subspace DOA estimation method, MUSIC and ESPRIT algorithm, and the influence of various parameters on the performance of the algorithm.)
- 2014-12-10 17:11:08下载
- 积分:1
-
Optimization-of-fuzzy-control
Optimization of a gas turbine engine fuzzy control
- 2013-11-13 15:07:36下载
- 积分: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