-
IntroductiontoAlgorithm
关于算法设计最经典的教材,非常值得阅读,对一些较经典的算法都进行了详细的介绍(On the algorithm design and classic materials, well worth reading, for some of the more classical algorithms have carried out a detailed introduction)
- 2008-05-24 14:55:46下载
- 积分:1
-
A-Guide-to-MATLAB
一本适用于新手和有一定基础的matlab软件介绍书籍。它包含了简洁
必要的MATLAB命令的解释,以及很容易理解
使用MATLAB的编程功能的说明,图形
能力,和桌面界面。它还包括一个介绍
到Simulink,为系统仿真到MATLAB的同伴。(One for novice and have introduced some basic matlab software books. It contains a concise explanation of essential MATLAB commands, and use easy to understand description of MATLAB' s programming features, graphical capabilities, and desktop interface. It also includes an introduction to Simulink, MATLAB for system simulation to companions.)
- 2011-09-14 15:25:37下载
- 积分:1
-
watertank1
watertank simulink example for pid
- 2013-11-12 01:54:52下载
- 积分:1
-
svm3
使用支持向量机进行非线性回归,得到非线性函数y=f(x1,x2,…,xn)的支持向量解析式,求解二次规划时调用了优化工具箱的quadprog函数。本函数在程序入口处对数据进行了[-1,1]的归一化处理,所以计算得到的回归解析式的系数是针对归一化数据的,仿真测(Using support vector machines non-linear regression)
- 2011-12-09 10:27:21下载
- 积分:1
-
nouv1
In this course we present the basic principles of Bayesian statistics (an alternative to "orthodox" statistics). We start by learning how to estimate parameters for standard models (normal, binomial, Poisson) and then get acquainted with computational methods (MCMC) and software (WinBUGS) that can solve complicated problems that arise in real applications.
- 2010-10-18 22:06:19下载
- 积分:1
-
ComHuaTu
VC调用matlab画图,需要安装matlab(VC call matlab to draw fig)
- 2009-07-10 19:10:38下载
- 积分:1
-
videotrafficof
说明: 该程序使用系统对象来说明使用光流估计的方法在视频序列中检测并跟踪车辆。(This demo uses System objects to illustrate how to detect and track cars in a video sequence using optical flow estimation. )
- 2010-04-13 00:07:17下载
- 积分:1
-
numerical-methods-using-matlab--4th--Edition
Numerical Methods Using Matlab (4th Edition),John H. Mathews (Author), Kurtis K. Fink (Author).This book provides a fundamental introduction to numerical analysis. This book covers numerous topics including Interpolation and Polynomial Approximation, Curve Fitting, Numerical Differentiation, Numerical Integration, and Numerical Optimization. For engineering and computer science fields.
- 2011-07-20 16:46:11下载
- 积分:1
-
chazhi
拉格朗日立方插值算法源代码,可以直接使用的。(Lagrange cubic interpolation algorithm source code can be used directly.)
- 2015-11-09 11:43:13下载
- 积分:1
-
pso123
说明: 首先介绍一下早期的简单模型,即Boid(Bird-oid)模型。这个模型是为了模拟鸟群的行为而设计的,它也是粒子群优化算法的直接来源。(Because the simulation is too simple and far away from the real situation, a random variable is added to the velocity term, that is, in each iteration step, in addition to meeting the "nearest neighbor velocity matching", a random variable is added to each step of the speed, so that the whole simulation looks more realistic.)
- 2020-10-22 21:47:39下载
- 积分:1