登录
首页 » matlab » work

work

于 2007-09-09 发布 文件大小:248KB
0 123
下载积分: 1 下载次数: 34

代码说明:

  退火算法matlab源码,并带有详细设计说明,执行效率较高(Annealing algorithm matlab source, with the detailed design shows that the implementation of more efficient)

文件列表:

work
....\accessory_parameter
....\...................\accyouhua.m
....\...................\lingjian.m
....\...................\normal.m
....\...................\说明.txt
....\...................\退火确定标定值
....\...................\..............\accept.m
....\...................\..............\accessory.mat
....\...................\..............\funacc.m
....\...................\..............\generatenew.m
....\...................\..............\unitanneal.m
....\carlight
....\........\1
....\........\.\CARLIGHT.CPP
....\........\.\GRID.TXT
....\........\.\lightpannel1.fig
....\........\2
....\........\.\C_pro
....\........\.\.....\CARLIGHT.CPP
....\........\.\.....\print.m
....\........\.\.....\说明.txt
....\........\.\mat_pro
....\........\.\.......\beam.m
....\........\.\.......\pannel.m
....\........\.\.......\readme.txt
....\........\readme.txt
....\........\unsuccessful
....\........\............\BC.m
....\........\............\cosa.m
....\........\............\cosb.m
....\........\............\dE.m
....\........\............\lightpanel.m
....\classic
....\.......\哈密尔顿回路
....\.......\............\TSP模拟退火
....\.......\............\...........\accept.m
....\.......\............\...........\annealing.m
....\.......\............\...........\calculate.m
....\.......\............\...........\cost.mat
....\.......\............\...........\cost_sum.m
....\.......\............\...........\exchange2.m
....\.......\............\...........\exchange3.m
....\.......\............\...........\说明.txt
....\.......\............\三边交换简单算法
....\.......\............\................\bianquan.m
....\.......\............\................\cost_sum.m
....\.......\............\................\jiaohuan3.m
....\.......\............\................\哈密尔顿回路.rar
....\.......\............\................\说明.txt
....\.......\最大流和最小截
....\.......\..............\c.mat
....\.......\..............\maxflow.m
....\.......\..............\说明.txt
....\.......\最小生成树Prim算法
....\.......\..................\Dandn.m
....\.......\..................\prim.m
....\.......\..................\说明.txt
....\.......\最短路和次短路
....\.......\..............\canshu.m
....\.......\..............\getpath.m
....\.......\..............\roadcost.m
....\.......\..............\secshortest.m
....\.......\..............\shortest.m
....\.......\..............\Shortest_Djk.m
....\.......\..............\说明.txt
....\.......\最短路径
....\.......\........\all.m
....\.......\........\canshu.m
....\.......\........\main.m
....\.......\........\PrintPath.m
....\.......\........\ShortestPath_Djk.m
....\.......\........\说明.txt
....\.......\模拟退火应用
....\.......\............\GCP(图着色问题)
....\.......\............\...............\b.mat
....\.......\............\...............\GCPacc1.m
....\.......\............\...............\GCPanneal1.m
....\.......\............\...............\GCPanneal2.m
....\.......\............\...............\GCPgen1.m
....\.......\............\ISP(独立集问题)
....\.......\............\...............\ISPacc.m
....\.......\............\...............\ISPanneal.m
....\.......\............\...............\ISPgen.m
....\.......\............\...............\w.mat
....\.......\............\MCP(最大截问题)
....\.......\............\...............\MCPacc.m
....\.......\............\...............\MCPanneal.m
....\.......\............\...............\MCPgen.m
....\.......\............\...............\w.mat
....\.......\............\TSP(旅行商问题)
....\.......\............\...............\accept.asv
....\.......\............\...............\accept.m
....\.......\............\...............\annealing.m
....\.......\............\...............\calculate.asv
....\.......\............\...............\calculate.m
....\.......\............\...............\cost.mat
....\.......\............\...............\cost_sum.m
....\.......\............\...............\exchange2.m
....\.......\............\...............\exchange3.m

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • fig7x34
    无速度传感器的矢量控制matlab simulink仿真图,仿真结果说明具有良好的自适应能力(Speed ​ ​ sensorless vector control Matlab Simulink simulation diagram, the simulation results has good adaptive capacity)
    2012-04-22 11:15:49下载
    积分:1
  • GA_loadshedding
    用遗传算法实现基于最优潮流的负荷消减,并据此进行可靠性计算。(Genetic algorithm based on optimal power flow load reduction and reliability calculations accordingly.)
    2021-03-23 19:49:15下载
    积分:1
  • FTT
    the fourier serial: how to do with fourier
    2009-06-01 18:14:45下载
    积分:1
  • comm_vect_DFIG1
    commande vectoriel of machine double feed induction
    2010-05-15 06:45:13下载
    积分:1
  • oregonator
    Originator, This code contain implementation of originator
    2015-03-30 07:03:43下载
    积分:1
  • Poincare
    庞加莱截面绘制,可以自己调节参数,帮助学习(duffing poincare Poincare section drawing can adjust parameters to help learning.)
    2018-12-06 11:05:36下载
    积分:1
  • life
    :元胞自动机不仅是理论计算机科学领域的一个重要的计算模型,而且可视为一无限维的离散动力系统,被广泛应用于 自然科学和社会科学各领域的复杂性的研究中,是一个重要的研究方法和工具。该文以Matlab 为开发工具,开发了元胞自 动机的可视模型,为其在各个领域的复杂性研究提供了一个简易、可行的计算机仿真工具(MATLAB s version of Conway s Game of Life. "Life" is a cellular automaton invented by John Conway that involves live and dead cells in a rectangular, two-dimensional universe. In MATLAB, the universe is a sparse matrix that is initially all zero. Whether cells stay alive, die, or nerate new cells depends upon how many of their eight possible neighbors are alive. By using sparse matrices, the calculations required become astonishingly simple. We use periodic (torus) boundary conditions at the edges of the universe. Pressing the "Start" button automatically seeds this universe with several small random communities. Some will succeed and some will fail. )
    2012-04-07 17:12:38下载
    积分:1
  • matlab-chapter7
    谢汉龙matlab书籍第七章基本入门功能的实现过程,常用matlab的基础程序(Implementation Xiehan Long matlab books Chapter VII basic entry function on the basis of common procedures matlab)
    2015-01-05 13:57:19下载
    积分:1
  • matlab
    说明:  matlab6.5辅助小波分析与应用例程(matlab6.5 wavelet analysis and application of auxiliary routines)
    2008-11-20 09:15:25下载
    积分:1
  • pca
    基于matlab的二维图像PCA特征提取(PCA feature extraction from image by matlab)
    2010-05-13 15:12:01下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载