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

搜索资源列表

  1. www

    0下载:
  2. A星寻路算法,AS3 的 大家可以研究下-A Star pathfinding algorithm, AS3 in the next we can study
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-23
    • 文件大小:25175
    • 提供者:sk
  1. delphi_A-Star_PAS

    1下载:
  2. 一个DELPHI的A星算法源码PAS..可用于游戏等自动寻最短路径-DELPHI s a source PAS .. A star algorithm can be used to automatically find the shortest path games
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:3267
    • 提供者:朱超超
  1. Knapsack

    0下载:
  2. 基于0-1背包问题的A星算法,在VC++6.0上运行通过。-A Star algorithm based on 0-1 Knapsack problem ,it can run in VC++ 6.0 platform.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3291
    • 提供者:乖乖虎
  1. astart

    0下载:
  2. 游戏中常常需要用的寻找路径的需求,其中以a星算法为例,文件中的是A星寻路的主要的AS3.0的代码-Games often need to find the path of demand, of which a star algorithm example, the file is A star pathfinding code in the main AS3.0
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-01
    • 文件大小:119748
    • 提供者:dbllin
  1. astarqky

    0下载:
  2. a星算法迷宫问题,简单的图形界面.数据结构用的是数组,可能不太好吧,生成的迷宫有0。25成为障碍-a star algorithm maze, a simple graphical interface using an array data structure, may not be right, the resulting maze has 0.25 an obstacle
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:825870
    • 提供者:钱云
  1. AstarAlgorithm

    0下载:
  2. 基于启发式收索的A算法,A星算法的C++类的完整实现源代码-A collection of cable based on heuristic algorithms, A star algorithm in C++ source code for the complete implementation of class
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2659
    • 提供者:wangzhenjun
  1. TSPMachine

    0下载:
  2. A星算法求解旅行商问题一共有n个城市,某推销员从其中的一个城市A出发经过每个城市一次且仅一次后回到A,求代价最小的路径。-Traveling Salesman Problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:14945
    • 提供者:songbaoli
  1. astart

    0下载:
  2. J2ME a*寻路 J2ME里面的一个简单的a星寻路-J2ME astart,a simp a start code
  3. 所属分类:J2ME

    • 发布日期:2017-04-07
    • 文件大小:1971
    • 提供者:军军
  1. Axingxunlusuanfa

    1下载:
  2. A星寻路算法,lua实现的,很好,很实用。-failed to translatefailed to translatefailed to translatefailed to translatefailed to translatefailed to translatefailed to translate
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:2588
    • 提供者:吴森
  1. Maze

    0下载:
  2. A 星算法,用来在游戏或者路劲规避中寻找最短路径!-A star algorithm, find the shortest path is used to circumvent the game or Road King!
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1387747
    • 提供者:刘浩
  1. AStar

    0下载:
  2. A星算法实现最短路径问题机器人寻路侧温暖佛哪位哦您访问哦烦恼哦恩发-Astar f fkewm gmew gwoem gmew mgwme gfmwe
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:26198
    • 提供者:尾箱
  1. Astar

    0下载:
  2. A星算法,用于rpg、ARPG、飞行射击类、塔防等游戏中,一般做自动寻路时使用。-A star
  3. 所属分类:Shot Game

    • 发布日期:2017-04-07
    • 文件大小:1730
    • 提供者:ian liu
  1. AstarTSP

    0下载:
  2. A星算法实现旅行商问题 有注释,通俗易懂,简单实现-Astar: TSP Problem in Java Having comments, easy to unerstand
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:2133
    • 提供者:Hao
  1. Astar

    0下载:
  2. a星算法源代码;用A8算法实现最优路径找寻-a star algorithm source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:410048
    • 提供者:jackiezeng
  1. AStar-Maze

    0下载:
  2. 迷宫问题的A星算法程序,用户可以设置起点、终点以及障碍物。MFC-A star algorithm of the maze problem, the user can set the start, end, and obstructions.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:119488
    • 提供者:Gao
  1. FindWay

    0下载:
  2. 三种主流寻路方式(A星,广度,深度) 目前3种主流寻路的源码,a星(a*),广度优先,深度优先。压缩包附带了一张自己写的堆和顺序表,以及一个控制台绘图模块。-The three mainstream the pathfinding way (A star, the breadth, depth) of three kinds of major pathfinding source code, a star (*), breadth-first, depth-first. Compressio
  3. 所属分类:Console

    • 发布日期:2017-04-16
    • 文件大小:14156
    • 提供者:ZeaLot
  1. Java_Eight-Puzzle

    1下载:
  2. 基于A星算法的8数码问题Java程序源代码-Java source code based on the A star algorithm Eight Puzzle
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-21
    • 文件大小:12410
    • 提供者:Ian_Wong
  1. C_Eight-Puzzle

    1下载:
  2. C语言:基于A星算法的8数码问题C程序源代码-C language: A star algorithm 8 puzzle problem C source code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2015-11-22
    • 文件大小:13312
    • 提供者:Ian_Wong
  1. EightNumber

    0下载:
  2. 八數碼a星算法, 自動產生八個數的排列並且計算需移動多少步才能解。-Eight digital a star algorithm automatically generated eight arrangement and calculate the need to move the number of steps to solution.
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:120186
    • 提供者:李小翊
  1. A_star

    0下载:
  2. A星算法,windows窗口演示 支持任意生成路径,动态演示-A star algorithm, the windows window shows support for randomly generated path, dynamic presentations
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-11
    • 文件大小:2080756
    • 提供者:tk
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 34 »
搜珍网 www.dssz.com