-
MATLAB6
Matlab数学建模基础教程,估计可能学生用过的会多一点吧!(Basic Tutorial Matlab mathematical modeling, it is estimated will be more students used it!)
- 2011-05-05 18:37:14下载
- 积分:1
-
kclustering
使用k均值法对一组数据进行聚类,画出结果图像(Use the k-means clustering, a set of data to draw the resulting image)
- 2012-05-21 20:36:40下载
- 积分:1
-
2dfem
二维 有限元 三角形 插值积分 很不错(Dimensional finite element triangle Quadratures very good)
- 2014-12-17 10:59:08下载
- 积分:1
-
robot
Robotics Toolbox for Matlab(The Toolbox has always provided many functions
that are useful for the study and simulation of classical
arm-type robotics, for example such things
as kinematics, dynamics, and trajectory generation.
The Toolbox is based on a very general method of
representing the kinematics and dynamics of seriallink
manipulators. These parameters are encapsulated
in MATLAB
R objects—robot objects can be
created by the user for any serial-link manipulator
and a number of examples are provided for well know robots such as the Puma 560
and the Stanford arm amongst others. The Toolbox also provides functions for manipulating
and converting between datatypes such as vectors, homogeneous transformations
and unit-quaternions which are necessary to represent 3-dimensional position and
orientation.)
- 2012-01-13 20:50:57下载
- 积分:1
-
matlab
matlab的简明实例教程,可以自己研究一下 还不错的教程(concise instance of matlab tutorials, you can look pretty good your tutorials)
- 2010-05-22 02:07:58下载
- 积分:1
-
Gabor-feature-based-SRC
參考文獻「Gabor Feature based Sparse Representation for Face Recognition with Gabor Occlusion Dictionary」and matlab code.(「Gabor Feature based Sparse Representation for Face Recognition with Gabor Occlusion Dictionary」and matlab code.)
- 2012-09-12 20:49:13下载
- 积分:1
-
matlab-instructions
matlab的一些常用指令,说明matlab的常见使用方法(some basic Using instructions for matlab)
- 2011-05-20 11:05:43下载
- 积分:1
-
matrix62
2013年美国数学建模M奖(一等奖)所用MATLAB程序之一(2013 American Mathematical modeling M Award (first prize) with one of the MATLAB program)
- 2013-05-18 20:19:00下载
- 积分:1
-
atlexamp
Leveraging C++ Applications Using COM An Example Using ATL COM利用COM继承的文档视图结构的应用程序的例子(Leveraging C Applications Using COM An Example Using ATL COM COM files View succession of application examples)
- 2005-02-21 17:36:46下载
- 积分:1
-
HoughObject
Circles
We can extend the Hough transform to other shapes that can be expressed parametrically. For example, a circle of
fixed radius can be described fully by the location of its center (x, y).
Think of each feature (edge) point on the circle as saying, ”if I’m on the circle, the center must be in one of these
places”. It turns out that the locus of these votes is itself a circle.
But what about circles of unknown size? In this case, we need a third parameter: the radius of the circle. So, we can
parameterize circles of arbitrary size by (x, y, r). Instead of casting votes in a circular pattern into a two-dimensional
accumulator, we cast votes in circles of successively larger size in a three-dimensional accumulator.
- 2010-03-09 06:46:32下载
- 积分:1