CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - a

搜索资源列表

  1. 用A算法实现八数码难题

    1下载:
  2. 用A*算法来对人工智能中的八数码难题进行实现-A * algorithm used for artificial intelligence to the eight digital challenge to achieve
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15770
    • 提供者:常健
  1. a-star-algorithm-implementation

    0下载:
  2. 基于stl的a star寻路算法的高效实现
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:18457
    • 提供者:WestWeald
  1. acm-pku-1308 Is It A Tree?

    0下载:
  2. acm-pku-1308 Is It A Tree?
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-18
    • 文件大小:700
    • 提供者:lzy
  1. a

    0下载:
  2.  Recognizing its importance is only the fist step to advocate invetion or innovation, and some effective measures should be taken for it. For one thing, our authority should continue to enlarge the recruit of graduate. For another, the conditions of
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7908
    • 提供者:hemaqiang
  1. A Practical Introduction to Data Structures and Al

    0下载:
  2. A Practical Introduction to Data Structures and Algorithm Analysis,数据结构和算法,里面包括Java描述、C++描述和C描述三个版本,非常全-A Practical Introduction to Data Structures and Analysis Algorithm, data structures and algorithms, including Java inside descr iption, descr ipti
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7299995
    • 提供者:妖精雨
  1. A星寻路算法例程

    2下载:
  2. A星寻路算法,有算法步骤详解,及一个小例子,可将寻路结果打印在控制台
  3. 所属分类:数据结构常用算法

  1. AStar1

    0下载:
  2. A-Star算法完整版,c++源码实现 -A-Star algorithm is the full version, c++ source implementation
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:14847
    • 提供者:Ailaxya
  1. AStarDll A星路径搜索(采用二叉堆)

    3下载:
  2. 算法简述:A星路径搜索(采用二叉堆),最短路径寻路算法-Algorithm Descr iption: A star path search (using the binary heap), the shortest path Algorithm for Route
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-10-18
    • 文件大小:51707
    • 提供者:zhongkeli
  1. a

    0下载:
  2. (1).输入一组整型元素序列,建立顺序表。 (2).实现该顺序表的遍历。 (3).在该顺序表中顺序查找某一元素 .输入整型元素序列利用有序表插入算法建立一个有序表-(1). Enter an integer sequence of elements, and to establish the sequence table. (2). Traversal of the sequence table. (3). The order to find a particular element in
  3. 所属分类:Data structs

    • 发布日期:2017-11-08
    • 文件大小:1169
    • 提供者:xuxy
  1. 123456789=a

    0下载:
  2. 插入运算符算法,123456789=a,在等式左边的任意两个数字之间插入 + - *使得等式成立,列出满足条件的所有结果-Insert operator algorithm, 123456789 = a, the left side of the equation inserted between any two figures+-* Make the equation set up, listing all of the results meet the conditions
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2960
    • 提供者:jiangguangxian
  1. A-2001-7

    0下载:
  2. IOI 2001 解题报告 内容:所有题目的详细分析以及参考程序 此外还有Test数据-IOI 2001 Solving the contents of the report: a detailed analysis of all the topics and make reference to procedures in addition to Test Data
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:373284
    • 提供者:lp
  1. eg

    0下载:
  2. 一个简单的求解八数码问题的程序。采用A*算法,注释清晰易读-A simple eight digital problem solving procedures. Using A* algorithm, legible notes
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:279452
    • 提供者:apollocarlos
  1. A-B

    0下载:
  2. 用 2个链表 实现 链表 A 和链表 B相减并清楚重复内容的程序-With the realization of two List A and List B list subtraction and clear procedures for duplicate content
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:9081
    • 提供者:王映理
  1. a.doc

    0下载:
  2. 1) 根据栈数据结构,分别建立一个顺序栈和链式栈并实现其上基本操作(出栈和入栈等); 2) 根据队列数据结构,分别建立链队列和循环队列,并完成其上的基本操作(出入队列等); 3) 参考P80表达式求值例题,应用栈的基本操作实现简单表达式求值运算及其进出栈模拟过程(给出程序执行过程中栈的变化过程); 4) 阅读P83栈与递归的实现一节内容和3阶汉诺塔问题。使用栈数据结构解决3阶汉诺塔问题,编写程序并模拟栈及其汉诺塔的搬运过程(给出程序执行过程栈的变化过程与圆盘的搬动状态)。 5)
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:4684
    • 提供者:sad
  1. A

    0下载:
  2. A函数,是<数据结构>的必学内容,我自己写的代码,包括递归算法和迭代两个-A function is
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:12464
    • 提供者:tzy
  1. A_Star_Algorithm

    0下载:
  2. 本人实现的A*算法,使用的数据结构条理很清晰-I realize the A* algorithm, the use of structured data is very clear
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:101936
    • 提供者:LiChuan
  1. a

    0下载:
  2. 货郎担算法一直是C++领域一个经典的算法,该源代码通过四种方法对货郎担算法进行了求解。-Traveling salesman algorithm has been C++ are the field of a classical algorithm, the source code through the four methods for solving the traveling salesman algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:3191
    • 提供者:黄鹏
  1. a-star-algorithm-implementation

    0下载:
  2. A* 算法可复用的实现(用了模板), 并配有几个简单例子-the implementation of A star algorithm with C++ template. some simple but classic problems solved with it is here too.
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:18017
    • 提供者:lichunyu
  1. A

    0下载:
  2. A simple airline ticket reservation program
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:2429
    • 提供者:Carl
  1. 八数码A*算法,A算法

    1下载:
  2. 八数码A*,A算法程序,使用c语言实现。只需将txt中内容复制,粘贴到C语言运行环境中,即可。
  3. 所属分类:数据结构常用算法

« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com