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

搜索资源列表

  1. A88

    0下载:
  2. A*寻路算法演示,具体见注释-A * search algorithm road demonstration of specific see Notes
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:14338
    • 提供者:彭扬
  1. findpath

    1下载:
  2. 一个A*寻路的演示程序,可用于游戏中进行寻路。-A * find a way to the demo program can be used for the game find their own path.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:13243
    • 提供者:姜新宇
  1. new_DLL_AStar

    0下载:
  2. 用vc开发的A*寻路算法的dll,可以在其他语言调用,包含了一个vb调用的示例-The dll file of A* road-mapping algorathm,which can be used in other language,including an example of vb.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:160715
    • 提供者:汪大还
  1. AstarPath

    0下载:
  2. 用VC6++对A*寻路算法的简单实现,在界面上点击鼠标就行.-VC6 right with A * search algorithm for a simple way to achieve the click of a mouse interface on the line.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:42523
    • 提供者:范军
  1. xunlusuanfa

    0下载:
  2. 寻路算法的演示代码,很好的参考代码,绝对经典-demonstration code and a good reference code, the absolute classic
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1149662
    • 提供者:刘反对
  1. FindPath_kinpoo

    0下载:
  2. 连连看 寻路算法 递归实现 /** * Author:郭剑波(KINPOO) * Last Modify:2005/11/21 13:40 * Purpose:find path for lian lian kan */-find their own path to achieve recursive algorithm / ** * Author : Jian (KINPOO) * Last Modify : 10/14/2005 13:40 * Purpose : fin
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:2188
    • 提供者:郭剑波
  1. blueSprie

    0下载:
  2. 这是一个RPG的小游戏,里面有,寻路算法-This is a small RPG games, and they, Routing Algorithm
  3. 所属分类:J2ME

    • 发布日期:2008-10-13
    • 文件大小:313386
    • 提供者:张佳维
  1. Axing222

    0下载:
  2. 简单实现了A*寻路算法,运行时单击鼠标随机生成始点和终点,然后寻找到始点到终点的最短距离。-simple achieved A * search algorithm Road, at the click of the mouse running randomly generate starting point and destination, then find the starting point of the shortest distance between the end.
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:518850
    • 提供者:mesu
  1. basRPG

    0下载:
  2. rpg游戏中寻路,遮挡等的实现。-rpg games find their own path, blocking the realization.
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:41313
    • 提供者:刘伟
  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 * algorithm for the best tools.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:389879
    • 提供者:river
  1. test_1_DFS_BFS

    0下载:
  2. 比较DFS与BFS 简单的实现了,小地图范围的两种寻路算法原理的比较。 左键控制,可自动寻找路径,方便观察-DFS compared with the simple realization of BFS, the small scope of the two map routing algorithms for comparison. Left control that can automatically find a path to facilitate the observation
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:29642
    • 提供者:阿申
  1. Mir2MapPath

    1下载:
  2. 传奇地图读取及A*寻路算法,可读取盛大传奇地图文件并显示-legendary read maps and wayfinding A * algorithm, a grand legend read maps and documents show
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:653813
    • 提供者:hth
  1. pathdelphi

    0下载:
  2. 带加权的寻路算法演示(DELPHI源码) 关于A*寻路算法的代码在网上有很多,但用DELPHI的比较少,本人花了一天时间找到这个,代码和界面都比较精炼,于是在关键处作了中文注释,但愿对朋友们有用。-with weighted routing algorithm Demo (DELPHI OSS) on the A * algorithm routing code on the Internet which is very , but with the DELPHI relatively s
  3. 所属分类:其他行业

    • 发布日期:2008-10-13
    • 文件大小:224619
    • 提供者:袁方成
  1. Apathfinder

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

    • 发布日期:2008-10-13
    • 文件大小:23152
    • 提供者:小鱼儿
  1. Pathfinder

    0下载:
  2. 在WINDOWS环境下用C语言开发的寻路程序,应用遗传算法,在一个迷宫中迅速找到出口-the Windows environment using the C language development routing procedures, genetic algorithm, in a maze to find a rapid export
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:23910
    • 提供者:lb
  1. 2DARPGdemoandmapedit

    1下载:
  2. 一款优秀的2DARPGDEMO.附带地图编辑器。实现了地图场景的切换和智能寻路算法。-2DARPGDEMO outstanding. Attached map editor. Scene of the map to achieve the switching and intelligent routing algorithm.
  3. 所属分类:游戏引擎

    • 发布日期:2008-10-13
    • 文件大小:183452
    • 提供者:张锐
  1. findwayvc

    0下载:
  2. 这个演示原来的设计是一个2D游戏的地图编辑器, 在这里主要演示Path-finding的算法 它可以随时设置地图上遮挡格子信息(用CTRL或ALT + 鼠标左键来设置), 然后控制人物 在地图上行走. 寻路生成的路径会由*标示出来 滚屏操作 : 用按键 E, D, S, F控制-this demonstration is the original design of a 2D game map editor, Here the main demonstration Path -
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:192328
    • 提供者:Seth
  1. serch_A_start

    2下载:
  2. 一个VC写A*寻路的程序库,可以给你演示各种算法的快慢,优劣,作者超级强悍,一定要看!要用VC6.0编译才行~
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:639128
    • 提供者:srhg
  1. a_star_pathfinder_v.1.92

    1下载:
  2. a_star_pathfinder A星路径寻找可以用来学习寻路的方法 可以用到很多地方 比如脱机的AI寻路就可以用到他
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:174755
    • 提供者:tony qu
  1. Astar改进3 走圆弧

    5下载:
  2. 移动机器人路径规划A星算法改进,移动机器人避障自动寻路设计,移动机器人路径规划A星算法matlab仿真。(Mobile robot path planning A-star algorithm improvement, mobile robot obstacle avoidance automatic path finding design, mobile robot path planning A-star algorithm matlab simulation.)
  3. 所属分类:其他

    • 发布日期:2021-03-01
    • 文件大小:129024
    • 提供者:唐大大哥
« 1 2 3 4 56 7 8 9 10 ... 26 »
搜珍网 www.dssz.com