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

搜索资源列表

  1. 启发式搜索解决八数码难题

    0下载:
  2. 启发式搜索解决八数码难题-heuristic problem solving eight digital
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:3.96kb
    • 提供者:张科
  1. LogFac_Exp_1

    0下载:
  2. java编写的最短路径算法,先由启发式方法获得染色体的初始编码,然后由遗传算法求出最短路径,对解决物流领域的TSP是非常好的计算机实现-java prepared by the shortest path algorithm, by the heuristic method to obtain the initial encoding of chromosome, and then by the genetic algorithm to derive the shortest path to s
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:304.78kb
    • 提供者:wangxiaofang
  1. hill

    0下载:
  2. 爬山算法是一种局部择优的方法,采用启发式方法,是对深度优先搜索的一种改进,它利用反馈信息帮助生成解的决策。 属于人工智能算法的一种。-Climbing algorithm is a partial merit-based approach, using heuristic methods, is a depth-first search of an improvement, which uses feedback information to generate solutions to help
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:1.47kb
    • 提供者:ccy
  1. HeuristicGuilherme

    0下载:
  2. Heuristic solution for the traveling salesman problem
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:1.85kb
    • 提供者:Guilherme
  1. 8_puzzle

    0下载:
  2. 8数码问题的Java求解,采用A*算法。数据结构采用的Vector<int[]>。输出为"no solution"或一系列表示求解过程的字符串。 某些30步的测试样例需要半分钟左右,但是绝对是正确解~~万望您能不吝点滴时间耐心等待……orz thnx~~ 我用的启发函数计算了现在的网格距离目标网格还有多远。 具体算法是,将每一格中的数字的坐标与其应该在的坐标的差加到一起,得到这个最终值h(x) 也就是Manhattan_Distance 源码使用
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:653.94kb
    • 提供者:Siegfried
  1. eightpuzzle

    0下载:
  2. eight puzzle using RBFS and A* search and manhattan distance heuristic function
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:18.94kb
    • 提供者:sam
  1. EightDigits

    0下载:
  2. Java版的人工智能难题,八数码问题,利用启发函数减少搜索空间 功能: 1. 立刻判断是否有解 2. 对于所有有解的情况,只要对搜索的状态数的限 制适当放宽,总是能够找到解的 3. 支持随机初始状态和自给定初始状态 4. 支持游戏模式 呵呵 运行参数: 1. 不带参数 随机初始状态搜索 java rearrange.Rearrange 2. 参数rc: random calculate,功能同1 java rearrange.Rearrange
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:12.75kb
    • 提供者:bruce
  1. Heuristic-based-behavioral-surveillance-of-mobile-

    0下载:
  2. 基于启发式行为监测的手机病毒防治研究Heuristic-based behavioral surveillance of mobile phone virus control-Heuristic-based behavioral surveillance of mobile phone virus control
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:159.71kb
    • 提供者:renww11
  1. puzzle

    0下载:
  2. An 8 puzzle game employing manhattan search and heuristic search methods to solve itself.
  3. 所属分类:Applet

    • 发布日期:2017-04-09
    • 文件大小:11.59kb
    • 提供者:Emre
  1. jMetal.1.5

    0下载:
  2. meta heuristic algorithms such as simulatin annealing+tabu search+
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:191.58kb
    • 提供者:alomari
  1. bysj1

    0下载:
  2. A*算法在java中的实现,用启发式算法。很实用。-A* algorithm implementation in java using heuristic algorithms. Very practical.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:16.72kb
    • 提供者:weiping
  1. Taquin

    0下载:
  2. 15 puzzle A star Heuristic
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:223.61kb
    • 提供者:Yuekui Ruan
  1. a

    0下载:
  2. 本程序实现八数码问题,由用户输入初始状态,采用的算法为启发式算法,能够大大提高搜索效率。-The program eight digital input by the user initial state, using the algorithm is a heuristic algorithm, can greatly improve the search efficiency.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-27
    • 文件大小:6.55kb
    • 提供者:苏扬
  1. PuzzleSolver

    0下载:
  2. 8/15-Puzzle Solver Algorithm: IDA*, A* Heuristic: Pattern Database, Manhattan Distance
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-20
    • 文件大小:5.48mb
    • 提供者:David Hwang
  1. Astar

    0下载:
  2. A星寻路算法。FlashDevelop开发环境.用曼哈顿启发函数-A Star pathfinding algorithm. FlashDevelop development environment with Manhattan heuristic function
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-10
    • 文件大小:1.35mb
    • 提供者:
  1. HH2

    0下载:
  2. Algorithm (H2):the algorithme H2 is a heuristic for csp problem.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-28
    • 文件大小:11.8kb
    • 提供者:Frihia
  1. hs

    0下载:
  2. 和声搜素算法是一种新的启发式智能算法,用于解决最小值问题。-Harmony search algorithm is a new heuristic intelligent algorithm for solving the minimum problem.
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-03
    • 文件大小:4.77kb
    • 提供者:虾米
  1. java

    0下载:
  2. This paper proposes a general solution for the School timetabling problem. Most heuristic proposed earlier approaches the problem the students’ point of view. This solution, however, works the teachers’ point of view i.e. teacher availability
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-12
    • 文件大小:1.05kb
    • 提供者:sagar
  1. mcts-java-1

    0下载:
  2. 蒙特卡洛树搜索算法,基于Java实现,有需要的下载- Monte Carlo tree search (MCTS) is a heuristic search algorithm for some kinds of decision processes, most notably those employed in game play
  3. 所属分类:JavaScript

    • 发布日期:2017-04-14
    • 文件大小:3.39kb
    • 提供者:鸿晨
  1. qncms1.32utf-8

    0下载:
  2. 千脑CMS是国内领先的自动抓取程序; 几乎可以抓取任何网站的内容; 代码精炼,扩展定制性极高,免费开源! 程序采用代码,规则,模板三者分离式搭载构建! 程序亮点: 独创的php缓存算法、抓取算法、过滤算法、运行稳健! 独创启发式全自动更新引擎,自动生成静态、自动更新-Thousand brain CMS is the country s leading automatic grab Can almost grab any web content Code
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-01
    • 文件大小:35.82kb
    • 提供者:awsgqmf
« 12 »
搜珍网 www.dssz.com