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

搜索资源列表

  1. prim

    1下载:
  2. (1)利用普里姆算法求网的最小生成树 (2)实现教科书中定义的抽象数据类型mfset。以此表示构造生成树过 程中的连通分量。 (3)以文本形式输出生成树中各条边以及他们的权值-(1) the use of prim algorithm for minimum spanning tree network (2) the realization of the textbook definition of abstract data types mfset. Spanning tree s
  3. 所属分类:Data structs

    • 发布日期:2017-03-21
    • 文件大小:1.24kb
    • 提供者:xinghenzhai
  1. Date_structure_tutorial_1

    0下载:
  2. 第一课:数据结构的基本概念和术语 第二课:抽象数据类型的表示与实现 第三课:算法及算法设计要求 第四课:算法效率的度量和存储空间需 -First lesson: the basic concepts of data structure and terminology of the second lesson: the expression of abstract data types and implementation of the third lesson: algorith
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:369.98kb
    • 提供者:zhb
  1. automatic-classification-cluster

    0下载:
  2. 一、问题描述若要在n个城市之间建役通信网络,只福要架设n-1条级路即可.如何以最低的经济代价建设这个通信网,是一个网的最小生成树问题。二、基本要求 (1)利用克鲁斯卡尔算法求图的最小生成树。 (2)能实现教科书6.5节中定义的抽象数据类型MFSet.以此表示构造生成树过程中的连通分量。 (3 ) 以文本形式输出生成树中各条边以及他们的权值.三、需求分析 1、构造图结构。 2、利用克鲁斯卡尔算法求图的最小生成树。 3、完成生成树的输出。 -I. Descr iption of the proble
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:668.15kb
    • 提供者:赵婧
  1. binary-tree

    0下载:
  2. c语言描述的数据结构,二叉树的数据结构的抽象数据类型-c language to describe the data structure, binary tree data structure of the abstract data types
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:1.58kb
    • 提供者:
  1. gram

    0下载:
  2. c语言描述的数据结构算法,图的数据结构的抽象数据类型-c language data structure described in algorithm, data structure diagram of the abstract data types
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.41kb
    • 提供者:
  1. ADTList

    0下载:
  2. 采用字符类型为元素类型和无头结点单链表为存储结构,实现抽象数据类型Lis-The use of character types for the element type, and without a head node to store a single list structure, the realization of abstract data types Lis
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:13.71kb
    • 提供者:LLL
  1. shiyanbaogao

    1下载:
  2. 动态查找表的设计与实现,实现抽象数据类型:二叉查找树。实现下列操作:构造空表、销毁表、搜索指定关键字的元素、插入新元素、删除指定关键字的元素、遍历表中所有元素. -Dynamic look-up table of the design and implementation to achieve the abstract data types: binary search tree. To achieve the following: construct an empty table, des
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:108.48kb
    • 提供者:richer
  1. Algorithms.In.C.3rd.Ed.Part5.Graph.Algorithms

    1下载:
  2. 经典算法书(中文版)。这一套算法系列书介绍了当今最重要的算法,共分3卷,这是第2卷(第五部分),集中讲解图算法。本书共有6章(第17章~第22章)。第17章详细讨论图性质和类型,第18章~第22章分别讲解图搜索、有向图和DAG、最小生成树、最短路径以及网络流。书中提供了用C语言描述的完整算法源程序,并且配有丰富的插图和练习。-Algorithms in C, Third Edition, Part 5: Graph Algorithms is the second book in Sedgewi
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-06-01
    • 文件大小:13.26mb
    • 提供者:wang
  1. Algorithms.in.C.Parts.1-4.Fundamentals.Data.Struct

    2下载:
  2. 经典算法书(中文版).《C算法》介绍了当今最重要的算法,共分3卷,本书是第1卷。第1卷分4部分、共16章。第一部分“基础知识”(第1~2章)介绍了基本算法分析原理。第二部分“数据结构”(第3~5章)讲解算法分析中必须掌握的数据结构知识。主要包括基本数据结构、抽象数据结构、递归和树。第三部分“排序”(第6~11章)按章节顺序分别讨论了基本排序方法(如选择排序、插入排序、冒泡排序、希尔排序等)、快速排序方法,归并和归并排序方法、优先队列与堆排序方法、基数排序方法以及特殊目的排序方法,并比较了各种排序
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-06-12
    • 文件大小:18.96mb
    • 提供者:wang
  1. database

    0下载:
  2. 数据结构里的实习题,包括:抽象数据类型、线性表及其应用等-Data structure in the practical issues, including: abstract data types, the linear table and its applications
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:38.93kb
    • 提供者:李翔
  1. code

    0下载:
  2.   Mark Allen Weiss   1987年在普林斯顿大学获得计算机科学博士学位,师从著名算法大师Robert Sedgewick,现任美国佛罗里达国际大学计算与信息科学学院教授.他曾经担任全美AP(Advanced Placement)考试计算机学科委员会的主席(2000-2004).他的主要研究方向是数据结构,算法,和教育学.- In this second edition of his successful book, experienced teacher and autho
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:64.95kb
    • 提供者:narsu
  1. treeoperation

    0下载:
  2. 树的最重要的作用之一是用以实现各种各样的抽象数据类型。与表的情形相同,定义在树上的操作也是多种多样的。在这里我们只考虑作为抽象数据类型的树的几种典型操作。 -The role of the tree is one of the most important to achieve a wide variety of abstract data types. The situation is the same with the table, the operation is defined in
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2.02kb
    • 提供者:zf
  1. string

    0下载:
  2. 程序设计任务: 用堆分配存储表示实现Hstring串类型的最小操作子集的基础上,实现串抽象数据类型的其余基本操作(不使用C语言本身提供的串函数)。参数合法性检查必须严格。 程序所能达到的功能:一个命令解释程序,循环往复地处理用户键入的每一条命令,直至终止程序的命令为止。 -Programming tasks: With pile distribution of memory says achieving Hstring string types of minimum operat
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:104.76kb
    • 提供者:Andy
  1. Array

    0下载:
  2. 在vc6.0环境下,实现抽象数据类型数组,完整源代码-In vc6.0 environment, to achieve an array of abstract data types, complete source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:161.08kb
    • 提供者:plum
  1. List

    0下载:
  2. 链表的建立、操作与使用,对链表的结构进行了详细的描述,数据类型定义,以及抽象数据类型的定义进行了说明-List of the establishment, operation and use of the structure on the list are described in detail, data type definitions, and the definition of abstract data types are described
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:194.34kb
    • 提供者:文哥
  1. List1

    0下载:
  2. 链表的建立、操作与使用,对链表的结构进行了详细的描述,抽象数据类型的定义进行了说明-List of the establishment, operation and use of the structure on the list are described in detail, the definition of abstract data types are described
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:165.37kb
    • 提供者:文哥
  1. List2

    0下载:
  2. 链表的建立、操作与使用,对链表的结构进行了详细的描述,数据类型定义,以及抽象数据类型的定义进行了说明,对链表的一位操作进行了说明-List of the establishment, operation and use of the structure on the list are described in detail, data type definitions, and the definition of abstract data types are described on the
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:183.03kb
    • 提供者:文哥
  1. zx

    0下载:
  2. 抽象数据类型的定义(包括数据结构的描述和每个基本操作的功能说明),各个主要模块的算法-The definition of abstract data types (including a descr iption of the data structure and basic operation of each function descr iption), each of the major modules of the algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:136.63kb
    • 提供者:周枭
  1. Complex-arithmetic

    0下载:
  2. 一个可进行复数运算的演示程序,实现抽象数据类型—复数,及构造复数,并实现复数求和、求差、求积、复数显示等操作。-Complex operations can be a demonstration program, implementing abstract data types- complex, and complex structure, and implement complex sum, difference, quadrature, plural display operating.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:696byte
    • 提供者:
  1. migong-

    0下载:
  2. 用vc++来实现抽象数据类型,编写一个迷宫小游戏,欢迎大家来下载,给点建议,然后进一步改造,使功能更完善-With an abstract data type, write a maze little game with vc++ to realize the abstract data types, write a maze small game, welcome to download, give some advice, and then further transform, make f
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:283.08kb
    • 提供者:赵荣钢
« 12 »
搜珍网 www.dssz.com