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
    • 文件大小:200.89kb
    • 提供者:Chen
  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
    • 文件大小:292.08kb
    • 提供者:wangyifei
  1. A_STAR

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

    • 发布日期:2017-04-13
    • 文件大小:2.2kb
    • 提供者:Susobhan
  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
    • 文件大小:1.76kb
    • 提供者:刘刚
  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
    • 文件大小:1.28mb
    • 提供者:张晓一
  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
    • 文件大小:413.07kb
    • 提供者:肖春华
  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
    • 文件大小:129.22kb
    • 提供者: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
    • 文件大小:1.98mb
    • 提供者:tk
  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
    • 文件大小:400.13kb
    • 提供者:liuguodong
  1. A_Star

    0下载:
  2. A星算法解决八数码问题,代码共有两种,基础版用于接收外部输入,解决输入状态到输出状态的变化,训练版为在已写好的数据集(362880个数据)下测试运行效果,代码用C语言书写,较为简洁-A star algorithm to solve the problem of the digital code there are two basic version for receiving an external input, output changes state to resolve the inpu
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-20
    • 文件大小:5.65mb
    • 提供者:
  1. svm-matlab

    0下载:
  2. 支持向量机(SVM)用于分类的算法实现 function [D, a_star] = SVM(train_features, train_targets, params, region)-Support Vector Machine (SVM) algorithm for classification in function [D, a_star] = SVM (train_features, train_targets, params, region)
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5.61kb
    • 提供者:代瑞军
  1. A_Star

    0下载:
  2. A*寻路算法演示程序,使用MFC开发,简单实用-A* pathfinding algorithm demo program, developed using MFC, simple and practical
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:53.2kb
    • 提供者:zhanghao
  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
    • 文件大小:17.71kb
    • 提供者:changle
  1. A_star

    0下载:
  2. 这是一个A star算法的MATLAB程序(This is A star algorithm MATLAB program.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:2kb
    • 提供者:田田Allie
  1. A_star

    0下载:
  2. 能够进行路径规划,用于全局路径规划,是目前较为广泛的全局路径规划算法(Can perform path planning for global path planning. It is currently a relatively extensive global path planning algorithm.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:1kb
    • 提供者:apple_pear
搜珍网 www.dssz.com