CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - abstract data structure

搜索资源列表

  1. 全国交通咨询系统

    0下载:
  2. 一 题目 全国铁路交通咨询系统 二 需求分析 1.系统配制: 硬件:CPU:P4 1.6G 内存容量 256M 标准输入输出设备 软件:操作系统Windows xp 源程序调试工具VC6.0 可执行文件运行工具 DOS 5.0. 2.该系统有供用户选择的菜单和交互性。 3.建立一个全国铁路交通咨询系统,该系统具备自动查找任意两城市间铁路交通的最短路径和最少花费的功能。 三 设计概要 1.抽象数据类型 本程序运用了关于图这种数据
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:55.6kb
    • 提供者:gang
  1. OP_Intro

    0下载:
  2. 一台完全无软件的计算机系统称为裸机,即便其性能再强,相对于用户来讲,如果要面对计算机的指令集、存储组织、I/O总线结构的编程则是十分困难的。对于一般程序员也并不想涉足硬件编程的种种具体细节,而希望针对数据结构抽象地使用硬件。如果我们在裸机上覆盖一层I/O设备管理软件,用户便可以利用这层I/O设备管理软件提供给用户的接口来进行数据的输入和输出,那么用户此时看到的计算机是一台功能强大、使用方便的计算机,但实际上,计算机的硬件丝毫没有变化,这样的计算机称为软件扩充的机器,或称软件虚拟机。-comple
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:72.93kb
    • 提供者:grant
  1. jiangshangfei

    0下载:
  2. 该程序用于进行多项式的四则运算,其中抽象数据类型主要有栈和结构 -the procedures for conducting the four polynomial operations, which mainly abstract data type and structure of a stack
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.57kb
    • 提供者:江上飞
  1. Javabianchengzhidao

    0下载:
  2. Java程序设计入门 第3章 第一个程序分析 第4章 Java编程结构 第5章 流程控制 第6章 对象、类、包 第7章 数组、字符串 第8章 继承 第9章 多态 第10章 接口与内部类 第11章 抽象 第14章 JDBC及其应用 第15章 数据结构 第16章 封 装 第17章 图形编程初步 第18章 事件模型与事件处理 第19章 SWING组件与布局管理器 第20章 综合实例与分析 附 录
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:186.48kb
    • 提供者:和上
  1. Goedel

    1下载:
  2. Goedel语言是一种说明性逻辑程序设计语言。该语言基于一阶逻辑,引入了一个多态多类的类型系统和多种新的语言成分,支持抽象数据类型和模块化程序设计等技术,语言本身也具有很强的说明性语义。详细介绍了Goedel语言的类型系统及其构造,对在逻辑程序设计语言中引入类型系统的作用进行了一些深入的分析和讨论。[-Goedel descr iptive language is a logic programming language. Based on the language of the first o
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:288.3kb
    • 提供者:gun
  1. SpareMatrix

    0下载:
  2. 稀疏矩阵的抽象数据结构的算法的实现,首先声明一个类,在该类的基础上实现数据的存储与矩阵的转置-sparse matrix of the abstract data structure of the algorithm to achieve and be the first to declare a class, In such on the basis of data storage and matrix transpose
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:18.1kb
    • 提供者:alexchen
  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. Data_Structures_and_Problem_Solving_with_C++

    0下载:
  2. Data Structures and Problem Solving Using C++ provides an introduction to data structures and algorithms from the viewpoint of abstract thinking and problem solving, as well as the use of C++. It is a complete revision of Weiss successful CS2 book Al
  3. 所属分类:software engineering

    • 发布日期:2017-05-09
    • 文件大小:1.47mb
    • 提供者:voirin
  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. tree

    0下载:
  2. 数据结构中抽象数据类型-树的c语言实现(双亲表示法)-Abstract data structure data types- tree c language (parents said Law)
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2.68kb
    • 提供者:李好
  1. ds

    0下载:
  2. 众多数据结构java applet演示程序,将抽象的数据结构算法形象化地表示出来,是学习数据结构的助手,值得大家下载学习-Large number of data structures java applet demo program, the abstract data structure visualization algorithms to be expressed, is an assistant to learn data structures, it is worth downloa
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:26.92kb
    • 提供者:
  1. Data-structure

    0下载:
  2. 从抽象数据类型的角度讨论各种基本类型的数据结构和应用,讨论查找和排序的各种实现方法及综合分析比较-Abstract data types from the perspective of various basic types of data structures and applications, discuss various implementations of search and sorting methods and comprehensive analysis and compari
  3. 所属分类:software engineering

    • 发布日期:2017-05-24
    • 文件大小:7.49mb
    • 提供者:张艳娜
  1. the-big-talk-of-data-structure

    0下载:
  2. 通篇以一种趣味方式来叙述,大量引用了各种各样的生活知识来类比,并充分运用图形语言来体现抽象内容,对数据结构所涉及到的一些经典算法做到逐行分析、多算法比较。-Throughout the narrative in a fun way, a lot of references to simulate a variety of knowledge of life and make full use of graphical abstract language to reflect the conten
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:866.95kb
    • 提供者:李忠忠
  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
    • 提供者:刘云
  1. Data-structure-Flash-animation

    0下载:
  2. 用动画的方式描述数据结构常用算法的过程,将抽象的数据结构过程用动画描述使人一看就明白,是学习数据结构的好资料,里面包含数据结构里面的各种算法的动画演示,比如各种排序法过程的动画演示,各种查找方法的动画演示,二叉树的添加删除操作的动画演示等等。-Way of describing the process by animation algorithm commonly used data structures, abstract data structures described by animat
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:476.2kb
    • 提供者:zhang ming
  1. Linux设备驱动开发详解_宋宝华

    0下载:
  2. Linux设备驱动手册中Linux设备模型是对系统设备组织架构进行抽象的一个数据结构,旨在为设备驱动进行分层、分类、组织。降低设备多样性带来的Linux驱动开发的复杂度,以及设备热拔插处理、电源管理等。(Linux device driver of Linux device model manual is an abstract data structure architecture of system equipment organization, aiming at the device d
  3. 所属分类:Linux/Unix编程

« 12 3 4 5 »
搜珍网 www.dssz.com