搜索资源列表

  1. 八数码多算法实现

    0下载:
  2. 这个程序是从广度优先搜索,深度优先搜索,A算法以及A*算法等多方面算法来解决八数码问题-this procedure is breadth - first search, depth-first search, A and A * algorithm algorithm various algorithms to solve the problem eight digital
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:75625
    • 提供者:藤力
  1. a星算发

    0下载:
  2. 人工智能的经典八皇后问题,这个算法是a*算法.利用这个算法可以解决八数码,八皇后问题等 -artificial intelligence Queen's classic 8, the algorithm is a * algorithm. Use of this algorithm can solve eight digital, 8 Queen's problems
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:39852
    • 提供者:春风秋雨
  1. A星算法

    0下载:
  2. 八数码问题的A*算法.本实验的A*算法的h(n)=p(n),p(n)定义为每个将牌与其目标位置之间的距离(不考虑夹在其间的将牌)的总和,显然有p(n)=<h*(n),g(n)仍就为节点深度.-the A * algorithm. The experiment of the A * algorithm h (n) = p (n), p (n) is defined for each license its goal the dist
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2615
    • 提供者:杨秀云霁
  1. 用A算法实现八数码难题

    0下载:
  2. 用A*算法来对人工智能中的八数码难题进行实现-A * algorithm used for artificial intelligence to the eight digital challenge to achieve
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:15770
    • 提供者:常健
  1. 八数码问题(A星算法)

    0下载:
  2. 用A*算法求解八数码问题。A*算法又叫做最佳图搜索算法,是满足启发函数不大于实际耗散值的A算法,可以用理论证明如果最佳解图存在的话,一定可以用A*算法找出来。-with A * algorithm eight digital problem. A * algorithm also called the plan the best search algorithm, it is instructive function to meet n
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:11508
    • 提供者:罗鹏魁
  1. 8数码A算法

    0下载:
  2. 设计说明:1。数据结构和表示:程序用1、2、3、4分别表示将右、上、左、下的数字块移动到空格之中。采用典型的树+链表结构,每种局面产生一个BoardState类。出于避免走法顺序列表被过多复制的考虑,在树结构中保存局面的继承关系。每种新的局面产生后,引用估值函数产生f的值,再根据大小将其插入链表之中,以便实现“优先展开f值小的节点”。Solve()函数在成功解决问题之后保存一个走法序列供输出并返回零,而失败则返回失败处的节点层数。(具体
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:13600
    • 提供者:陈士骞
  1. EightFigure(A-Star)

    0下载:
  2. 经典的八数码问题,重在相互交流(A*算法实现).-eight digital classic problem lies in mutual exchanges (A * algorithm).
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:74620
    • 提供者:王锋
  1. A

    0下载:
  2. 在VC6.0下通过测试的A*算法源码,很珍贵的资料哦!
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:208762
    • 提供者:zhou
  1. A-star(vb)

    0下载:
  2. 初学A*算法的很好源码,基于最短路径规则
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:5629
    • 提供者:杨羽
  1. A Star算法源代码

    0下载:
  2. A * 算法的源程序,给定地图,可以从开始地点寻找路径到目的地。-This is a * arithmetic source code, appointed a map, it can search route from start spot to destination.
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:13535
    • 提供者:许冲
  1. A的算法

    0下载:
  2. A*算法属于一种启发式搜索。它扩展结点的次序类似于广度优先搜索,但不同的是每生成一个子结点需要计算估价函数F,以估算起始结点到该结点的代价及它到达目标结点的代价的和;每当扩展结点时,总是在所有待扩展结点中选择具有最小F值的结点作为扩展对象,以便使搜索尽量沿最有希望的方向进行。 -A * algorithm is a heuristic search. It extended node in the order of priority s
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2461
    • 提供者:成龙
  1. 阻尼PSO算法(MT一维反演应用)

    1下载:
  2. 反演采用非线性反演算法----微粒群算法。

    正演程序为Fortran编写的DLL

    软件界面和反演算法用C#编写。

    资源发布仅供交流:mou_yq@126.com

  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-12-19
    • 文件大小:922822
    • 提供者:mou_yq
  1. A-STAR

    0下载:
  2. 人工智能A*算法的VC程序,已通过验证,请放心下载-AI A* algorithm for the VC program, has been verified, please be assured Download
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:xingan
  1. A-star

    0下载:
  2. 八数码问题---用A*算法来解决八数码问题-Digital problems--- with eight A* algorithm to solve the Eight Puzzle Problem
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:15360
    • 提供者:
  1. D和A算法

    0下载:
  2. 简单的路径规划问题中的Dijkstra和A*算法(Dijkstra and A* algorithms for simple path planning problems)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:烧饼是我
  1. A算法实现

    0下载:
  2. 基于人工智能中的A算法,编程并解决旅行商问题(Based on the A algorithm in artificial intelligence, programming and solving traveling salesman problem)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:xieyuqz
  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 o
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:144384
    • 提供者:KQ_QK
  1. A算法的航路规划

    0下载:
  2. A* 算法 matlab程序 用于机器人避障(A* algorithm matlab program for robot obstacle avoidance)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:58368
    • 提供者:诶呀我去
  1. A-Star

    1下载:
  2. 读取数字地图文件,增加地图障碍,利用A*算法解决三维路径规划问题。(Read digital map files, increase map obstacles, and use A* algorithm to solve the problem of three-dimensional path planning.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:8093696
    • 提供者:ebfifrepcy
  1. A*算法python仿真

    2下载:
  2. A*算法python仿真,路径规划很有用,如有需要尽请下载
  3. 所属分类:仿真建模

« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org