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

搜索资源列表

  1. timetable

    1下载:
  2. 一台精密仪器的工作时间为 n 个时间单位。与仪器工作时间同步进行若干仪器维修程序。一旦启动维修程序,仪器必须进入维修程序。如果只有一个维修程序启动,则必须进入该维修程序。如果在同一时刻有多个维修程序,可任选进入其中的一个维修程序。维修程序必须从头开始,不能从中间插入。一个维修程序从第s个时间单位开始,持续 t个时间单位,则该维修程序在第s+t-1个时间单位结束。为了提高仪器使用率,希望安排尽可能少的维修时间。 -a precision instrument for the time n time
  3. 所属分类:数据结构常用算法

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

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

    • 发布日期:2014-01-18
    • 文件大小:700
    • 提供者:lzy
  1. dom.cpp 亲兄弟问题

    0下载:
  2. Ex3-23 亲兄弟问题 « 问题描述: 给定n 个整数0 1 1 , , , n- a a  a 组成的序列。序列中元素i a 的亲兄弟元素k a 定义为: min{ | } k i j n j j i a = a a ³ a < < 。 亲兄弟问题要求给定序列中每个元素的亲兄弟元素的位置。元素i a 的亲兄弟元素为k a 时,称k 为元素i a 的亲兄弟元素的位置。当元素i a 没有亲兄弟元素时,约定其亲兄弟元素 的位置为-1。
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-09-19
    • 文件大小:808
    • 提供者:Tonsen
  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. cove

    0下载:
  2. 最大覆盖问题:给定n 个整数n a , a , ,a 1 2  组成的序列,试设计一个O(n)时间算法,计算其最大覆盖 区间长度。-Maximum cover problem: Given n integers na, a,, a 1 2  composed of a sequence and try to design an O (n) time algorithm to calculate the maximum length of coverage ran
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:59892
    • 提供者:jiam
  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. A函数,是<数据结构>的必学内容,我自己写的代码,包括递归算法和迭代两个-A function is
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:12464
    • 提供者:tzy
  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

    0下载:
  2. 根据A*算法实现九宫格重新排序问题,并记录每步的排序结果-Jiugongge A* algorithm based on re-scheduling problem, and record the results of each step of the sort
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:40323
    • 提供者:杨光
  1. A

    0下载:
  2. 实现a星寻路,可以根据a星寻路算法,寻找电子地图中的路径-Find its way to achieve a star
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:518471
    • 提供者:周晓峰
  1. 2

    0下载:
  2. 对链表的相关操作, 1.链表重载=,+和+=,实现 (1)链表深复制:A = B (2)链表增加结点:A += a (3)链表连接:A += B C = A + B -On the list of related operations, 1. The list overloaded =,+ and+ = achieve (1) a deep copy of the list: A = B (2) increase the node list: A+ = a (3) lis
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:599554
    • 提供者:佐为
  1. A-xing

    0下载:
  2. 这是关于Ap-算法的一一篇文档,很经典的版本,Patrick Lester是作者,希望大家喜欢、、、 )-This is one of Ap-algorithm a document, it is the classic version, Patrick Lester is the author, I hope you like it,,,)
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:107772
    • 提供者:TaoPeng
  1. A-Star-Algoritm

    0下载:
  2. A*算法演示程序,介绍A*算法及其演示的程序-A Star Algorithm Program
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:12109
    • 提供者:lijian
  1. a

    0下载:
  2. A*寻路算法 迷宫算法 启发函数-A* pathfinding algorithm heuristic algorithm maze
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2817
    • 提供者:
  1. Implement-a-binary-search-tree-for-string

    0下载:
  2. Implement a binary search tree for string
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1547
    • 提供者:Chan Woo
  1. SPECULAR-REFLECTION-OF-A-TREE.cpp

    0下载:
  2. 一棵树的镜面映射指的是对于树中的每个结点,都将其子结点反序。例如,对左边的树,镜面映射后变成右边这棵树。 a a / | \ / | b c f ===> f c b / \ / d e e d 我们在输入输出一棵树的时候,常常会把树转换成对应的二叉树,而且对该二叉树中只有单个子结点的分支结点补充一个虚子结点“$”,形成“伪满二叉树”。 例如,对下图左边的树,得到下图右边的伪满二叉树 a a / | \ / b c f ===> b $
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2509
    • 提供者:nature
  1. List-of-ordered-a-merger

    0下载:
  2. 列表下令合并两个非递减合并成一个非增列表的列表中,以数据结构的知识以实现。-List ordered merger of the two non-decreasing merged into a non-increasing list of lists, with the knowledge of data structures to achieve.
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:341129
    • 提供者:张凤英
  1. xichuan

    1下载:
  2. 现有喜串定义如下。a 与b 互为喜串需满足以下两个条件之一: 1. a 和b 相同。 2. 将a 分成a1 与a2 两个等长串,b 分成b1 与b2 两个等长串,其子串需满足以下两个 条件之一: a) a1与b1互为喜串且a2 与b2 互为喜串。 b) a1与b2互为喜串且a2 与b1 互为喜串。 任务: 判断给定的两个串是否互为喜串-Hi existing string defined below. a and b mutually hi string must meet one o
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:713
    • 提供者:qijia
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com