CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - 搜索算法

搜索资源列表

  1. BSTtsinghua

    0下载:
  2. 清华殷人昆版数据结构c++版,二叉搜索树的说有算法调试成功-Qinghua Yin Dynasty Queensland version data structure c version, binary search tree algorithm is that the success of debugging
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:8965
    • 提供者:李海涛
  1. search_GA

    0下载:
  2. 这是利用遗传算法搜索函数最优解的程序,采用C++编写。-This is the use of genetic algorithm search function optimal solution procedures C prepared.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:3200
    • 提供者:李建新
  1. SGA2.0

    0下载:
  2. 遗传算法 2.0版本 非常有效的进化搜索算法 实现简单
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:9120
    • 提供者:chevis
  1. Gewsh_HorseWalksCheckerBoard

    0下载:
  2. 使用贪婪算法解决的马踏棋盘的问题(使用简单排序和深度优先搜索的方法)
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:13582
    • 提供者:葛尧
  1. new8

    0下载:
  2. 人工只能中的八数码问题,采用A*算法搜索-Artificial only in the eight digital issues, the use of A* algorithm search
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:7244
    • 提供者:苏打
  1. 61008224-Exp12_Sort

    0下载:
  2. 各种分类搜索算法实例,可以应用于数学建模-Examples of various categories search algorithm can be applied mathematical modeling
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:5958
    • 提供者:hyp
  1. console1.6

    0下载:
  2. 从多媒体文件中搜索给定的视频帧号,这些帧有一个start_code标志位,本算法是融合顺序和预测相结合的方法,算法的执行时间以及内存空间都比较少。-search the presibed viedo frame in multimedia files,with the startcode flag.Use the predict algorithm and sequence algorithm. The algorithm demand small time and little memory
  3. 所属分类:Console

    • 发布日期:2017-05-11
    • 文件大小:2819740
    • 提供者:chelsea
  1. To-sumilate-a-animal-predation

    0下载:
  2. 是通过模拟狼群觅食行为而发展起来的一种基于群体协作的随机搜索算法。 分析比较了多种捕食方式和羊群逃逸方式的效率和特点。-Is a random search algorithm developed by the foraging behavior of analog wolves based group collaboration. The analysis and comparison of the efficiency and characteristics of a predatory
  3. 所属分类:Console

    • 发布日期:2017-03-21
    • 文件大小:12314
    • 提供者:lijiang
  1. AStar

    0下载:
  2. A星算法的C语言实现。生成随机地图,用A星算法搜索最短路径-A star algorithm in C language. Generates a random map A star algorithm to search for the shortest path
  3. 所属分类:Console

    • 发布日期:2017-11-06
    • 文件大小:2168
    • 提供者:amlo
  1. idas

    0下载:
  2. 使用迭代深入优先搜索解决八数码问题,并且在算法实现过程中进行了剪纸优化功能-Using an iterative depth-first search to solve eight digital
  3. 所属分类:Console

    • 发布日期:2017-11-07
    • 文件大小:207412
    • 提供者:崔志诚
  1. A-algorithm

    0下载:
  2. 该程序利用人工智能中的A算法实现了对九宫格的搜索,是一种搜索算法的C++程序-the search of sudoku using A algorithm
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:2977
    • 提供者:李倩儒
  1. HDU-2653--BFSPpriority_queue

    0下载:
  2. 这是算法题目代码,题目为杭州电子科技大学oj平台的2653题(HDU 2653),此题目用到了记忆化搜索和优先队列的算法,读题较为麻烦-This is the algorithm topic code, entitled Hangzhou University of Electronic Science and Technology 2653 oj platform title (HDU 2653), this topic uses the memory of search and priori
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:2288
    • 提供者:liushanhua
  1. move_road

    0下载:
  2. 控制台程序 目标地路径搜索 中心搜索算法使用-control search center
  3. 所属分类:Console

    • 发布日期:2017-05-02
    • 文件大小:629436
    • 提供者:杨森
  1. program

    0下载:
  2. TSP问题的遗传、模拟退火、邻域搜索、禁忌搜索算法对比-Genetic TSP problem, simulated annealing, neighborhood search, tabu search algorithm comparison
  3. 所属分类:Console

    • 发布日期:2017-05-02
    • 文件大小:661765
    • 提供者:姜艺
  1. HarmonySearch

    0下载:
  2. 和声搜索算法C语言版,实现了最经典的基本算法,欢迎大家分享交流-HMS by C language
  3. 所属分类:Console

    • 发布日期:2017-04-11
    • 文件大小:1059
    • 提供者:lijian
  1. NQueens

    0下载:
  2. 利用快速局部搜索算法,在几秒内解决百万皇后问题-solve the million queens problem in just a few secs.
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:2006
    • 提供者:huang
  1. sousuo

    0下载:
  2. 此程序是由C语言开发的搜索算法程序,对学习开发游戏的朋友非常有帮助!-This program is a search algorithm developed by C language program, is helpful to study development game friends!
  3. 所属分类:Console

    • 发布日期:2017-04-30
    • 文件大小:32485
    • 提供者:楠宇
  1. kd-tree.cpp

    1下载:
  2. 三维点云配准kd-tree搜索算法,用于特征点的搜索匹配-3 d point cloud registration kd- tree search algorithm, is used to search of feature point matching
  3. 所属分类:Console

    • 发布日期:2017-05-04
    • 文件大小:20103
    • 提供者:杜科林
  1. HashSearch

    0下载:
  2. 哈希表搜索算法,比较容易学习的算法,自己敲得-Hash table search algorithm, easy learning algorithm, knock yourself
  3. 所属分类:Console

    • 发布日期:2017-05-09
    • 文件大小:1725853
    • 提供者:cxx
  1. partner

    0下载:
  2. 群搜索算法解决伙伴选择问题,用群搜索算法解决虚拟企业伙伴选择问题-group search algorithm
  3. 所属分类:Console

    • 发布日期:2017-12-14
    • 文件大小:359424
    • 提供者:陈海华
« 12 »
搜珍网 www.dssz.com