CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - Abstract Data Types

搜索资源列表

  1. debug-java

    0下载:
  2. 一个简单的编译器的实现程序,他展示了大量的数据类型和抽象数据类型,以及对字符串进行解析的技术-a simple compiler in procedures, he showed a lot of data types and abstract data types, and the right strings in the technical analysis
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:6.98kb
    • 提供者:冯杰
  1. binarysearchtree.rar

    0下载:
  2. 动态查找表的设计与实现: 实现抽象数据类型:二叉查找树。 实现下列操作:构造空表、销毁表、搜索指定关键字的元素、插入新元素、删除指定关键字的元素、遍历表中所有元素。,Dynamic Look-Up Table Design and Implementation: To achieve the abstract data types: Binary Search Tree. To achieve the following: Construction empty tables, the des
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:9.16kb
    • 提供者:hello
  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. Newtree

    0下载:
  2. 以二叉链表为存储结构,建立二叉树、先序遍历二叉树、求二叉树节点总数、叶子数、树高度的算法。队列抽象数据类型的顺序、链式表示与实现,并可对上面建立的二叉树按层次遍历。-List in Binary for the storage structure, the establishment of binary tree, the first tree traversal, and the total number of tree nodes, the number of leaves, tree he
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:24.22kb
    • 提供者:韩非
  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. Calculation

    0下载:
  2. 1、由于计算的的是大数且计算机表示的整数大小有限,顾考虑用抽象数据类型实现。 2、每个节点存储整数,位数最大为三位。 3、能从键盘上输入要计算的数,从终端输出结果。 4、测试数据为20以上的整数,如1000,5000 等 -1, as a result of the calculation is that large numbers of computers and that the limited size of the integer, Gu consider the rea
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:1.11kb
    • 提供者:maike
  1. polyn

    0下载:
  2. 多项式运算器。用抽象数据类型实现,可进行多项式的加减乘等运算。-Polynomial calculator. T realized by the Abstract Data Types. can be carried out by addition and subtraction of polynomials, such as computing.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:3.57kb
    • 提供者:萧月
  1. 2

    1下载:
  2. 根据二叉树的抽象数据类型的定义,使用二叉链表实现一个二叉树。 二叉树的基本功能: 1、二叉树的建立 2、前序遍历二叉树 3、中序遍历二叉树 4、后序遍历二叉树 5、按层序遍历二叉树 6、求二叉树的深度 7、求指定结点到根的路径 8、二叉树的销毁 9、其他:自定义操作-According to a binary tree definition of abstract data types, use two forks to achieve a binary
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:920.47kb
    • 提供者:殷琪
  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. ^-_Seriali173031472004

    0下载:
  2. ^- Serialize abstract data types -^ Terms of Agreement: By using this code, you agree to the following terms... 1) You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for language
  3. 所属分类:Home Personal application

    • 发布日期:2017-04-02
    • 文件大小:19.34kb
    • 提供者:Behrad Niazmand
  1. libscl-1.0.2

    0下载:
  2. This a Small Container Library, SCL. If you are not sure what a container is, then ignore the word container in this file and you ll probably understand everything. This library provides hash tables, list, queue, stack, symbol, balanced b
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:191.41kb
    • 提供者:GV
  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. turtle

    0下载:
  2. 设计并实现海龟抽象数据类型Turtle,并以此为基础设计一个演示海龟作图的程序。 〔基本要求〕 (1)设置海龟类型的基本操作为: procedure StartTurtleGraphlcs ; {显示作图窗口,并在窗口内写出本人的姓名、上机号和实验题号。} procedure StartTurtle; {令海龟处于作图的初始状态。即显示作图窗口,并将海龟定位在窗口正中;} {置画笔状态为落笔、龟头朝向为0度(正东方向)。} -Design and
  3. 所属分类:Database system

    • 发布日期:2017-03-27
    • 文件大小:993byte
    • 提供者:卓卓
  1. experiment-of-data-structure

    0下载:
  2. 以链式存储结构实现一个线性表的抽象数据类型,并实现线性表的初始化、查找、插入、删除和就地逆置等操作,要求具有较好的人机交互处理过程。-In order to achieve a linear chain store structure table abstract data types, and to achieve a linear table is initialized, search, insert, delete, and set in place the inverse operat
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-06
    • 文件大小:4.86kb
    • 提供者:刘云
« 12 3 4 »
搜珍网 www.dssz.com