-
BranchBound
说明: 最优化问题中分枝定界法求解整数线性规划问题(Optimization of branch and bound method for solving integer linear programming problem)
- 2010-04-29 20:55:36下载
- 积分:1
-
src
How to use the ordinary Voronoi partition generator. The m-files also have
their own help documentation that you can view in Matlab. This code creates
a bounding polygon that is a square. Then it randomly creates 10 points
and then creates and draws the partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(2, 10)
regions = voronoi(bounds, points)
drawRegions(bounds, regions)
================================
This is a brief set of instructions on how to use the Multiplicatively-
weighted Voronoi partition generator.
Each of the m-files has a help section, so in Matlab you can call:
help mwvoronoi
help drawRegions
Here is an example that creates a bounding polygon, a square with side
length 10. Then it randomly creates six points with random weights.
Finally, the code draws the resulting partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(3, 6)
regions = mwvoronoi(bounds, points)
drawRegions(bounds, regions)
Enjoy!
- 2013-10-30 12:23:18下载
- 积分:1
-
Time-Frequency-Analysis-in-Matlab
使用四分量高斯包络信号进行时频分析,比较比较STFT、WVD、CWD分辨率和交叉干扰情况,包含仿真代码及Matlab时频分析工具箱。工具箱的使用建议参考《Matlab时频分析技术及其应用-葛哲学》,压缩包中顺便包含了该书的源代码。(The four-component Gaussian envelope signal frequency analysis, comparison compare STFT on WVD, CWD resolution and cross-interference, frequency analysis toolbox contains the simulation code and Matlab. Use the recommended reference toolbox " Matlab frequency analysis technology and its application- Gezhe school" book contains the source code compression package the way.)
- 2012-11-04 16:33:59下载
- 积分:1
-
50b5b45f37a3
关于稀疏最小二乘算法的matlab程序,适于学习和运用!-(About sparse least squares algorithm matlab program, suitable for learning and use!-)
- 2015-03-22 19:44:11下载
- 积分:1
-
shenjingwangluo
神经网络识别英文字母Neural network to identify English letters(Neural network to identify English letters)
- 2015-03-31 15:37:44下载
- 积分:1
-
smooth2
Low pass filter in order to detect edge
- 2020-08-23 14:07:52下载
- 积分:1
-
Alper MeanShift
Mean shift: A robust approach toward feature space analysis and the edge detection algorithm described in the paper 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-25 11:41:36下载
- 积分:1
-
ACATSP
C表示 n个城市的坐标,为n×2的矩阵
NC_max为最大迭代次数
m表示蚂蚁个数
Alpha 表征信息素重要程度的参数
Beta 表征启发式因子重要程度的参数
Rho 信息素蒸发系数
Q 信息素增加强度系数
R_best 各代最佳路线
L_best 各代最佳路线的长度(C indicated that the coordinates of n cities, in order to n × 2 matrix NC_max maximum number of iterations m, said the number of Alpha characterization of ant pheromones importance of the parameters of Beta characterization of the parameters of heuristic importance of Rho factor pheromone pheromone evaporation coefficient Q increase the strength factor R_best generations of the best route L_best the length of each generation of the best route)
- 2009-12-29 16:23:29下载
- 积分:1
-
tankmodel
tankmodel 水箱模型,概念性水文模型模拟(tankmodel 水箱模型,概念性水文模型模拟,四层计算模拟,拟定参数)
- 2020-10-17 10:47:29下载
- 积分:1
-
Vehicle-Charging-Station
含电动汽车充电站的新型直流配电网研究-论文(Research on New DC Distribution Network with Electric Vehicle Charging Station)
- 2017-04-04 20:35:34下载
- 积分:1