-
project46
说明: 基于matlab的编程,信道仿真的,很好很强大(Matlab-based programming, channel simulation, very good very strong)
- 2011-02-27 06:45:54下载
- 积分:1
-
tsp
蕞优分组周游路线问题是一类物流智能调度问题,是众多的计算难度极大的组合爆炸问题之一。自从运输问题最早是由Hitchcock在1941年提出的[2][4]后,人们对这一类问题给予了极大的关注并进行了大量的研究,提出了有效解决问题的优化算法——单纯形法的变形[2]。但由于问题规模的扩大,纯数学方法在允许的时间和空间上都很难找到问题的最优解,于是人们开始转向寻找问题的近似最优解,遗传算法以其在求解最优化问题中的独特的自组织性、自适应性很快进入人们的视野。 经典的遗传算法对于求解多目标的NP完全性问题非常有效,但对于有多个限制条件的多目标最优化问题缺显得有点力不从心,很难得到稳定度较高、收敛较快的解。本文提出的双层遗传算法模型给这一类问题提供了一个很好的解决方法,虽然建模条件限制了描述的问题的通用性,有待推广,但它能有效利用问题的领域知识,提高了求解效率,保证了解的可行性和最优性,算法思想极具推广潜力,可在其它物流智能调度问题求解算法设计中借鉴。(The most optimal packet travel route problem is a kind of intelligent logistic scheduling problem is one of combinatorial calculation difficult problem many. Since the transportation problem was first proposed by Hitchcock in 1941 after the [2][4], the people of this class of problems given great attention and made a lot of research, the deformation of [2] optimization, simplex method algorithm is effective to solve the problem of. But due to the expansion of the scale of the problem, the pure mathematical methods in the allowed time and space are very difficult to find the optimal solution of the problem, so people begin to turn to the approximate optimal solution for the problem, genetic algorithm in solving optimization problems with its unique in the self-organizing, adaptive soon entered people s field of vision. Very effective classical genetic algorithm for solving multi-objective NP complete problems, but for the multi-objective optimization problem with multiple constraints. I)
- 2014-08-18 10:05:55下载
- 积分:1
-
integer-programming
可用于解决整数规划方面的问题。用matlab编写的源代码。(integer programming)
- 2011-09-17 21:00:56下载
- 积分:1
-
Program
模糊逻辑变精度粗糙集算法程序,数据挖掘故障诊断规则,27条训练集,8属性,5类故障。(Rough set of variable precision fuzzy logic algorithm procedures, data mining fault diagnosis rules, 27 train sets, eight properties, five fault.)
- 2015-01-09 14:51:11下载
- 积分:1
-
gabor特征提取程序
gabor特征提取程序 matlab实现 附有图像测试(gabor feature extraction process to achieve with matlab image test)
- 2020-06-30 01:40:02下载
- 积分:1
-
TXCL-MATLAB
数字图像处理MATLAB版(中文版),找了很久才找到的,绝对经典教程,超详细(Digital Image Processing Using MATLAB (Chinese Edition), looking for a long time to find the absolute classic tutorial, ultra-detailed)
- 2012-05-18 22:10:59下载
- 积分:1
-
a1
说明: matlab codes for calculate the control action of the ststems and that shown in the systems.
- 2013-03-13 00:53:51下载
- 积分:1
-
t MATLAB小波分析与应用 30个案例分析_14043787
说明: 小波分析的经典案例,很适合初学者学习。。。。。(Wavelet analysis of the classic case, very suitable for beginners to learn)
- 2021-04-08 09:59:00下载
- 积分:1
-
Ransac_ls
说明: ransac算法Matlab 实现 RANSAC算法全称是随机抽样一致算法(random sample consensus,RANSAC),RANSAC算法的基本假设是样本中包含正确数据(inliers,可以被模型描述的数据),也包含异常数据(outliers,偏离正常范围很远、无法适应数学模型的数据),即数据集中含有噪声。(The ransac algorithm Matlab achieves the RANSAC algorithm's full name is the random sample consensus (RANSAC). The basic assumption of the RANSAC algorithm is that the sample contains the correct data (inliers, data that can be described by the model) as well as outliers (outliers). The normal range is too far to fit into the data of the mathematical model. That is, the dataset contains noise.)
- 2018-04-29 21:30:30下载
- 积分:1
-
cylinder2
[的X,Y和Z] = cylinder2(的x,Y,Z轴,俄,氮,氧)
向量X,Y,Z轴定义圆柱面中心线
和矢量r定义圆柱面半径,并已
为的x,y,z的长度相同
N是周围围点的数量。默认值
为N= 100。
矩阵Ø 定义了准线(圈)椭圆圆柱
表面。其内容以0和1之间的值,并适用于
小学和中学的准线轴。值的defeault
Ø =的(长(x),2)。
矩阵X,Y,Z轴确定圆柱面,冲浪(的X,Y,Z)的显示器
圆柱面。( [X,Y,Z]=cylinder2(x,y,z,r,N,o)
Vectors x, y, z define the central line of cylindrical surface
and vector r defines the radius of cylindrical surface, and has
the same length as x, y, z.
N is the number of points around the circumference. The default value
is N = 100.
Matrix o defines ovality of the directrix (circle) of cylindrical
surface. Its elements take values between 0 and 1 and apply to the
primary and secondary axis of directrix. The defeault values are
o=ones(length(x),2).
Matrices X, Y, Z define the cylindrical surface, surf(X,Y,Z) displays
the cylindrical surface. )
- 2011-05-23 12:32:02下载
- 积分:1