-
PneumaticSystem_fangzhen
在MATLAB的simulink环境下的气动位置系统仿真模型。(Simulink in the MATLAB environment pneumatic position system simulation model.)
- 2007-11-22 09:26:27下载
- 积分:1
-
facerecognition
人脸识别匹配的源代码,并配有部分人脸照片,欢迎下载学习(The source code of Face recognition , with some face photos, welcome to learn.)
- 2009-12-15 20:31:15下载
- 积分:1
-
Calt_Geomagnetic_elements
用于地球物理专业学习地磁学,了解磁场各要素!(This program used for geophysical professional studies and help you to understand the geomagnetic elements.)
- 2011-01-03 10:34:24下载
- 积分:1
-
Example3.2
与感知器相关的编程,希望对要用这个的人有帮助吧(The perceptron programming, use this.)
- 2012-05-13 00:14:24下载
- 积分:1
-
The-genetic-algorithm-source-code
给出任意两点的坐标,求出通过这些点的最短回路。(Given the coordinates of any two points, find the shortest circuit through these points.)
- 2012-07-20 20:13:36下载
- 积分:1
-
Visual-CPPand-Matlab
数字图象处理与机器视觉Visual C++与Matlab实现,光盘源代码(Digital image processing and machine vision Visual C++ with Matlab, CD-ROM source code)
- 2013-12-24 12:02:43下载
- 积分:1
-
spline3
三次样条插值函数边界条件由实际问题对三次样条插值在端点的状态要求给出。以第 1 边界条件为例,
用节点处二阶导数表示三次样条插值函数,用追赶法求解相关方程组。通过 Matlab 编制三次样条函数的通用程序,
可直接显示各区间段三次样条函数体表达式,计算出已给点插值并显示各区间分段曲线图。(Cubic spline interpolation function boundary condition for the practical problems cubic spline interpolation required to give the state the endpoint. In the first boundary condition, for example, with a node represents the second derivative of the cubic spline interpolation function for solving the relevant equations with catching method. General Procedure prepared by the cubic spline function Matlab, can directly display each range segment cubic spline function body expression, to the point of interpolation is calculated and displayed for each interval segment curve.)
- 2015-09-16 11:33:23下载
- 积分:1
-
Firefly_Algorithm源代码
这是几个萤火虫源代码,可以正常使用,放心使用(This is a few firefly source code, can be used normally, rest assured that use)
- 2017-07-04 10:21:58下载
- 积分:1
-
rp258
Phased array antenna pattern (Chebyshev weights), In matlab R2009b debugging through, Algorithm for researchers to do reference.
- 2017-10-21 10:48:38下载
- 积分:1
-
new
It creates an m-file for a matlab function and populate with a header template describing the purpose of the function, the input and output parameters, and other relevant information.
In addition, it inserts information related to the author of the file: username, display name, computer name, windows version, and the time stamp.
The command to create a MATLAB function:
new myfun
It is also possible to append function code at the function m-file creation time as follows:
new myfun disp( Hello World! )
- 2010-06-11 15:44:52下载
- 积分:1