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

搜索资源列表

  1. A_Star

    0下载:
  2. A_Start算法。用自己改进的A_Start算法解决迷宫问题。采用文本读入数据。-A_Start algorithm. Improved A_Start own algorithm to solve maze problems. Text read by the data.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:205713
    • 提供者:Chen
  1. A_star

    0下载:
  2. 我自己写的,自动寻路程序。VC2008可直接编译运行。-I wrote it myself, self-seeking way process. VC2008 can be directly compiled to run.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:1184245
    • 提供者:bruce
  1. star

    0下载:
  2. 关于A_star算法的程序,主要数据结构为最小堆栈,整个程序结构清晰,适合于学习与改进-A_star algorithm on the procedure, the main data structure for the smallest stack, the entire program structure clear, suitable for learning and improvement
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:7899
    • 提供者:覃攸
  1. a_star

    0下载:
  2. shortest path searching
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-02
    • 文件大小:11393
    • 提供者:QMarat
  1. A_star

    0下载:
  2. 使用A*算法实现旅行商问题,给出较为合理的方案-The use of A* Algorithm for Traveling Salesman Problem, gives a more reasonable program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:299086
    • 提供者:wangyifei
  1. A_Star

    0下载:
  2. Find way using the A* Algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2900
    • 提供者:Byounghun
  1. A_STAR

    0下载:
  2. Informed Search techniques
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2248
    • 提供者:Susobhan
  1. A_star

    0下载:
  2. A_star 实现八数码问题(分别才用了不同的评估函数) 程序界面-A_star for Eight digital problems (were assessed only with a different function) program interface
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-23
    • 文件大小:7297047
    • 提供者:杨艳歌
  1. Eight-Digital-A_star

    0下载:
  2. 八数码A*算法,浙大OJ已AC 内含序列合法判定以及A*搜索思路-Eight Digital A* algorithm, Zhejiang University has AC OJ
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1807
    • 提供者:刘刚
  1. a_star

    0下载:
  2. 简单的,CRUD操作,还有批量删除的功能,一些简单的页面美工-Simple, CRUD operations,
  3. 所属分类:Java Develop

    • 发布日期:2017-06-22
    • 文件大小:42445824
    • 提供者:王峰
  1. A_star

    1下载:
  2. c++实现的A*寻路算法,供菜鸟学习之用,老鸟无视之。-c++ implementation of the A* pathfinding algorithm for the rookie learning, fields and ignore it.
  3. 所属分类:Data structs

    • 发布日期:2015-04-27
    • 文件大小:1338368
    • 提供者:张晓一
  1. a_star

    0下载:
  2. a_star算法,A*(A-Star)算法是一种静态路网中求解最短路最有效算法。本工程实现了简单了a_star算法,并在vc6.0下直接编译通过。-a_star algorithm, A* (A-Star) algorithm is a static network in the most efficient algorithm for solving the shortest path. The project achieved a simple a_star algorithm, and i
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:422982
    • 提供者:肖春华
  1. A_Star-Windows

    0下载:
  2. A* Alogrithm - Source Code
  3. 所属分类:Other Games

    • 发布日期:2017-04-07
    • 文件大小:88949
    • 提供者:Hoang Ki Anh
  1. A_Star

    0下载:
  2. 在3*3组成的九宫格棋盘上,摆有8个将牌,每一个将牌都刻有1-8中的某一个数码。棋盘中留有一个空格,允许其周围的某一个将牌向空格移动,这样通过移动将牌就可以不断改变将牌的布局。给定一种初始的将牌布局或结构(称初始状态)和一个目标布局(称目标状态),编程给出一个最优的走法序列。 -3* 3 composed of squared board, put 8 cards, each of the license are inscribed with a digital 1-8. The chess
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:132323
    • 提供者:Yalei Tan
  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. a_star

    0下载:
  2. a星算法,用于计算2d中的障碍物,可以使用本程序进行路径选择-a star algorithm used to calculate the the 2d obstacles, you can use the program to select paths
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-01
    • 文件大小:891615
    • 提供者:yanmeng
  1. A_Star-puzzle

    0下载:
  2. 使用A星算法,解决8棋盘问题。但是有时会没有结果。-A star algorithm to solve the problem of the 8 board. But sometimes no results.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-21
    • 文件大小:400536
    • 提供者:zijian
  1. A_star-2012

    0下载:
  2. 应用A*算法解决八自由度迷宫问题,具有地图读入写出功能,可以扩展应用到路径规划问题。-Application of A* algorithm to solve the eight DOF maze problem with map reading into the write function, can be extended to the path planning problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-20
    • 文件大小:409731
    • 提供者:liuguodong
  1. A_Star

    0下载:
  2. a star algoritm in doc ide turbo c-a star algoritm in doc ide turbo c++
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-10
    • 文件大小:2814
    • 提供者:saghi
  1. A_Star-path-planning-algorithm-demo

    0下载:
  2. A_Star算法路径规划演示 包括完整的程序和仿真结果,可以运行-A_Star path planning algorithm demo includes a complete program and simulation results, you can run crorrect
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:18134
    • 提供者:changle
« 12 »
搜珍网 www.dssz.com