搜索资源列表

  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编程

    • 发布日期:2024-07-02
    • 文件大小:7168
    • 提供者:覃攸
  1. a_star

    0下载:
  2. shortest path searching
  3. 所属分类:图形/文字识别

    • 发布日期:2024-07-02
    • 文件大小:11264
    • 提供者:QMarat
  1. A_star

    0下载:
  2. 使用A*算法实现旅行商问题,给出较为合理的方案-The use of A* Algorithm for Traveling Salesman Problem, gives a more reasonable program
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-07-02
    • 文件大小:299008
    • 提供者:wangyifei
  1. A_Star

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

    • 发布日期:2024-07-02
    • 文件大小:3072
    • 提供者:Byounghun
  1. A_STAR

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

    • 发布日期:2024-07-02
    • 文件大小:2048
    • 提供者:Susobhan
  1. A_star

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

    • 发布日期:2024-07-02
    • 文件大小:1183744
    • 提供者:bruce
  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. 所属分类:数据结构常用算法

    • 发布日期:2024-07-02
    • 文件大小:205824
    • 提供者:Chen
  1. A_star

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

    • 发布日期:2024-07-02
    • 文件大小:7297024
    • 提供者:杨艳歌
  1. Eight-Digital-A_star

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

    • 发布日期:2024-07-02
    • 文件大小:2048
    • 提供者:刘刚
  1. a_star

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

    • 发布日期:2024-07-02
    • 文件大小:42445824
    • 提供者:王峰
  1. A_star

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

    • 发布日期:2024-07-02
    • 文件大小: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
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-07-02
    • 文件大小:422912
    • 提供者:肖春华
  1. A_Star-Windows

    0下载:
  2. A* Alogrithm - Source Code
  3. 所属分类:其他游戏

    • 发布日期:2024-07-02
    • 文件大小:89088
    • 提供者: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
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-07-02
    • 文件大小:132096
    • 提供者:Yalei Tan
  1. A_star

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

    • 发布日期:2024-07-02
    • 文件大小:2080768
    • 提供者: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. 所属分类:其他小程序

    • 发布日期:2024-07-02
    • 文件大小:891904
    • 提供者: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. 所属分类:其他智力游戏

    • 发布日期:2024-07-02
    • 文件大小:400384
    • 提供者: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. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-07-02
    • 文件大小:409600
    • 提供者:liuguodong
  1. A_Star

    0下载:
  2. a star algoritm in doc ide turbo c-a star algoritm in doc ide turbo c++
  3. 所属分类:其他小程序

    • 发布日期:2024-07-02
    • 文件大小:3072
    • 提供者: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例程

    • 发布日期:2024-07-02
    • 文件大小:18432
    • 提供者:changle
« 12 »

源码中国 www.ymcn.org