-
gabor
gabor变换——gabor变换能有效的一直字符的噪声,变形、断裂、模糊以及亮度不均匀图像干扰(gabor)
- 2010-10-09 22:33:43下载
- 积分: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
-
the-command-handbook-of-matlab
matlab 中的各种命令的描述、语法和应用,包括数值计算,数值分析,绘图和图形图像处理(the command handbook of matlab)
- 2013-04-18 16:46:05下载
- 积分:1
-
Software-Testing
随着计算机技术的迅速发展和越来越广泛深入地应用于国民经济和社会生活的各个方面,随着 软件系统的规模和复杂性与日俱增,软件的生产成本和软件中存在的缺陷和故障造成的各类损失也 大大增加,甚至会带来灾难性的后果。软件质量问题已成为所有使用软件和开发软件的人关注的焦 点。由于软件是人脑的高度智力化的体现和产品这一特殊性,不同于其他科技和生产领域,因此软件与生俱来就有可能存在着缺陷。(With the rapid development of computer technology and the more extensively used in the national economy and social life in all its aspects, with the growing size and complexity of software systems, software production costs and software defects and faults caused various types of losses also increased significantly, even catastrophic consequences. Software quality has become the focus of all those who use the software and software development concern. Because the software is highly intellectual expression and product of the special nature of the human brain, unlike other areas of technology and production, so the software may be born with a defect exists.)
- 2013-12-04 22:25:34下载
- 积分:1
-
Gradient_Descent_Filal1
The Prediction Algorithm Based on Fuzzy Logic(Gradient_Descent approach)
- 2013-04-19 15:09:24下载
- 积分:1
-
Chapter9
说明: MATLAB统计分析与应用里的回归分析和样本数据(MATLAB statistical analysis and regression analysis and sample data in the application)
- 2018-12-30 17:46:17下载
- 积分:1
-
a
说明: MATLAB遗传算法几个实例,主要是遗传算法工具箱的应用(some examples of matlab)
- 2009-05-20 18:50:55下载
- 积分:1
-
medfilt_matlab
说明: 中值滤波是图像预处理中的一种较常用的方法, 它能有效去除椒盐噪声等的影响。(The median filter is the image preprocessing of a more common method, it can effectively remove the impact of salt and pepper noise.)
- 2010-04-03 14:36:58下载
- 积分:1
-
TuxiangFazhifenge
数字图像阀值分割各种方法 最大熵 OTSU 双峰法 迭代法 分水岭算法 (Digital image threshold segmentation methods maximum entropy OTSU method of bimodal iterative method of watershed algorithm)
- 2014-10-22 15:21:15下载
- 积分:1
-
lslsvm--toolbox
matlab 最小二乘支持向量机 工具箱 有多个函数 可以用(matlab toolbox least squares support vector machine can)
- 2010-06-19 10:14:55下载
- 积分:1