用模拟退火算法求解TSP问题 [1]主函数tsp.m [2]计算路径长度的子函数 route_long.m [3]随机交换两个节点的顺序函数exchange.m
标签: route_long exchange 函数 TSP
上传时间: 2016-09-25
上传用户:xsnjzljj
3. 约瑟夫环问题。设编号为1,2,…,n(n>0)个人按顺时针方向围坐一圈。开始时任意给出一个报数上限值m,从第一个人开始顺时针方向自1起顺序报数,报到m时停止报数,报m的人出列,从他在顺时针方向上的下一个人起重新自1起顺序报数;报到m的人出列;如此下去,直到所有人全部出列为止。用带头结点的单循环链表作数据元素的存储结构。 数据输入: 第一行为人数n。 第二行为报数值m。 数据输出: 依次输出出列人员的编号。 示例: 输入文件input3.txt: 4 3 4 1 3 2 输出:(标准输出) 3 2 4 1
上传时间: 2014-01-31
上传用户:zm7516678
一种比较好的抗锯齿算法 Add myaa.m to your path and enjoy anti-aliased professionally looking graphics in Matlab at any time. Myaa works with any kind of graphic (3-D, plots, scatterplots, ...) and even adds anti-aliasing to text, ui controls and grids. Myaa is ideal for complex, cluttered and saturated plots. See attached screenshot for a demonstration. More examples included in the code, just run help myaa . Curiosa: For those of you who publish your code often, an undocumented anti-aliasing option is included in the snapnow.m function in Matlab. To publish a file called test.m you can do: opts.figureSnapMethod = antialiased publish( test.m ,opts) However, you will have more control over the process using myaa, which is also the best choice when using Matlab interactively.
标签: professionally anti-aliased graphics looking
上传时间: 2016-09-28
上传用户:txfyddz
M a t l a b 中读取视频avi文件的小程序
上传时间: 2016-09-28
上传用户:xwd2010
伪随机数的产生程序 有m序列还有同余序列等等 用与嵌入信息位置的选择或密钥的制作
上传时间: 2014-11-23
上传用户:zuozuo1215
VC调用matlab中定义的.m文件中的函数的实例.rar
上传时间: 2016-10-02
上传用户:gtzj
傅立叶分解M文件,一直在用,非常好用,很经典
上传时间: 2014-01-23
上传用户:阿四AIR
用于产生频率选择性信道,其中的一个fade.m可以用来产生瑞利衰落信道.
上传时间: 2016-10-05
上传用户:tianyi223
用MATLAB编写的产生M序列的方法,大家可以看看哈~
上传时间: 2016-10-06
上传用户:csgcd001
这是一个将n个样本聚类到m个类别中 将n个样本在m个类里如何分配输出的遗传算法代码。 适应度:sum(i=1_110)sum(j=1_20)【xi-vj】~2
上传时间: 2014-08-09
上传用户:wkchong