搜索资源列表

  1. Astar&demo

    0下载:
  2. 在网上看到的A*算法,以及demo,感觉不错,大家一起分享吧-Online to see A* algorithm, as well as the demo, feel good,大家一起分享吧
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:344064
    • 提供者:
  1. 8sm

    0下载:
  2. 是个八数码问题的代码 基于A*算法,倒序将步骤写出-is eight digital code based on the A* algorithm, reverse steps to write
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:38912
    • 提供者:wzw
  1. search_short_path

    0下载:
  2. 采用A*算法完成地图路径规划功能,返回得到最短路径,实际效果优于BFS,DFS等算法。-A* algorithm using maps path planning function returns the shortest path, the actual effects are superior to BFS, algorithms such as DFS.
  3. 所属分类:GIS编程

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:xiaofeng
  1. AI_wuziqi

    0下载:
  2. 妙手连珠五子棋人工智能源代码,使用A*算法编的:)-good blend of witty renju artificial intelligence source, the use of A* algorithm series :)
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-20
    • 文件大小:183296
    • 提供者:zhang
  1. 140019

    0下载:
  2. 基于A*算法的八数码问题的课程设计报告 设计任务:运用所学的关于搜索策略的算法(广度优先,深度优先,A*算法等)解决八数-A* algorithm based on the eight digital design a curriculum to design tasks : use study on the search strategy algorithm (breadth, depth priority, A* algorit
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:582656
    • 提供者:buleqq
  1. j2meData_05

    0下载:
  2. 收集到的一些J2ME资料。。 包括图片的角度翻转。。A*算法和一些其他文章-Some of the information J2ME. . Photo perspective overturned. . A* algorithm and some other articles
  3. 所属分类:J2ME

    • 发布日期:2024-05-20
    • 文件大小:110592
    • 提供者:kk
  1. graphSearch

    0下载:
  2. 实现了图的搜索算法,包括深度优先搜索,广度优先搜索,Dijstra算法,A*算法等较典型的搜索算法,同时可以进行图的输入和编辑等操作,仅供大家参考。-achieve the plan's search algorithm, including depth-first search, breadth- first search algorithm Dijstra, A* algorithm is more typical sear
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:96256
    • 提供者:王墨村
  1. Sterren_ASe_Explorer

    0下载:
  2. A*算法的演示程序,可以自由设置障碍和地形,单步演示A*算法的寻路过程。包含源码,是学习A*算法的最佳工具。-A* algorithm demo program, they can set up obstacles and terrain, single-step demonstration of the A* search algorithm road course. Includes source is studying A* al
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:389120
    • 提供者:river
  1. ASStar

    0下载:
  2. 国外的一个A*算法演示,带源代码。作为算法参考非常好-abroad an A* algorithm demonstration, with the source code. As a very good reference algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:186368
    • 提供者:wangdong
  1. sf_2006224155412

    0下载:
  2. 国内的一个A*算法演示,可以自己画地图,演示效果非常好-domestic A* algorithm for a demonstration, can you paint maps, the effect was very good demonstration
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:68608
    • 提供者:wangdong
  1. ClassAstardemo

    0下载:
  2. 这是一个关于的路径算法,采用A*算法进行编程的源代码及执行文件,-This is a path of the algorithm, A* algorithm used to program the source code and the implementation document,
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2024-05-20
    • 文件大小:84992
    • 提供者:小鱼儿
  1. Apathfinder

    0下载:
  2. 这也是一个用A*算法编写的寻路搜索算法源程序,-This is an A* algorithm used to prepare the wayfinding search algorithm source,
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-20
    • 文件大小:22528
    • 提供者:小鱼儿
  1. ChessEight

    0下载:
  2. 解决八数码问题的经典程序。实现了宽带优先算法,深度优先算法,A* 算法。图形化显示结果。-solve the classic problem of the digital process. Broadband achieved priority algorithm, depth-first algorithm, A* algorithm. Graphic shows results.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:69632
    • 提供者:我怕升级
  1. a_game_road_find

    0下载:
  2. A*算法是一个求最短路径的函数,为许多即时战略游戏所用刀(或许人家大型的即时战略游戏笔者算法更好,不管它)。它由两个函数组成,一个是评估函数,也就是确定人物移动的下一个位置必须离目标位置最近,评估函数评估的结果越精确,则寻径的速度越快;另一个就是寻径函数,也就根据评估的结果做出响应,然后从新位置继续评估下一个位置,若无路可走(四周都是障碍什么的),那么折回一个路径节点,尝试其他方向,这个算法有个缺点,随着游戏中人物增多,相应的处理节点就
  3. 所属分类:其他游戏

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:yzmars
  1. EightNum_A

    0下载:
  2. 绝对原创!用的是A*算法.解决8数码问题.绝对可用.初学者可以看看.-absolute originality! With the A* algorithm. 8 digital solve the problem. Definitely available. Beginners can look at.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:3550208
    • 提供者:克林顿
  1. NineGrid

    0下载:
  2. 用A*算法实现九宫问题,并给出最优解,其中包括每一步的执行路径-with A* algorithm JiuGongTu problem and the optimal solution is given, including each step of the implementation of the road
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:
  1. 8

    0下载:
  2. 是个把数码问题的求解,可以对输入的9个数字用A*算法进行排序。-Is a digital problem solving, can be entered using the number 9 ranking A* algorithm.
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-20
    • 文件大小:2022400
    • 提供者:亮亮
  1. Astar

    0下载:
  2. 自己编的游戏A*算法实现 采用java applet通过小鸭子在2.5d地图上寻路径动画实现算法 对学习java applet 2d动画,2.5d地图制作,人工智能a*算法的同学有很大帮助-Own game of A* algorithm using java applet through small ducks in 2.5d map search path algorithm animation on learning java a
  3. 所属分类:游戏引擎

    • 发布日期:2024-05-20
    • 文件大小:38912
    • 提供者:webber
  1. Astaralgorithm

    0下载:
  2. 实现了A*算法,A*算法是加上一些约束条件的最好优先的算法。由于在一些问题求解时,我们希望能够求解出状态空间搜索的最短路径,也就是用最快的方法求解问题,A*就是干这种事情的!A*算法是一个可采纳的最好优先算法。
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:33792
    • 提供者:yueyuezhaozhao
  1. BaShuMa2

    0下载:
  2. 用java实现人工智能中经典的A*算法,实现八数码问题,-Using java to achieve artificial intelligence in the classic A* algorithm, the realization of the eight digital issues,
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:怅青春
« 1 2 34 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org