-
BinarySearchSample
The file name it says everything.........
- 2010-01-04 17:53:00下载
- 积分:1
-
superresolution
source for super-resolution method (PG, POCS, IBP) using Matlab
- 2011-06-24 16:15:41下载
- 积分:1
-
dllexample
labview 调用MATLAB的DLL的例子 ,很有参考作用 (MATLAB calls the DLL labview examples of useful reference)
- 2010-08-14 16:30:40下载
- 积分:1
-
ChirpLab1_1
最新最实用的线性调频变换工具箱(chirplet变换)(The linear FM transform the toolbox (Chirplet transform))
- 2013-04-28 21:19:21下载
- 积分:1
-
MATLAB
MATLAB编程基础word版的教程,讲的很好!(Basic word version of MATLAB programming tutorial, pretty well!)
- 2010-07-08 08:34:30下载
- 积分:1
-
enhancing_semi_supervised
enhancing semi-supervised clustering:a feature projection prespective算法实现(the implementation of the alogrithm described in the paper--- enhancing semi-supervised clustering:a feature projection prespective)
- 2009-12-17 09:47:05下载
- 积分:1
-
circuit-analysis
Circuit analysis for circuits in electronics
- 2012-07-16 18:28:47下载
- 积分:1
-
OL_CLMIMOcapacity
开环闭环对比的MIMO信道容量,附公式推导的word文档,对物理层安全理论推导有一定借鉴意义(Comparison of open loop closed loop MIMO channel capacity, word documents attached derivation of the theoretical derivation of the physical layer security will provide experience)
- 2015-05-06 21:00:48下载
- 积分:1
-
zft
直方图均衡化,数字图像处理,简单matlab函数(Histogram equalization, digital image processing, a simple matlab function)
- 2010-06-07 21:01:02下载
- 积分: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