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

搜索资源列表

  1. a_game_road_find

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

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

    0下载:
  2. java 实现最短路算法,很实用。 还可以实现tsp问题。选择正确的开发环境。这里用的是eclipse开发环境。-java achieve the shortest path algorithm, is very practical. Can also be tsp problems. Choose the right development environment. Here is using the eclipse development environment.
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:2161
    • 提供者:孙亮
  1. MazeFindPath

    0下载:
  2. 用矩阵表示的迷宫,用队列实现最短路径发现。-matrix said maze, with the shortest path to achieve cohort found.
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:7034
    • 提供者:丁雷
  1. MFCmaze

    0下载:
  2. 老鼠走迷宫程序,用vc编写,可以算出最短路径,用户自己设置围墙合入口出口-rats Maze procedure using vc preparation, you could calculate the shortest path, users set up their own import export a wall
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:38012
    • 提供者:董飞
  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. Sokoban

    1下载:
  2. 推箱子,小游戏,也是我在大学写的第一个能上得了台面的游戏,最适合初学MFC的同学。里面有10几个关卡,当然自己也可以增加。支持最短路径。-Sokoban game, the game in college, I wrote the first one got on the table, the most suitable for beginner MFC classmates. 10 a few points, of course, they can also increase. Support
  3. 所属分类:其他智力游戏

    • 发布日期:2013-09-29
    • 文件大小:1143106
    • 提供者:he
  1. tuixiangzi

    0下载:
  2. 推箱子游戏 项目简述:按五维键▼▲左、右移动搬运工,按鼠标可以通过最短路径让搬运工到达光标所在地 -Sokoban Game Project Descr iption: According to five-dimensional ▼ ▲ key to the left and right moving porters, according to the mouse through the shortest path to reach the cursor location as port
  3. 所属分类:Game Program

    • 发布日期:2017-05-08
    • 文件大小:1833962
    • 提供者:陈义兵
  1. project_1_final

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

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

    0下载:
  2. A* Implementation in c# to find the shortest path between 2 points
  3. 所属分类:Game Program

    • 发布日期:2017-04-04
    • 文件大小:185097
    • 提供者:Alex Mahone
  1. AStarExample

    0下载:
  2. A star (A*) example Find the shortest path from start point to end point on a matrix full of obstecles
  3. 所属分类:Other Games

    • 发布日期:2017-04-08
    • 文件大小:4802
    • 提供者:userium
  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. shortestPath_src

    0下载:
  2. a* algorithm implemetation/It is a simple implementation of the a* algorithm to find the shortest path
  3. 所属分类:Game Engine

    • 发布日期:2017-04-07
    • 文件大小:92537
    • 提供者:nissmit
  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. worldladder

    0下载:
  2. 实现了一个功能,就是从一个字符串变到另一个字符串,每次只能变化一个字符,并且是最短的路径A function, is the change from a string to another string, you can only change one character, and is the shortest path-A function, is the change from a string to another string, you can only change one char
  3. 所属分类:Game Program

    • 发布日期:2017-04-11
    • 文件大小:1514
    • 提供者:萍缘
  1. shortest_path

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

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

    0下载:
  2. 简易推箱子游戏,主要实现功能是人推箱子到目的地的最短路径的查找-Simple Sokoban game, the main function is to people Sokoban to find the shortest path to the destination
  3. 所属分类:Other Games

    • 发布日期:2017-06-10
    • 文件大小:17493696
    • 提供者:程榜
« 12 »
搜珍网 www.dssz.com