-
NBLR
在Adult等数据集上比较NB和LR算法的优缺点(Adult and other data sets in the NB and LR algorithms to compare the advantages and disadvantages)
- 2010-12-01 14:20:13下载
- 积分:1
-
wenfapamduan
Chomsky文法的判断。0型1型2型3型的判断(Chomsky)
- 2009-12-13 11:23:40下载
- 积分:1
-
m2
说明: MATLAB数学建模工具,很好的建模资料(Matlab mathetical modelling toolbox)
- 2012-06-12 12:15:00下载
- 积分:1
-
03
说明: 《MATLAB 7.0从入门到精通》一书的配套程序——第3章的程序。(" MATLAB 7.0 from the entry to the master," a book supporting the program- Chapter 3 of the program.)
- 2012-07-08 18:26:52下载
- 积分:1
-
fuzzy-pid-control
控制系统模型的建立:将常规PID控制改进为带自适应的模糊PID控制,使控制系统的精度和稳定性有比较好的效果(fuzzy pid control)
- 2013-12-28 20:39:09下载
- 积分:1
-
FSK
FSK调制方式的SIMULINK仿真和完整的参数设置(FSK modulation of the SIMULINK simulation and a complete set of parameters)
- 2009-04-27 20:52:05下载
- 积分: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
-
K_l
基于K-L变换的特征值提取 三维 数据效果还可以高维转换为低维(K-L character )
- 2012-04-25 22:53:10下载
- 积分:1
-
Matlab
matlab分析激光及应用,包括条形腔,矩形腔,以及圆形腔的代码分析(matlab analysis of laser and applications, including strip chamber, rectangular cavity, and the code of circular cavity)
- 2011-06-02 14:12:14下载
- 积分:1
-
Warshall-Floyd
Warshall-Floyd 算法的matlab例程,Warshall-Floyd用于寻找两点之间的最短路,很简单,可以快速了解该算法。(The algorithm of Warshall-Floyd, Matlab routines, of Warshall-Floyd, used to find the shortest path between two points is very simple, you can quickly understand the algorithm.)
- 2012-06-05 10:22:40下载
- 积分:1