-
XMathLib
类似于MatLab的东东,当然肯定没那么好,但基本的数学运算还是有的(MatLab is similar to the East, of course, is not so sure, but the basic arithmetic or some)
- 2009-04-18 18:53:27下载
- 积分:1
-
Newton-search-algorithm
使用Matlab coder生成Cpp文件与VC++混合编程实现牛顿搜索算法求n次方根。Matlab使用2011a版本。(Use Matlab coder generates Cpp files with VC++ mixed programming algorithm for n-th Newton root search. Matlab using 2011a version.)
- 2011-11-27 14:50:46下载
- 积分:1
-
SX-C
解决很多地下水数值模拟问题,只需要修改相关参数就能运用(Groundwater numerical simulation to solve many problems, only a need to amend the relevant parameters will be able to use)
- 2008-12-18 14:02:37下载
- 积分:1
-
123
设计并制作一个用于篮球比赛计时计分器,能显示各种比赛时间,并显示比赛比分,能实现每次加1分、加2分、减1分操作。(Design and production of a timing for the basketball game scoring device capable of displaying a variety of game time, and displays game scores, able to add 1 point each time, add two points, by a sub-operation.)
- 2009-12-29 09:18:33下载
- 积分:1
-
Kriging
克里格法(Kriging)是地统计学的主要内容之一,从统计意义上说,是从变量相关性和变异性出发,在有限区域内对区域化变量的取值进行无偏、最优估计的一种方法;从插值角度讲是对空间分布的数据求线性最优、无偏内插估计一种方法。(Kriging (Kriging) is one of the main geostatistics, statistically speaking, is the variable correlation and variability within a limited area of the value of regionalized variables unbiased, best a method for estimation speaking the perspective of a data interpolation spatial distribution of solving linear optimal, unbiased estimate of the interpolation method.)
- 2014-12-16 16:34:29下载
- 积分:1
-
mymain
遗传算法 图像分割挺好用的 希望有用
matlab(Genetic algorithm for image segmentation with the hope of good useful
matlab)
- 2015-03-09 16:22:39下载
- 积分:1
-
matlab
说明: matlab的学习教程,ppt格式,直接查看(matlab ppt)
- 2010-04-12 18:28:04下载
- 积分:1
-
zimmerk_scia05
eBook about ANPR. Finding, analizing, process images to find regestration number plate in the image
- 2010-01-25 00:10:00下载
- 积分:1
-
zong
基于DCT的图像压缩及其MATLAB仿真实现,详细的过程可运行结果(DCT-based image compression and MATLAB Simulation, the process can run more results)
- 2011-05-24 16:48:43下载
- 积分:1
-
viterbi-matlab
卷积编码器g1=111,g2=101
x为输入的待译码序列
x=[1,0,1,0,0,1,0,0,0,1,0,1,1,1]
x=[1,1,0,1,0,1,1,0,0,1]
x=[1,1,1,0,0,0,1,0,1,1]
a=size(x) 输入序列的长度
s=a(2)/2 译码后的m序列长度为x的一半
m=zeros(1,s) 最终结果存放
ma=zeros(1,s+1) 存放Fa路径的
mb=zeros(1,s+1) 存放Fb路径的
mc=zeros(1,s+1) 存放Fc路径的
md=zeros(1,s+1) 存放Fd路径的(viterbi decoder)
- 2015-04-20 17:06:18下载
- 积分:1