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

搜索资源列表

  1. tabusearch

    1下载:
  2. metlab求解的禁忌搜索算法,求解的实例在有效的时间范围内可得。-Solving metlab taboo search algorithm for solving the example in the effective time frame available.
  3. 所属分类:Other windows programs

    • 发布日期:2015-11-30
    • 文件大小:19820
    • 提供者:ben
  1. fans

    0下载:
  2. 用编程语言实现八数码难题的启发式搜索算法; 2. 利用所编程的程序,对初始的So状态
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1088351
    • 提供者:yjw
  1. 禁忌搜索算法

    0下载:
  2. 用于初学者学习tsp问题及其掌握禁忌搜索算法的应用(For beginners to learn TSP problems and master limited searching algorithm applications)
  3. 所属分类:其他

  1. 引入了UCT算法的围棋AI程序代码

    0下载:
  2. 给需要参考UCT搜索算法的人提供参考,提高自己设计的棋类的棋力(Provide references to people who need to refer to the UCT search algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:1333248
    • 提供者:新飞
  1. 布谷鸟算法

    0下载:
  2. 布谷鸟搜索算法[CuckooSearch(CS)],也叫杜鹃搜索,是由剑桥大学Xin-SheYang(杨新社)教授和S.Deb于2009年提出的一种新兴启发算法CS算法通过模拟某些种属布谷鸟(CuckooSpecies)的寄生育雏(BroodParasitism)来有效地求解最优化问题的算法.同时,CS也采用相关的Levy飞行搜索机制。(Cuckoo search algorithm [CuckooSearch (CS)], also called cuckoo search by Univer
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:2048
    • 提供者:苏叶777
  1. demo5

    0下载:
  2. 基于粒子群算法的多目标搜索算法:多种求解多目标优化问题的方法(Multi objective search algorithm based on Particle Swarm Optimization: a variety of methods for solving multi-objective optimization problems)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:风12369874
  1. chapter14基于粒子群算法的PID控制器优化设计

    0下载:
  2. chapter15基于混合粒子群算法的TSP搜索算法(A TSP Search Algorithm Based on Hybrid Particle Swarm Optimization)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:144384
    • 提供者:Vie
  1. MTVL算法.tar

    0下载:
  2. 目标搜索算法:基于矩形航线的无人机运动目标搜索算法(MTVL)(Target search algorithm: a search algorithm for unmanned aerial vehicle (MTVL) based on rectangular lines)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:mmniba
  1. 和声搜索算法-python代码

    0下载:
  2. 主要用于实现和声搜索算法的代码,用于进行算法优化(It is mainly used to realize the code of harmony search algorithm, which is used to optimize the algorithm)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:11264
    • 提供者:平常心123
  1. BM算法

    0下载:
  2. 在计算机科学里,Boyer-Moore字符串搜索算法是一种非常高效的字符串搜索算法。它由Bob Boyer和J Strother Moore设计于1977年。此算法仅对搜索目标字符串(关键字)进行预处理,而非被搜索的字符串。虽然Boyer-Moore算法的执行时间同样线性依赖于被搜索字符串的大小,但是通常仅为其它算法的一小部分:它不需要对被搜索的字符串中的字符进行逐一比较,而会跳过其中某些部分。通常搜索关键字越长,算法速度越快。它的效率来自于这样的事实:对于每一次失败的匹配尝试,算法都能够使用这
  3. 所属分类:Windows编程

    • 发布日期:2018-01-02
    • 文件大小:1024
    • 提供者:Never give up
  1. 智能优化算法资料

    0下载:
  2. 优化算法有很多,经典算法包括:有线性规划,动态规划等;改进型局部搜索算法包括爬山法,最速下降法等,模拟退火、遗传算法以及禁忌搜索称作指导性搜索法。而神经网络,混沌搜索则属于系统动态演化方法。 梯度为基础的传统优化算法具有较高的计算效率、较强的可靠性、比较成熟等优点,是一类最重要的、应用最广泛的优化算法。但是,传统的最优化方法在应用于复杂、困难的优化问题时有较大的局限性。(There are many optimization algorithms, the classical algori
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:1857536
    • 提供者:韬文
  1. 算法第四次作业

    0下载:
  2. 使用搜索算法实现的0-1背包问题和迷宫问题(0-1 knapsack problem and maze problem by search algorithm)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:60416
    • 提供者:mmdxs
  1. 两个算法

    0下载:
  2. 实现了两种搜索算法,进行矩阵运算,可以在矩阵上查找出需要的若干行(Two kinds of search algorithms are realized and matrix operation is carried out)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-07
    • 文件大小:14295040
    • 提供者:lyfdamon
  1. SOA

    2下载:
  2. 基于Matlab编写人群搜索算法,优化PID参数,提高系统性能(Compiling a crowd search algorithm based on Matlab to optimize PID parameters and improve system performance)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:18432
    • 提供者:Anthony-1993
  1. 禁忌搜索matlab算法

    2下载:
  2. 禁忌搜索算法建议编程,车辆路径问题,以最短距离为目标(The tabu search algorithm recommends programming, vehicle routing problem, with the shortest distance as the target)
  3. 所属分类:其他

    • 发布日期:
    • 文件大小:5120
    • 提供者:meyond
  1. 基于粒子群算法的多目标搜索算法

    2下载:
  2. 基于粒子群算法的多目标搜索算法(含详细代码)(Multi target search algorithm based on particle swarm optimization (including detailed code))
  3. 所属分类:其他

    • 发布日期:2018-04-18
    • 文件大小:2048
    • 提供者:理论经济
  1. A 寻路算法具体过程及实现

    0下载:
  2. A*寻路算法具体过程及实现,A*算法广泛应用于寻路和图的遍历,是对Dijkstra算法的一种扩展,是一种高效的搜索算法。(The concrete process and Realization of the path finding algorithm A*.A* algorithm is widely applied to traversal of wayfinding and graph. It is an extension of Dijkstra algorithm and an ef
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:144384
    • 提供者:KQ_QK
  1. python实现VRPTW求解禁忌搜索算法

    4下载:
  2. 采用禁忌搜索算法解决问题,解决带时间窗的VRP问题(Tabu search algorithm is used to solve the problem and solve the VRP problem with time windows.)
  3. 所属分类:其他

    • 发布日期:2020-06-30
    • 文件大小:160768
    • 提供者:当当0221
  1. CS-SVM

    4下载:
  2. 布谷鸟全局搜索算法,包含中文注释,其中来为飞行部分来自X. S. Yang, Nature-Inspired Metaheuristic Algorithms, 2nd Edition, Luniver Press, (2010)。(Cuckoo global search algorithm)
  3. 所属分类:其他

    • 发布日期:2020-04-10
    • 文件大小:15360
    • 提供者:小臭蛋
  1. 音视频编码技术-课程作业2

    1下载:
  2. 全搜索算法重构图。像顾名思义,穷尽法就是对搜索范围内的每个位置都进行计算并比较,从原图像块中找到与待匹配块最相似(误差最小)位置的方法。对于一个搜索范围为[-7,7]的区域来说,x,y两个方向全部搜索一遍需要进行 15X15 = 225 次计算。穷尽法的缺点很明显就是计算量太大,速度很慢,另一方面,由于全部范围都进行了计算,其匹配精度是最高的。(Reconstruction graph of full search algorithm. As the name implies, the exha
  3. 所属分类:其他

    • 发布日期:2020-01-09
    • 文件大小:8902656
    • 提供者:jiayan
« 12 3 4 5 6 7 8 9 10 ... 30 »
搜珍网 www.dssz.com