在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 10大经典算法matlab代码以及代码详解【数学建模、信号处理】

10大经典算法matlab代码以及代码详解【数学建模、信号处理】

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:9.39M
  • 下载次数:26
  • 浏览次数:426
  • 发布时间:2020-10-22
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
10大算法程序以及详细解释,包括模拟退火,禁忌搜索,遗传算法,神经网络、搜索算法、 图论、 遗传退火法、组合算法、免疫算法、 蒙特卡洛、灰色预测、动态规划等常用经典算法。是数学建模、信号处理等领域必备参考资料。
【实例截图】
【核心代码】
10大经典算法matlab代码以及代码详解
└── 10大经典算法matlab代码以及代码详解
├── Floyd算法
│   ├── floyd.txt
│   └── 中国数学建模-数学工具-Floyd最短路算法的MATLAB程序.txt
├── 免疫算法.txt
├── 分治算法
│   ├── c程序.txt
│   ├── 中国数学建模-编程交流-分治算法_1.txt
│   └── 中国数学建模-编程交流-分治算法_2.txt
├── 动态规划
│   ├── 中国数学建模-编程交流-动态规划算法_1.txt
│   ├── 中国数学建模-编程交流-动态规划算法_2.txt
│   └── 中国数学建模-编程交流-动态规划算法_3.txt
├── 图论
│   ├── 哈密尔顿回路
│   │   ├── Desktop_.ini
│   │   ├── TSP模拟退火
│   │   │   ├── accept.m
│   │   │   ├── annealing.m
│   │   │   ├── calculate.m
│   │   │   ├── cost.mat
│   │   │   ├── cost_sum.m
│   │   │   ├── Desktop_.ini
│   │   │   ├── exchange2.m
│   │   │   ├── exchange3.m
│   │   │   └── 说明.txt
│   │   └── 三边交换简单算法
│   │   ├── bianquan.m
│   │   ├── cost_sum.m
│   │   ├── Desktop_.ini
│   │   ├── jiaohuan3.m
│   │   ├── 哈密尔顿回路.rar
│   │   └── 说明.txt
│   ├── 图论1.pdf
│   ├── 图论.ppt
│   ├── 图论及其应用.doc
│   ├── 最短路f_d.doc
│   └── 用计算机实现图论中的最短路径程序
│   ├── Algo7-1.c
│   ├── Algo7-2.c
│   ├── Algo7-3.c
│   ├── Algo7-4.c
│   ├── Algo7-5.c
│   ├── Algo7-6.c
│   ├── Algo7-7.c
│   ├── BO7-1.C
│   ├── Bo7-2.c
│   ├── Bo7-3.c
│   ├── Bo7-4.c
│   ├── c1.h
│   ├── C7-1.H
│   ├── C7-2.H
│   ├── C7-3.H
│   ├── C7-4.H
│   ├── F7-1.DAT
│   ├── MAIN7-1.c
│   ├── Main7-2.c
│   ├── Main7-3.c
│   └── Main7-4.c
├── 搜索算法
│   └── 中国数学建模-编程交流-搜索算法基础.txt
├── 概率算法
│   └── 中国数学建模-编程交流-概率算法简介.txt
├── 模拟退火,禁忌搜索,遗传算法,神经网络-MATLAB程序合集
│   └── 简单函数优化的遗传算法程序
│   ├── cro.m
│   ├── ft.m
│   ├── ga.m
│   ├── init.mat
│   ├── main.m
│   ├── mut.m
│   ├── n2to10.m
│   ├── objf.m
│   ├── pro.m
│   └── sel.m
├── 模拟退火算法
│   ├── 中国数学建模-编程交流-模拟退火算法.txt
│   └── 模拟退火算法.txt
├── 灰色预测
│   ├── 灰色预测MATLAB程序.txt
│   ├── 灰色预测.pdf
│   └── 灰色预测法.doc
├── 神经网络
│   ├── matlab15.pdf
│   └── matlab16.pdf
├── 穷举法求解0-1整数规划的matlab程序.txt
├── 组合算法
│   └── 中国数学建模-编程交流-组合算法概论.txt
├── 聚类算法
│   └── (聚类)clustersuvey.pdf
├── 蒙特卡洛
│   ├── 第八章-蒙卡.doc
│   └── 蒙特卡罗方法课件
│   ├── 0.蒙特卡罗方法目录.ppt
│   ├── 1.蒙特卡罗方法概述.ppt
│   ├── 2.随机数.ppt
│   ├── 3.由巳知分布的随机抽样.ppt
│   ├── 4.蒙特卡罗方法解粒子输运问题.ppt
│   ├── 5.蒙特卡罗方法在计算机上的实现.ppt
│   ├── 6.蒙特卡罗方法在通量计算中的应用.ppt
│   ├── 7.蒙特卡罗方法在积分计算中的应用.ppt
│   └── 8.常用蒙特卡罗程序介绍.ppt
├── 贪婪算法
│   ├── 中国数学建模-编程交流-贪婪算法_1.txt
│   ├── 中国数学建模-编程交流-贪婪算法_2.txt
│   └── 贪心算法.txt
├── 遗传算法
│   ├── 2006-5-18唐慧丰-遗传算法原理与应用.ppt
│   ├── 2.files
│   │   ├── index.files
│   │   │   ├── bg.gif
│   │   │   ├── icon_menu_05.gif
│   │   │   ├── icon_menu_06.gif
│   │   │   ├── icon_menu_07.gif
│   │   │   ├── icon_menu_081.gif
│   │   │   ├── icon_menu_08.gif
│   │   │   ├── icon_menu_09.gif
│   │   │   └── index.gif
│   │   ├── index.htm
│   │   ├── left.files
│   │   │   └── blank.gif
│   │   ├── left.htm
│   │   ├── view.files
│   │   │   ├── 37270895.gif
│   │   │   ├── advu.gif
│   │   │   ├── face_byhtsai_amuro.gif
│   │   │   ├── face_p15.gif
│   │   │   ├── flat_d.gif
│   │   │   ├── icon_copy.gif
│   │   │   ├── icon_email.gif
│   │   │   ├── icon_favorite.gif
│   │   │   ├── icon_find.gif
│   │   │   ├── icon_friend.gif
│   │   │   ├── icon_pm.gif
│   │   │   ├── icon_print.gif
│   │   │   ├── icon_profile.gif
│   │   │   ├── icon_quote.gif
│   │   │   ├── icon_watch.gif
│   │   │   ├── newreply.gif
│   │   │   ├── next.gif
│   │   │   ├── none.gif
│   │   │   ├── pixel.gif
│   │   │   ├── post_d.gif
│   │   │   ├── post.gif
│   │   │   ├── post_n.gif
│   │   │   ├── prev.gif
│   │   │   ├── threaded.gif
│   │   │   ├── title.gif
│   │   │   ├── up.gif
│   │   │   └── user3114.gif
│   │   └── view.htm
│   ├── 2.htm
│   ├── 3.files
│   │   ├── index.files
│   │   │   ├── bg.gif
│   │   │   ├── icon_menu_05.gif
│   │   │   ├── icon_menu_06.gif
│   │   │   ├── icon_menu_07.gif
│   │   │   ├── icon_menu_081.gif
│   │   │   ├── icon_menu_08.gif
│   │   │   ├── icon_menu_09.gif
│   │   │   └── index.gif
│   │   ├── index.htm
│   │   ├── left.files
│   │   │   └── blank.gif
│   │   ├── left.htm
│   │   ├── view.files
│   │   │   ├── 37270895.gif
│   │   │   ├── advu.gif
│   │   │   ├── attachment.gif
│   │   │   ├── face_byhtsai_amuro.gif
│   │   │   ├── face_p15.gif
│   │   │   ├── flat_d.gif
│   │   │   ├── icon_copy.gif
│   │   │   ├── icon_email.gif
│   │   │   ├── icon_favorite.gif
│   │   │   ├── icon_find.gif
│   │   │   ├── icon_friend.gif
│   │   │   ├── icon_pm.gif
│   │   │   ├── icon_print.gif
│   │   │   ├── icon_profile.gif
│   │   │   ├── icon_quote.gif
│   │   │   ├── icon_watch.gif
│   │   │   ├── newreply.gif
│   │   │   ├── next.gif
│   │   │   ├── none.gif
│   │   │   ├── pixel.gif
│   │   │   ├── post_d.gif
│   │   │   ├── post.gif
│   │   │   ├── post_n.gif
│   │   │   ├── prev.gif
│   │   │   ├── smile_big.gif
│   │   │   ├── smile_blackeye.gif
│   │   │   ├── threaded.gif
│   │   │   ├── title.gif
│   │   │   └── up.gif
│   │   └── view.htm
│   ├── 3.htm
│   ├── galib245
│   │   ├── COPYRIGHT
│   │   ├── doc
│   │   │   ├── API.html
│   │   │   ├── ClassHierarchy.html
│   │   │   ├── Copyright.html
│   │   │   ├── Extensions.html
│   │   │   ├── FeatureList.html
│   │   │   ├── GAlib.html
│   │   │   ├── images
│   │   │   │   ├── ArraySinglePointCrossover1.gif
│   │   │   │   ├── ArraySinglePointCrossover.gif
│   │   │   │   ├── ArrayUniformCrossover.gif
│   │   │   │   ├── ChromSet.jpg
│   │   │   │   ├── CrumpledPaper.gif
│   │   │   │   ├── GAArray.gif
│   │   │   │   ├── GAHierarchy.gif
│   │   │   │   ├── GAList.gif
│   │   │   │   ├── GATree.gif
│   │   │   │   ├── Generational.gif
│   │   │   │   ├── GenomeHierarchy.gif
│   │   │   │   ├── ListDestructiveMutation.gif
│   │   │   │   ├── ListGenerativeMutation.gif
│   │   │   │   ├── ListOrderCrossover.gif
│   │   │   │   ├── ListSinglePointCrossover.gif
│   │   │   │   ├── ListSwapNodeMutation.gif
│   │   │   │   ├── ListSwapSequenceMutation.gif
│   │   │   │   ├── NCubeMigration.gif
│   │   │   │   ├── ScalingHierarchy.gif
│   │   │   │   ├── SelectionHierarchy.gif
│   │   │   │   ├── SteadyState.gif
│   │   │   │   ├── SteppingStoneMigration.gif
│   │   │   │   ├── TreeDestructiveMutation.gif
│   │   │   │   ├── TreeSinglePointCrossover.gif
│   │   │   │   ├── TreeSwapNodeMutation.gif
│   │   │   │   ├── TreeSwapTreeMutation.gif
│   │   │   │   └── WarningIcon.gif
│   │   │   ├── Installation.html
│   │   │   ├── OtherSites.html
│   │   │   ├── Overview.html
│   │   │   ├── References.html
│   │   │   └── Register.html
│   │   ├── examples
│   │   │   ├── ex10.C
│   │   │   ├── ex11.C
│   │   │   ├── ex12.C
│   │   │   ├── ex13.C
│   │   │   ├── ex14.C
│   │   │   ├── ex15.C
│   │   │   ├── ex16.C
│   │   │   ├── ex17.C
│   │   │   ├── ex18.C
│   │   │   ├── ex19.C
│   │   │   ├── ex1.C
│   │   │   ├── ex20.C
│   │   │   ├── ex21.C
│   │   │   ├── ex22.C
│   │   │   ├── ex23.C
│   │   │   ├── ex24.C
│   │   │   ├── ex25.C
│   │   │   ├── ex26.C
│   │   │   ├── ex27.C
│   │   │   ├── ex2.C
│   │   │   ├── ex3.C
│   │   │   ├── ex4.C
│   │   │   ├── ex5.C
│   │   │   ├── ex6.C
│   │   │   ├── ex7.C
│   │   │   ├── ex8.C
│   │   │   ├── ex9.C
│   │   │   ├── gnu
│   │   │   │   ├── AllocRing.cc
│   │   │   │   ├── AllocRing.h
│   │   │   │   ├── bitand.c
│   │   │   │   ├── bitany.c
│   │   │   │   ├── bitblt.c
│   │   │   │   ├── bitclear.c
│   │   │   │   ├── bitcopy.c
│   │   │   │   ├── bitcount.c
│   │   │   │   ├── bitdo1.h
│   │   │   │   ├── bitdo2.h
│   │   │   │   ├── bitinvert.c
│   │   │   │   ├── bitlcomp.c
│   │   │   │   ├── bitprims.h
│   │   │   │   ├── bitset1.c
│   │   │   │   ├── bitstr.C
│   │   │   │   ├── bitstr.h
│   │   │   │   ├── BitString.h
│   │   │   │   ├── bitxor.c
│   │   │   │   ├── builtin.cc
│   │   │   │   ├── builtin.h
│   │   │   │   ├── COPYING.LIB
│   │   │   │   ├── error.cc
│   │   │   │   ├── gnuex.C
│   │   │   │   ├── makefile
│   │   │   │   ├── Obstack.cc
│   │   │   │   ├── Obstack.h
│   │   │   │   └── README
│   │   │   ├── graphic
│   │   │   │   ├── bitmaps
│   │   │   │   │   ├── ffst.xbm
│   │   │   │   │   ├── ffwd.xbm
│   │   │   │   │   ├── fwds.xbm
│   │   │   │   │   ├── gaview.xbm
│   │   │   │   │   ├── rew.xbm
│   │   │   │   │   └── stop.xbm
│   │   │   │   ├── GAView.ad
│   │   │   │   ├── gaview.C
│   │   │   │   ├── makefile
│   │   │   │   ├── settings.txt
│   │   │   │   ├── tsp_rect_20.txt
│   │   │   │   ├── TSPView.ad
│   │   │   │   └── tspview.C
│   │   │   ├── makefile
│   │   │   ├── makefile.win32
│   │   │   ├── pvmind
│   │   │   │   ├── genome.C
│   │   │   │   ├── genome.h
│   │   │   │   ├── Makefile.aimk
│   │   │   │   ├── master.C
│   │   │   │   ├── README
│   │   │   │   └── slave.C
│   │   │   ├── pvmpop
│   │   │   │   ├── genome.C
│   │   │   │   ├── genome.h
│   │   │   │   ├── Makefile.aimk
│   │   │   │   ├── master.C
│   │   │   │   ├── PVMDemeGA.C
│   │   │   │   ├── PVMDemeGA.h
│   │   │   │   ├── README
│   │   │   │   ├── settings.txt
│   │   │   │   └── slave.C
│   │   │   ├── randtest.C
│   │   │   ├── README
│   │   │   ├── README.html
│   │   │   ├── seed.C
│   │   │   ├── settings.txt
│   │   │   ├── smiley.txt
│   │   │   ├── test_results-linux.txt
│   │   │   ├── test_results-winnt.txt
│   │   │   ├── tsp_rect_20.txt
│   │   │   └── values.txt
│   │   ├── ga
│   │   │   ├── GA1DArrayGenome.C
│   │   │   ├── GA1DArrayGenome.h
│   │   │   ├── GA1DBinStrGenome.C
│   │   │   ├── GA1DBinStrGenome.h
│   │   │   ├── GA2DArrayGenome.C
│   │   │   ├── GA2DArrayGenome.h
│   │   │   ├── GA2DBinStrGenome.C
│   │   │   ├── GA2DBinStrGenome.h
│   │   │   ├── GA3DArrayGenome.C
│   │   │   ├── GA3DArrayGenome.h
│   │   │   ├── GA3DBinStrGenome.C
│   │   │   ├── GA3DBinStrGenome.h
│   │   │   ├── GAAllele.C
│   │   │   ├── GAAllele.h
│   │   │   ├── GAArray.h
│   │   │   ├── GABaseGA.C
│   │   │   ├── GABaseGA.h
│   │   │   ├── GABin2DecGenome.C
│   │   │   ├── GABin2DecGenome.h
│   │   │   ├── gabincvt.C
│   │   │   ├── gabincvt.h
│   │   │   ├── GABinStr.C
│   │   │   ├── GABinStr.h
│   │   │   ├── gaconfig.h
│   │   │   ├── GADCrowdingGA.C
│   │   │   ├── GADCrowdingGA.h
│   │   │   ├── GADemeGA.C
│   │   │   ├── GADemeGA.h
│   │   │   ├── gaerror.C
│   │   │   ├── gaerror.h
│   │   │   ├── GAEvalData.h
│   │   │   ├── GAGenome.C
│   │   │   ├── GAGenome.h
│   │   │   ├── ga.h
│   │   │   ├── gaid.h
│   │   │   ├── GAIncGA.C
│   │   │   ├── GAIncGA.h
│   │   │   ├── GAListBASE.C
│   │   │   ├── GAListBASE.h
│   │   │   ├── GAList.C
│   │   │   ├── GAListGenome.C
│   │   │   ├── GAListGenome.h
│   │   │   ├── GAList.h
│   │   │   ├── GAMask.h
│   │   │   ├── GANode.h
│   │   │   ├── GAParameter.h
│   │   │   ├── GAPopulation.C
│   │   │   ├── GAPopulation.h
│   │   │   ├── garandom.C
│   │   │   ├── garandom.h
│   │   │   ├── GARealGenome.C
│   │   │   ├── GARealGenome.h
│   │   │   ├── GAScaling.C
│   │   │   ├── GAScaling.h
│   │   │   ├── GASelector.C
│   │   │   ├── GASelector.h
│   │   │   ├── GASimpleGA.C
│   │   │   ├── GASimpleGA.h
│   │   │   ├── GASStateGA.C
│   │   │   ├── GASStateGA.h
│   │   │   ├── GAStatistics.C
│   │   │   ├── GAStatistics.h
│   │   │   ├── GAStringGenome.C
│   │   │   ├── GAStringGenome.h
│   │   │   ├── GATreeBASE.C
│   │   │   ├── GATreeBASE.h
│   │   │   ├── GATree.C
│   │   │   ├── GATreeGenome.C
│   │   │   ├── GATreeGenome.h
│   │   │   ├── GATree.h
│   │   │   ├── gatypes.h
│   │   │   ├── gaversion.h
│   │   │   ├── makefile
│   │   │   ├── makefile.sources
│   │   │   └── makefile.win32
│   │   ├── LICENSE
│   │   ├── makefile
│   │   ├── makefile.win32
│   │   ├── makevars
│   │   ├── makevars.win32
│   │   ├── README
│   │   ├── RELEASE-NOTES
│   │   └── VERSION
│   ├── 基于遗传算法的随机优化搜索.ppt
│   ├── 基本遗传算法源程序.files
│   │   ├── index.files
│   │   │   ├── bg.gif
│   │   │   ├── icon_menu_05.gif
│   │   │   ├── icon_menu_06.gif
│   │   │   ├── icon_menu_07.gif
│   │   │   ├── icon_menu_081.gif
│   │   │   ├── icon_menu_08.gif
│   │   │   ├── icon_menu_09.gif
│   │   │   └── index.gif
│   │   ├── index.htm
│   │   ├── left.files
│   │   │   └── blank.gif
│   │   ├── left.htm
│   │   ├── view.files
│   │   │   ├── 37270895.gif
│   │   │   ├── advu.gif
│   │   │   ├── face_byhtsai_amuro.gif
│   │   │   ├── face_p15.gif
│   │   │   ├── flat_d.gif
│   │   │   ├── icon_copy.gif
│   │   │   ├── icon_email.gif
│   │   │   ├── icon_favorite.gif
│   │   │   ├── icon_find.gif
│   │   │   ├── icon_friend.gif
│   │   │   ├── icon_pm.gif
│   │   │   ├── icon_print.gif
│   │   │   ├── icon_profile.gif
│   │   │   ├── icon_quote.gif
│   │   │   ├── icon_watch.gif
│   │   │   ├── newreply.gif
│   │   │   ├── next.gif
│   │   │   ├── none.gif
│   │   │   ├── off.gif
│   │   │   ├── on.gif
│   │   │   ├── pixel.gif
│   │   │   ├── post_d.gif
│   │   │   ├── post.gif
│   │   │   ├── post_n.gif
│   │   │   ├── prev.gif
│   │   │   ├── threaded.gif
│   │   │   ├── title.gif
│   │   │   ├── up.gif
│   │   │   └── user3114.gif
│   │   └── view.htm
│   ├── 基本遗传算法源程序.htm
│   ├── 完整的遗传算法程序.files
│   │   ├── dispbbs.files
│   │   │   ├── email.gif
│   │   │   ├── emailtofriend.gif
│   │   │   ├── face1.gif
│   │   │   ├── fav_add1.gif
│   │   │   ├── fav_add.gif
│   │   │   ├── find.gif
│   │   │   ├── Forum_nav.gif
│   │   │   ├── friend.gif
│   │   │   ├── image1.gif
│   │   │   ├── ip.gif
│   │   │   ├── jidan.gif
│   │   │   ├── level0.gif
│   │   │   ├── level10.gif
│   │   │   ├── message.gif
│   │   │   ├── navspacer.gif
│   │   │   ├── nextthread.gif
│   │   │   ├── ofMale.gif
│   │   │   ├── pag.gif
│   │   │   ├── prethread.gif
│   │   │   ├── printpage.gif
│   │   │   ├── profile.gif
│   │   │   ├── refresh.gif
│   │   │   ├── reply_a.gif
│   │   │   ├── reply.gif
│   │   │   ├── report.gif
│   │   │   ├── saveas.gif
│   │   │   ├── treeview.gif
│   │   │   ├── xianhua.gif
│   │   │   └── yanxue.gif
│   │   ├── dispbbs.htm
│   │   ├── index.files
│   │   │   ├── bg.gif
│   │   │   ├── icon_menu_05.gif
│   │   │   ├── icon_menu_06.gif
│   │   │   ├── icon_menu_07.gif
│   │   │   ├── icon_menu_081.gif
│   │   │   ├── icon_menu_08.gif
│   │   │   ├── icon_menu_09.gif
│   │   │   └── index.gif
│   │   ├── index.htm
│   │   ├── left.files
│   │   │   └── blank.gif
│   │   └── left.htm
│   ├── 完整的遗传算法程序.htm
│   ├── 源程序.txt
│   ├── 用MATLAB实现遗传算法程序
│   │   ├── B2F.m
│   │   ├── changes.m
│   │   ├── cross.m
│   │   ├── de2bi.m
│   │   ├── F2B.m
│   │   ├── f553.m
│   │   ├── gaDemo1Eeval.m
│   │   ├── ga.m
│   │   ├── INTinti.m
│   │   ├── mutation.m
│   │   ├── myfun.m
│   │   ├── myga.m
│   │   ├── xcross.m
│   │   ├── 数学中国免责声明.txt
│   │   └── 用MATLAB实现遗传算法程序.pdf
│   ├── 研学论坛.files
│   │   ├── index.files
│   │   │   ├── bg.gif
│   │   │   ├── icon_menu_05.gif
│   │   │   ├── icon_menu_06.gif
│   │   │   ├── icon_menu_07.gif
│   │   │   ├── icon_menu_081.gif
│   │   │   ├── icon_menu_08.gif
│   │   │   ├── icon_menu_09.gif
│   │   │   └── index.gif
│   │   ├── index.htm
│   │   ├── left.files
│   │   │   └── blank.gif
│   │   ├── left.htm
│   │   ├── view.files
│   │   │   ├── advu.gif
│   │   │   ├── face_byhtsai_amuro.gif
│   │   │   ├── flat_d.gif
│   │   │   ├── icon_copy.gif
│   │   │   ├── icon_favorite.gif
│   │   │   ├── icon_find.gif
│   │   │   ├── icon_friend.gif
│   │   │   ├── icon_pm.gif
│   │   │   ├── icon_print.gif
│   │   │   ├── icon_profile.gif
│   │   │   ├── icon_quote.gif
│   │   │   ├── icon_watch.gif
│   │   │   ├── newreply.gif
│   │   │   ├── next.gif
│   │   │   ├── none.gif
│   │   │   ├── pixel.gif
│   │   │   ├── post_d.gif
│   │   │   ├── post.gif
│   │   │   ├── post_n.gif
│   │   │   ├── prev.gif
│   │   │   ├── smile.gif
│   │   │   ├── smile_sad.gif
│   │   │   ├── threaded.gif
│   │   │   ├── title.gif
│   │   │   └── up.gif
│   │   └── view.htm
│   ├── 研学论坛.htm
│   ├── 遗传算法.ppt
│   ├── 遗传算法工具箱
│   │   ├── GA2.zip
│   │   └── GA.rar
│   ├── 遗传算法工具箱2
│   │   └── 遗传工具箱.rar
│   ├── 遗传算法程序 matlab.txt
│   ├── 遗传算法解决 TSP 问题.txt
│   ├── 『 高性能计算 』 - matlab遗传算法工具箱函数及实例讲解.files
│   │   ├── 00.gif
│   │   ├── 01.gif
│   │   ├── 02.gif
│   │   ├── 04.gif
│   │   ├── 09.gif
│   │   ├── 14.gif
│   │   ├── 16.gif
│   │   ├── 19.gif
│   │   ├── 20.gif
│   │   ├── 4_1472.gif
│   │   ├── 9_2307_4.gif
│   │   ├── a_delete.gif
│   │   ├── bar4.gif
│   │   ├── bar5.gif
│   │   ├── bar.gif
│   │   ├── board.js
│   │   ├── closedfold.gif
│   │   ├── copy.gif
│   │   ├── edit.gif
│   │   ├── email.gif
│   │   ├── emailtofriend.gif
│   │   ├── fav_add1.gif
│   │   ├── fav.gif
│   │   ├── find.gif
│   │   ├── friend.gif
│   │   ├── gohome.gif
│   │   ├── gotop.gif
│   │   ├── help_b.gif
│   │   ├── ip.gif
│   │   ├── logo.gif
│   │   ├── mal.gif
│   │   ├── message.gif
│   │   ├── newpoll.gif
│   │   ├── newreply.gif
│   │   ├── newthread.gif
│   │   ├── nextthread.gif
│   │   ├── offline1.gif
│   │   ├── openfold.gif
│   │   ├── pag.gif
│   │   ├── pips1.gif
│   │   ├── pips4.gif
│   │   ├── pips5.gif
│   │   ├── posttime.gif
│   │   ├── prethread.gif
│   │   ├── printpage.gif
│   │   ├── profile.gif
│   │   ├── pz_chromeless_2.1.js
│   │   ├── refresh.gif
│   │   ├── reply.gif
│   │   ├── replynow.gif
│   │   ├── replytothread.gif
│   │   ├── report.gif
│   │   ├── saveas.gif
│   │   ├── teammo.gif
│   │   └── Thumbs.db
│   └── 『 高性能计算 』 - matlab遗传算法工具箱函数及实例讲解.htm
└── 遗传退火法
├── Anneal5.m
├── Anneal7.m
├── Anneal.m
├── checkbound.m
├── constrValidate.m
├── fcnvectorizer.m
├── gacreation_nn.m
├── ga_nn4.m
├── ga_nn.m
├── gaoptions.mat
├── gaoutput.m
├── gaplot.m
├── isfeasible.m
├── isItTimeToStop.m
├── makeState.m
├── migrate.m
├── PopAnneal1.m
├── PopAnneal2.m
├── PopAnneal3.m
├── PopAnneal4.m
├── PopAnneal5.m
├── PopAnneal6.m
├── readme.txt
├── stepGASA4.m
├── stepGASA.m
├── validate.m
├── 一个Matlab的模拟退火算法工具箱
│   ├── anneal.m
│   ├── berkeley.m
│   ├── COPYRIGHT.txt
│   ├── dispEh.m
│   ├── dispEt.m
│   ├── dispMat.m
│   ├── ensembleInit.m
│   ├── examples
│   │   ├── chemcluster
│   │   │   ├── cluster_cost.m
│   │   │   ├── clusterdistances.m
│   │   │   ├── cluster_init.m
│   │   │   ├── cluster_new.m
│   │   │   ├── cluster_perturb.m
│   │   │   ├── clusterplot.m
│   │   │   ├── test_all.m
│   │   │   └── try_me.m
│   │   ├── graphbipart
│   │   │   ├── bipart_cost.m
│   │   │   ├── bipart_init.m
│   │   │   ├── bipart_new.m
│   │   │   ├── bipart_perturb.m
│   │   │   └── try_me.m
│   │   ├── proteinfold
│   │   │   ├── sequence_cost.m
│   │   │   ├── sequence_init.m
│   │   │   ├── sequence_new.m
│   │   │   ├── sequence_perturb.m
│   │   │   └── try_me.m
│   │   ├── README.txt
│   │   ├── seismicdecon
│   │   │   ├── decon_cost.m
│   │   │   ├── decon_init.m
│   │   │   ├── decon_new.m
│   │   │   ├── decon_perturb.m
│   │   │   ├── eventparts.m
│   │   │   ├── eventplot.m
│   │   │   ├── modelparts.m
│   │   │   ├── modelplot.m
│   │   │   ├── modelsignal.m
│   │   │   ├── README.txt
│   │   │   └── try_me.m
│   │   ├── spinglass
│   │   │   ├── Jcoord.m
│   │   │   ├── spin_cost.m
│   │   │   ├── spin_init.m
│   │   │   ├── spin_new.m
│   │   │   ├── spin_perturb.m
│   │   │   └── try_me.m
│   │   └── tsp
│   │   ├── route_cost.m
│   │   ├── route_init.m
│   │   ├── route_new.m
│   │   ├── route_perturb.m
│   │   └── try_me.m
│   ├── franz.m
│   ├── geman.m
│   ├── geometric.m
│   ├── hartley.m
│   ├── historyupdate.m
│   ├── hoffmann.m
│   ├── metropolis.m
│   ├── metropoliswalk.m
│   ├── mktemplate.m
│   ├── nextstate.m
│   ├── plotBins.m
│   ├── randomwalk.m
│   ├── README.txt
│   ├── retrospect.m
│   ├── satools.m
│   ├── satoolsversion.m
│   ├── stillinger3Dpoints.m
│   ├── szu.m
│   ├── template_cost.txt
│   ├── template_init.txt
│   ├── template_new.txt
│   ├── template_perturb.txt
│   ├── template_try_me.txt
│   ├── TfinalNstop.m
│   ├── thermospeedHC.m
│   ├── thermospeedR.m
│   ├── threshold.m
│   ├── TinitAccept.m
│   ├── TinitT0.m
│   ├── TinitWhite.m
│   ├── TM.m
│   └── tsallis.m
├── 一种改进的遗传退火进化算法.pdf
├── [原创]模拟退火算法论文集.rar
└── 模拟退火发论文集
├── 切割问题的概率解法.vip
├── 单纯行—模拟退火算法.vip
├── 基于MATLAB的模拟退火算法的实现.vip
├── 基于模拟退火算法旅行商问题的实现.vip
├── 多目标优化的一类模拟退火算法.vip
├── 多重运输问题的模拟退火算法.vip
├── 布局问题的模拟退火算法.vip
├── 模拟退火法.doc
├── 模拟退火算法.htm
├── 模拟退火算法中的退火策略研究.vip
├── 求解旅行商问题的模拟退火算法.vip
└── 用模拟退火算法求解有顺序约束指派问题.vip

66 directories, 705 files

标签:

实例下载地址

10大经典算法matlab代码以及代码详解【数学建模、信号处理】

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警