-
chepaishibie
车牌定位系统的目的在于正确获取整个图像中车牌的区域,并识别出车牌号。(The purpose of plate positioning system to obtain the correct license plate area in the whole image, and brand recognition out of the bus.)
- 2010-11-25 17:27:37下载
- 积分:1
-
k-means-matlab
k-means均值算法matlab语言写的,很实用的源码(k-means means algorithm matlab language, very useful source)
- 2013-12-16 15:30:24下载
- 积分:1
-
cvx
A system for disciplined convex programming
- 2012-02-07 11:59:37下载
- 积分:1
-
CameraCalibration
摄像机标定程序,能够求得其内部参数,误差很小,适合张正友标定方法(Camera Calibration)
- 2010-05-19 15:19:30下载
- 积分:1
-
BTC
用MATLAB实现对图像图像的处理,图像的BTC编码。(MATLAB implementation of the image by image processing, image of the BTC coding.)
- 2011-05-23 17:26:57下载
- 积分:1
-
Theory-and-Practice-Using-MATLAB
The book is organized for use as a text for an introductory course in stochastic
processes at the senior level and as a?rst-year graduate-level course in Kalman
?ltering theory and application.It could also be used for self-instruction or for
purposes of review by practicing engineers and scientists who are not intimately
familiar with the subject.The organization of the material is illustrated by the
following chapter-level dependency graph,which shows how the subject of each
chapter depends upon material in other chapters.The arrows in the?gure indicate
the recommended order of study.Boxes above another box and connected by arrows
indicate that the material represented by the upper boxes is background material for
the subject in the lower box.
- 2011-05-31 23:08:26下载
- 积分:1
-
liziqunjiejueTSP
基本蚁群算法解TSP问题[matlab程序,大家参考(basic ACO for TSP [Matlab procedures, reference)
- 2007-05-22 13:40:41下载
- 积分:1
-
ch1
一个计算机辅助技术与仿真技术的实例,主要是讲解matlab与自动控制系统相结合的技术(Examples of a computer-aided technology and simulation technology, mainly on the matlab and automatic control systems combine technology)
- 2013-12-27 19:50:08下载
- 积分:1
-
Bpnetworkprediction
自己编写的bp神经网络用来进行交通流量预测,具有一定的准确性(I have written to bp neural network used for traffic forecasts, with some accuracy)
- 2009-11-21 22:27:43下载
- 积分:1
-
recursion
说明: 递归,是函数实现的一个很重要的环节,很多程序中都或多或少的使用了递归函数。递归的意思就是函数自己调用自己本身,或者在自己函数调用的下级函数中调用自己。
递归之所以能实现,是因为函数的每个执行过程都在栈中有自己的形参和局部变量的拷贝,这些拷贝和函数的其他执行过程毫不相干。这种机制是当代大多数程序设计语言实现子程序结构的基础,是使得递归成为可能。(Recursion, is a function to achieve a very important part of many programs are more or less use the recursive function. Recursive mean that the function of its own call to themselves or subordinates in their own function calls a function to call their own. Recursion that can be achieved because the function of each execution in the stack has its own shape parameters and local variables of the copy, the copy and the implementation process has nothing to do other functions. This mechanism is the most modern programming language implementation subroutine structure of the foundation is to make recursion possible.)
- 2009-08-30 16:26:06下载
- 积分:1