-
face_recognise_system
the code deals wid a face recg system,,its a gud one.i hope you like it.
it would help people doin projects.
- 2010-08-02 01:13:23下载
- 积分:1
-
1
说明: 基于PCA的人脸识别源代码,使用matlab编程,针对ORL库(PCA-based face recognition source code, the use of matlab programming, for ORL database)
- 2008-12-01 23:30:05下载
- 积分:1
-
bch_coder
用MATLAB实现的关于BCH编码的程序原代码(MATLAB BCH code on the program source code)
- 2006-07-13 09:06:45下载
- 积分:1
-
Pattern-Recognition-
国外计算机科学教材系列,模式识别第四版课后习题部分matlab源码,李晶皎,王爱侠等译(Foreign computer science textbook series, the fourth edition of after-school exercise part of pattern recognition matlab source, Jiao Jing, Wang Aixia translated)
- 2013-12-27 10:53:37下载
- 积分:1
-
nlfet
nonlinear finite element code using matlab
- 2013-12-28 14:58:00下载
- 积分:1
-
man
电磁场仿真软件feko的模型文件,该文件为人体,对于仿真电磁场对于人体的影响有很大的作用。(The model file of the electromagnetic field simulation software FEKO, which is the human body, has a great effect on the human body.)
- 2020-08-24 21:08:17下载
- 积分:1
-
TMD
Tmd modeling with matlab.
this file modeling Tuned Mass Damper with Matlab and reliability analysis monte carlo.
the first read information of structures as excel file. then run .m file
- 2020-11-27 10:09:30下载
- 积分:1
-
Submission
simulink and controllers nn
- 2011-02-15 16:15:38下载
- 积分: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
-
curvelet--3
曲线波变换用于图像去噪是新兴起的一种多尺度工具,里面涵盖了比较好的毕业设计资料,希望对大家有用(Curve wavelet transform for image denoising is a new emerging multi-scale tool, which covers a relatively good graduation design information, we hope to be useful)
- 2014-06-15 10:32:17下载
- 积分:1