搜索资源列表

  1. a-star-algorithm-implementation

    0下载:
  2. 基于stl的a star寻路算法的高效实现
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:18457
    • 提供者:WestWeald
  1. a-star

    0下载:
  2. A-star 算法 已经封装成类。可以直接使用
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:66997
    • 提供者:Reap
  1. A star算法类的C++语言实现

    0下载:
  2. A star算法类的C++语言实现-algorithm category C Language
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3137
    • 提供者:杨武夷
  1. A star算法类的实现(接口设计)

    0下载:
  2. A star 算法类的实现(算法接口,针对迷宫问题设计)-algorithm to achieve the category (algorithm interface design issues against maze)
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2928
    • 提供者:刘世炎
  1. a20040623neta

    0下载:
  2. A star 算法求解最短路径问题-A star algorithm for the shortest path problem
  3. 所属分类:行业应用软件

    • 发布日期:2024-05-21
    • 文件大小:8192
    • 提供者:刘学英
  1. DStar_5.26

    0下载:
  2. 人工智能里的A-star算法,用于机器人的路径规划和寻优.-AI's A-star algorithm for robot path planning and optimization.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:2110464
    • 提供者:yys
  1. search_algorithm

    0下载:
  2. 常用搜索算法,包括8数码游戏,A star算法类的实现,以及黑白棋算法等-commonly used search algorithm, including eight digital games, Class A star of the algorithm to achieve, and reversi algorithm
  3. 所属分类:压缩解压

    • 发布日期:2024-05-21
    • 文件大小:142336
    • 提供者:林晓芸
  1. GoBangX

    0下载:
  2. 经典五子棋,A star搜索 + alpha_beta-classic 331, A star search alpha_beta
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-21
    • 文件大小:129024
    • 提供者:张静
  1. PathFinder

    0下载:
  2. 共有五种算法 :A star 算法类的实现,Bp神经网络解决异或问题,联机手写数字识别,联机数字、英文字符及汉字识别,8数码游戏-A total of five algorithms: A star algorithm kind of realize, Bp neural network to solve XOR problem, on-line handwritten numeral recognition, on-line figu
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:daishuquan
  1. a_star_pathfinder_v.1.92

    0下载:
  2. a_star_pathfinder A星路径寻找可以用来学习寻路的方法 可以用到很多地方 比如脱机的AI寻路就可以用到他 -a_star_pathfinder A Star path finding can be used to study routing methods can be used in many places such as the AI offline Wayfinding can be used on him
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:174080
    • 提供者:tony qu
  1. AStar

    0下载:
  2. A STAR 算法源码, 比较初级的算法, 适合初学的朋友研究-A STAR algorithm source code, compare the initial algorithm, suitable for beginner
  3. 所属分类:书籍源码

    • 发布日期:2024-05-21
    • 文件大小:186368
    • 提供者:wzh
  1. searcharithmetic

    0下载:
  2. 搜索算法实现,8数码游戏,A star算法类的实现,黑白棋实现。-Search algorithm realize, 8 digital game, A star algorithm kind of realize, realize Reversi.
  3. 所属分类:图形图象

    • 发布日期:2024-05-21
    • 文件大小:2091008
    • 提供者:孟杰
  1. A_Star_Visual_CPP_Version

    0下载:
  2. A Star 算法 的C++实现, 有很好的类实现 -A Star algorithm C++ Realize, there are very good category realize
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:106496
    • 提供者:andrew
  1. AstarsuanfaVCshixian

    0下载:
  2. 一种常用的搜索算法。A STAR 算法。VC++源代码实现。-A commonly used search algorithm. A STAR algorithm. VC++ Source code to achieve.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:刘一
  1. mazerobot

    0下载:
  2. 利用人工智能的经典算法实现迷宫游戏;里面的A星(a*)算法可以很方便的移植到应用程序中,可以选择机器人,人工行走,选择背景,选择迷宫等,这是初级版本,高级版本正在修改。-The use of artificial intelligence algorithms to achieve the classic maze game inside A Star (a*) algorithm can be easily transplanted
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:1113088
    • 提供者:赵彩萍
  1. puzzle

    0下载:
  2. 用A star,先深搜索等搜索算法搜索puzzle。-By A star, first search algorithm, such as deep-search search puzzle.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:140288
    • 提供者:fancyiyang
  1. astar

    0下载:
  2. 用prolog实现的一个A星算法,由于最近在看prolog,所以,陆续会放上来一些prolog的代码,希望对大家有用。 -Prolog realize with a A Star algorithm, look at the recent prolog, therefore, one after another will放上来some prolog code, in the hope that useful to everyone.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:li
  1. SPath

    0下载:
  2. 原创,A-star算法求解最短路径,寻路问题。 求解效率高,且对于理解A-Star算法和数据结构链表操作有非常有用。-Original, A-star algorithm for solving the shortest path routing problem. Solving high efficiency, and for understanding the A-Star algorithm and data structur
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:lys
  1. AStar

    0下载:
  2. 以A-star算法为基础的通过改良的最短路径探索的源代码-To A-star algorithm based on the shortest path through the modified source code to explore
  3. 所属分类:按钮控件

    • 发布日期:2024-05-21
    • 文件大小:3096576
    • 提供者:刘叶
  1. changyongsousuosuanfa

    0下载:
  2. 这是书上的常用搜索算法,有8数码游戏,黑白棋,A star算法类的实现。-This is a book commonly used search algorithm, there are 8 digital game, Reversi, A star algorithm category realize.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:2095104
    • 提供者:milsuton
« 1 23 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org