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

搜索资源列表

  1. Codes(multiple-Bin-Packing)

    2下载:
  2. 利用C语言,解决多为背包问题的禁忌搜索算法!世界名家所写!-Tabu search code for multimentional bin packing problem
  3. 所属分类:数值算法/人工智能

    • 发布日期:2013-12-03
    • 文件大小:166557
    • 提供者:chenshijun
  1. Faststringsearch

    0下载:
  2. 超快的字符串搜索算法。大家可以学习一下。-Ultra-fast string search algorithm. We can learn from you.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:29350
    • 提供者:
  1. MotionSearch

    0下载:
  2. H.264运动搜索算法代码,包括三步法,改进的三步法,菱形搜索法,改进的菱形搜索法等算法的源码-H.264 motion search algorithm code, including three-step, improved three-step method, the diamond search method to improve the diamond search algorithm, such as source
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:17511
    • 提供者:cc
  1. pegjump

    0下载:
  2. 设计一类peg jump问题的求解系统,初步掌握智能搜索算法中的盲目搜索和启发式搜索这两类基本方法,同时通过具体的问题体会搜索算法、数据结构、程序设计等知识的综合应用。-Peg jump for a class of design problem solving systems, intelligent search algorithm for the initial grasp of the blind search and heuristic search these two types o
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:38517
    • 提供者:chenyanli
  1. Pyramidtree.tar

    0下载:
  2. 金字塔树,具有添加,删除,查询节点功能,是搜索算法中的一种,常用于GIS软件中。-Pyramid tree, with add, delete, query node function, is a search algorithm, commonly used in the GIS software.
  3. 所属分类:GIS program

    • 发布日期:2017-03-30
    • 文件大小:62496
    • 提供者:name
  1. ws

    0下载:
  2. 此文本中包括了图论中的经典的广度搜索算法,算法运算效率还可以。-err
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:1211
    • 提供者:nor
  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. 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 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com