CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 算法实例

搜索资源列表

  1. A星算法

    0下载:
  2. 1, 在Main()函数内顶了20个城市结点,用CNode结点存储;以及这20个城市的预估代价值,用整形数组存储。 2, 进入循环中与用户交互执行搜索。首先列出先前定义的城市结点信息如图1,然后询问用户开始搜索的城市,用户输入城市编号,即可。 3,定义搜索类的实例,传入初始数据,,设置搜索起点,开始搜索。由于在关系中定义好了各个城市结点的连接关系,所以一定会搜索到城市B。 4,与用户交互询问,是否重新开始,输入‘Y’转步骤2,输入‘N’退出程序。
  3. 所属分类:其他小程序

  1. AStar

    0下载:
  2. vc2003实现的A星算法实例,可以编译执行。-A Star vc2003 algorithm realized example of the implementation can be compiled.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:38011
    • 提供者:刘瑜
  1. script

    0下载:
  2. 遗传算法实例,可绘图,可计算(Examples of genetic algorithms, drawing, computable)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:63488
    • 提供者:hzp5918
  1. SM4密码算法

    0下载:
  2. 详细介绍SM4算法的实现以及含有实例流程图,可以用作检验算法正确与否。(SM4 for Java. It can be used as verification of the programming.)
  3. 所属分类:其他

    • 发布日期:2017-12-17
    • 文件大小:143360
    • 提供者:姜弥
  1. 菜鸟级PID算法学习专用测试程序

    0下载:
  2. 菜鸟级PID算法学习专用测试程序,很好的PID入门编程实例(Rookie level PID algorithm learning special test procedures, a good example of PID entry programming)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:2048
    • 提供者:tjhl
  1. 改进人工蜂群算法优化ELM分类模型_赵虎

    0下载:
  2. 经典的粗糙算法集代码,内有实例。主要用来数据约减,数据分类,优化(Classic rough sets of code, there are examples)
  3. 所属分类:其他

  1. 遗传算法例子

    0下载:
  2. matlab遗传算法的实例,可以作为入门学习的材料(Matlab genetic algorithm examples for learning)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:3072
    • 提供者:dorassir
  1. 6.聚类和EM算法

    0下载:
  2. 聚类和EM算法实例,包括线性分类和非线性分类,线性回归和非线性回归(Examples of clustering and EM algorithm include linear classification and nonlinear classification, linear regression and nonlinear regression)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:7168
    • 提供者:fdy219517
  1. 源程序实例

    0下载:
  2. 遗传算法提供了一种求解复杂系统优化问题的通用框架,它不依赖于问题的具体领域,对问题的种类有很强的鲁棒性。所以,广泛应用于很多学科。(Genetic algorithm (GA) provides a general framework for solving complex system optimization problems. It does not depend on the specific domain of the problem, and has a strong robustn
  3. 所属分类:其他

  1. MATLAB 数学建模

    0下载:
  2. 各种关于算法的实例以及程序代码,对于初学者来说是个不错的学习资料(Various instances of algorithm and program code, for beginners is a good learning materials)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:80088064
    • 提供者:504
  1. 智能算法

    1下载:
  2. 数学建模算法,全部为实例和源程序,非常实用,主要由MATLAB编写。(mathematical modeling)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:3084288
    • 提供者:行者W
  1. 《Matlab遗传算法工具箱及应用》源码

    0下载:
  2. 对matlab遗传算法进行了详细地介绍,并进行了实例介绍(The matlab genetic algorithm is introduced in detail, and an example is introduced.)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:1435648
    • 提供者:东来东往CT
  1. 基于遗传算法的BP算法

    0下载:
  2. 基于遗传算法的BP神经网络优化算法的经典实例。(An example of BP neural network algorithm)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:5120
    • 提供者:gakk1
  1. “群体智能算法”Matlab工具箱3.0

    1下载:
  2. 群体智能算法”Matlab工具箱3.0 集成了八种种群体智能算法:'PPNGA','SFLA','MSFLA','AF-SFLA','PSO','ABC','DEr1','DEb2' % 2、适应度函数开放了一个参数Parmaters,接收本文件Options.Parmaters传递的参数,实例参见m文件F3_Rastrigin.m % 3、本程序设置了三个终止条件,终止条件3是必需的;终止条件1,2是可选的,不需要时隐去代码即可 % 4、在优化参数设置中,小种群设置与大种群设置各有优势
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:56320
    • 提供者:evocj
  1. 粒子群算法优化PID参数实例1

    3下载:
  2. 粒子群算法优化PID参数实例+matlab代码学习研究(Optimization of PID parameters by particle swarm optimization)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:40960
    • 提供者:wuhen~
  1. java实现协同过滤算法

    0下载:
  2. 一个推荐系统java实现的实例。有需要的各位可以下载参考参考(An example of the implementation of a recommendation system java)
  3. 所属分类:其他

    • 发布日期:2020-12-24
    • 文件大小:1024
    • 提供者:hha小白
  1. 蚁群算法实例

    1下载:
  2. 旅行商TSP问题蚁群算法在matlab平台的实现(TSP problem Ant Colony Algorithm)
  3. 所属分类:其他

    • 发布日期:2020-01-11
    • 文件大小:2048
    • 提供者:yukis
  1. 智能优化算法及其matlab实例code

    0下载:
  2. 遗传算法 粒子群 蚁群等7种算法,可解决求极值问题以及旅行商问题(Genetic algorithm, particle swarm optimization and ant colony algorithm can solve extreme value problem and traveling salesman problem. 7 algorithms are used to solve extreme value problem and traveling salesman probl
  3. 所属分类:其他

    • 发布日期:2020-06-10
    • 文件大小:124928
    • 提供者:侯锐志
  1. RIFT_demo1

    2下载:
  2. 本代码实现了rift算法对特征点进行匹配(This code implements rift algorithm to match feature points)
  3. 所属分类:其他

    • 发布日期:2021-01-29
    • 文件大小:1389568
    • 提供者:浅挚轻旻
  1. 粒子群、模拟退火算法

    1下载:
  2. 粒子群、模拟退火算法实例,对学习了解有用(Particle swarm, simulated annealing algorithm examples, useful for learning)
  3. 所属分类:其他

    • 发布日期:2020-11-07
    • 文件大小:2048
    • 提供者:gaoaoao
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com