CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 游戏 搜索资源 - 最短路径算法

搜索资源列表

  1. a_game_road_find

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

    • 发布日期:2008-10-13
    • 文件大小:3411
    • 提供者:yzmars
  1. Wordgame

    0下载:
  2. 大富翁背单词游戏 一个掷骰子的背单词游戏,程序特点: 1。采用glscene制作的3d拼图 2。采用ibm的tts语音合成 3。自动拼图9宫图最短路径算法
  3. 所属分类:其他游戏

    • 发布日期:2014-01-16
    • 文件大小:317398
    • 提供者:fu
  1. A_FindPath

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

    • 发布日期:2008-10-13
    • 文件大小:1023
    • 提供者:cctv
  1. Graphs_AStar_src

    0下载:
  2. C#实现的最短路径AStar算法,是我见过最好的AStar算法。-c# shortest path AStar calculation, It is the best calculation I ve ever seen
  3. 所属分类:游戏引擎

    • 发布日期:2008-10-13
    • 文件大小:65963
    • 提供者:杨波
  1. bashuma

    0下载:
  2. 用三种不同的搜索算法解决八数码问题,使得通过最短的路径和最小的消耗到达目标状态。-Three different search algorithms to solve the problem eight digital, making the shortest path and minimum through the consumption of the state to reach the target.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-29
    • 文件大小:354587
    • 提供者:starryshi
  1. project_1_final

    0下载:
  2. 交通路线查询系统,简单的交通路线查询设计,使用Dijstra算法完成最短路径的查询-use Dijstra to search for the shortest path
  3. 所属分类:Other Games

    • 发布日期:2017-05-02
    • 文件大小:752511
    • 提供者:王睿
  1. TankGame1.1

    0下载:
  2. 坦克大战自己发展的源码,使用了applet swing 最短路径算法,欢迎挑错-Battle City their own development source code, using the applet swing shortest path algorithm, please pick the wrong
  3. 所属分类:Game Program

    • 发布日期:2017-04-02
    • 文件大小:46893
    • 提供者:howlong
  1. A

    0下载:
  2. 在C++下进行地图的最短路径搜索的A*算法 这个算法被广泛应用在即时游戏的路径寻找过程上。-In the C++ under the map of the A* shortest path search algorithm for this algorithm is widely used in real-time search process on the path of the game.
  3. 所属分类:Other Games

    • 发布日期:2017-03-29
    • 文件大小:683
    • 提供者:spencer
  1. BallGame

    0下载:
  2. A*算法,最短路径查询。Windows API实现-A* algorithm, the shortest path query. Windows API Implementation
  3. 所属分类:Game Program

    • 发布日期:2017-05-12
    • 文件大小:2920968
    • 提供者:libowen
  1. migong

    0下载:
  2. 迷宫游戏,采用宽度搜索算法找到走出迷宫的最短路径-Maze game, with the width of the maze search algorithm to find the shortest path
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-03
    • 文件大小:45332
    • 提供者:Suze
  1. AmbulanceSchedule

    0下载:
  2. 一个 VISUO studio 平台 MFC语言编写的小游戏 用到最短路径算法-Studio platforms-VISUO MFC language to write a small game to use the shortest path algorithm
  3. 所属分类:Other Games

    • 发布日期:2017-05-27
    • 文件大小:10311365
    • 提供者:jinpeng
  1. TeachAStart

    0下载:
  2. 寻路 根据A*算法改编的线路寻路, 得到节点下的线段中的最短路径-A* get Path
  3. 所属分类:Other Games

    • 发布日期:2017-11-30
    • 文件大小:49431
    • 提供者:chengyoujie
  1. shortest_path

    0下载:
  2. 求最短路径的简单算法,仅供参考,不是很复杂的那种,-Simple shortest path algorithm for informational purposes only, not very complicated kind,
  3. 所属分类:Games

    • 发布日期:2017-04-14
    • 文件大小:3025
    • 提供者:宁宁
  1. A

    0下载:
  2. 在C++下进行地图的最短路径搜索的A*算法这个算法被广泛应用在即时游戏的路径寻找过程上。-In the C++ under the map of the A* shortest path search algorithm for this algorithm is widely used in real-time search process on the path of the game.
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:728
    • 提供者:冬暖夏凉
  1. AStar

    0下载:
  2. 游戏中常用的寻路算法-A星算法 直接将此代码加到自己的程序中就能实现最短路径的查找-Game pathfinding algorithm commonly used algorithm-A star This added to the code directly own program to find the shortest path can be achieved
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-29
    • 文件大小:81779
    • 提供者:孟义
  1. cocosprj

    0下载:
  2. astart算法,可实现最短路径的查找,同时也有cocos2dx的一些入门级操作。-astrat to find the shortest road
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-29
    • 文件大小:35826
    • 提供者:seven
  1. Dijkstra

    0下载:
  2. 迪杰斯特拉算法用于求解一个有向图(也可以是无向图,无向图是有向图的一种特例)的一个点(称之为原点)到其余各点(称之为周边点)的最短路径问题。-Algorithm is used to a directed graph (can also be a undirected graph, undirected graph is a directed graph of a special case) of a point (called the origin) to the rest of the va
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:688
    • 提供者:yuan10386
  1. homework_game

    0下载:
  2. 就是一个用MATLAB实做的小游戏,包括了游戏界面,自动寻路算法,自动搜索最短路径等等。(A small game of maze used Matlab)
  3. 所属分类:游戏

    • 发布日期:2017-12-22
    • 文件大小:421888
    • 提供者:Arthurzhou
搜珍网 www.dssz.com