搜索资源列表
orientation-estimation
- 利用加速度计、陀螺仪、地磁解算姿态的好文章,英文名Design of orientation estimation system by inertial and magnetic sensors-The use of an accelerometer, a gyroscope, a geomagnetic solver attitude of good articles, the English name Design of orientation estimation system by in
dani2011
- 蒙特卡罗通常在解决数学和物理方面的问题非常有用,典型的处理方法包含在文件中-Monte Carlo Method is often useful for solving problems in physics and mathematics where analytical methods are tough to apply. These methods use random numbers and uses the theory of probability to solve the pro
oustaloup
- 分数阶微积分的matlab实现的一种实现方法(英文),采用Oustaloup滤波器逼近来估算分数阶微积分。-Matlab implementation of the fractional calculus, an implementation method (English), the use of Oustaloup filter approximation to estimate the fractional calculus.
Matlabs-Random-Number-Generators
- MATLAB_RANDOM is a directory of MATLAB programs which illustrate the use of Matlab s random number generators.
tabu_search
- 我们尝试用禁忌搜索(tabu search)算法来解决旅行商问题(TSP),程序可以选择随机生成点的位置坐标,也可以从圆上均匀取点(比较容易判断结果的好坏)。 我们采用下面的一些规则来运行程序: 特赦规则:如果新解被禁,但是目标函数值比当前最优解的目标函数值小于某个定值时,接受新解。 终止规则:1、如果在给定的迭代次数内,最优解的目标函数值保持不变终止2、迭代次数达到给定的最大值时终止。 候选解的产生:本实验中我采取的是随机产生候选解的方法 一些参数的选取: 在每一步的