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

搜索资源列表

  1. pso_pathplanning

    4下载:
  2. 粒子群(PSO)路径规划。这个是一个局部路径规划,用了深度优先搜索算法,可以走出“陷阱”。-Particle Swarm (PSO) path planning. This is a local path planning, with a depth-first search algorithm, we can get out a
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-03-12
    • 文件大小:9289
    • 提供者:陈建胜
  1. Search_algorithm

    0下载:
  2. 搜索算法的研究,包括A*的详细解释,适合游戏与搜索技术研究的朋友-Search algorithm research, including detailed explanation of A* for games and search technology research Friend
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-08
    • 文件大小:109192
    • 提供者:st4n
  1. tabu-matlabcode-tsp

    0下载:
  2. matlab编写的禁忌搜索算法,解决了TSP问题,对初学者有重要的参考价值-tb algorithm for tsp problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:6753
    • 提供者:wuyao
  1. GA_Patternsearch

    0下载:
  2. 简单的遗传算法与模式搜索算法结合,算法的步骤为选择,交叉,变异,模式搜索。-Simple genetic algorithm combined with pattern search algorithm, the algorithm steps for the selection, crossover and mutation, pattern search.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-03
    • 文件大小:585665
    • 提供者:吴烨
  1. guangdusousuo

    0下载:
  2. 宽度优先搜索算法(又称广度优先搜索)是最简便的图的搜索算法之一,这一算法也是很多重要的图的算法的原型。Dijkstra单源最短路径算法和Prim最小生成树算法都采用了和宽度优先搜索类似的思想-Breadth-first search algorithm (also known as breadth-first search) is the most simple plan, one of the search algorithm, this algorithm is also a lot of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:168342
    • 提供者:光远
  1. ldfs

    0下载:
  2. 基于学习的深度优先搜索算法,一种通用的启发式搜索算法用于确定的,非确定以及MDPs环境中-Learning Depth-First Search:A Unified Approach to Heuristic Search in Deterministic and Non-Deterministic Settings,and its application to MDPs
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:724494
    • 提供者:刘小飞
  1. binsearch

    0下载:
  2. 附件里的程序是二进制搜索算法的演示程序,比较土,是没有界面的 通过config.h里的三个配置项来达到文本框输入的目的,不过这个只能重新编译后运行 CONFIG_MAX_FRAMES /* 配置标签id的位数 */ CONFIG_MAX_TAGS /* 配置标签数 */ CONFIG_MAN_INVERSE /* 配置曼彻斯特编码的特征,决定是01代表0还是10代表0 */ CONFIG_MAN_DIRECT /* 与CONFIG_MAN_INVERSE相同,同一时刻只能有一
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:294055
    • 提供者:杨雪
  1. ModernAlgorithmCosole

    0下载:
  2. 多进程实现现代优化算法包括采用SSS的局部搜索、禁忌搜索算法和模拟退火算法的控制台-a console platform for modern optimization algorithm such as sss based local search taboo search and simulated annealing algorithm and so on
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-23
    • 文件大小:7248487
    • 提供者:liushaofang
  1. bw

    0下载:
  2. 用vc实现的黑白棋游戏程序,用到搜索算法-Vc achieved with Reversi game procedures, use the search algorithm
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-09
    • 文件大小:1922518
    • 提供者:幻影
  1. Homology_Continuation_Algorithm

    2下载:
  2. 同伦算法的Matlab程序,同伦算法是一种大范围搜索算法,可以克服传统数值算法(如牛顿法)的许多缺点。 -code for Homology_Continuation_Algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:662
    • 提供者:Frank
  1. PegJump

    0下载:
  2. (1)、深度优先搜索。 (2)、可以点击面板上的按钮设置七种默认的初始状态。 (3)、点击“自定义”按钮可以自行设定初始状态。 (4)、设定初始状态后点击“搜索”按钮,启动搜索算法,若找到走法,则弹出对话框提示“已找到解”,接着点击“下一步”按钮,将走法一步步呈现出来,点击一下走一步;若找不到走法,则弹出对话框提示“未找到解”。 集成开发环境(IDE) Eclipse 3.3. JDK 5.0.1 注:系统安装的JDK必须是5.0以上的版本。-(1), depth-fir
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:93059
    • 提供者:出尘
  1. guangdu

    0下载:
  2. 人工智能中的广度优先搜索算法,以八数码管为例进行编程实现-Artificial Intelligence in the breadth-first search algorithm, for example eight programmable digital control to achieve
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:1548
    • 提供者:tai
  1. 51478222fast_select

    0下载:
  2. 在快匹配运动估计算法中,它的计算复杂度可以描述成:运算量=搜索点×块匹配准则.该表达式可以这样解释,在快匹配准则确定的情况下,如果一个匹配点的单位运算量确定了,这时动动估计的动算量就有直接取于搜索的点数,也就是取决于运动估计的搜索算法,实现了三步搜索法-Match the fast motion estimation algorithm, its computational complexity can be described as: Operational × volume = search
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1178
    • 提供者:罗鹏
  1. oil_tank_detection

    0下载:
  2. 基于遥感影像的油罐自动检测算法,利用改Canny 边缘提取算法、改进椭圆Hough 检测算法及基于金字塔的图像搜索算法,实现了油罐的自动检测.-An Automatic Oil Tank Detection Algorithm Based on Remote Sensing Image
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-03
    • 文件大小:246320
    • 提供者:sunstrider
  1. PathFinder

    1下载:
  2. 各种路径搜索算法,包括A星算法,迪克斯特拉算法等-A variety of path search algorithms, including A Star algorithm, Dijkstra algorithm
  3. 所属分类:Other systems

    • 发布日期:2016-05-18
    • 文件大小:770771
    • 提供者:王理
  1. 12

    0下载:
  2. 此程序从国外网站收集得到,是标准的深度优先搜索算法,可实现节点遍历和检测回路的功能,详细情况请看原英文注释 我在此程序中添加了随机性,即遇到分叉时,随机选下一个节点,成为随机深度优先搜索算法-This procedure has been collected from the foreign website, the standard depth-first search algorithm, can be achieved and the detection circuit node t
  3. 所属分类:Static control

    • 发布日期:2017-05-21
    • 文件大小:6568161
    • 提供者:fly
  1. DFS

    0下载:
  2. 标准的深度优先搜索算法,可实现节点遍历、产生随机路由、检测图中是否有回路等功能,-Standard depth-first search algorithm, the node traversal can be achieved, resulting in a random routing, testing whether there is any loop diagram functions
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:1721
    • 提供者:quzhijian
  1. Savage_with_plans_to_cross_the_river_breadth_first

    0下载:
  2. 关于野人过河问题中的程序设计,包括用图的广度优先搜索算法-Across the river on the Savage program design issues, including breadth-first graph search algorithm
  3. 所属分类:Search Engine

    • 发布日期:2017-03-29
    • 文件大小:107271
    • 提供者:张明
  1. matlabsuanfa

    0下载:
  2. 包含了Floyd算法、dijkstra算法、贪婪算法、遗传算法、搜索算法、蚁群算法、哈密顿环路的matlab源程序及相关说明。-Floyd algorithm is included, dijkstra algorithm, greedy algorithm, genetic algorithm, search algorithm, ant colony algorithm, Hamiltonian loop matlab source code and instructions.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:219411
    • 提供者:陈壁坚
  1. BFS

    0下载:
  2. 广度优先搜索算法分析;供程序设计人员使用-Breadth-first search algorithm analysis for programmers to use
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:2038135
    • 提供者:牛芳
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com