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

搜索资源列表

  1. 抽象数据类型实现

    0下载:
  2. 二叉树抽象数据类型的实现 问题说明:数据结构来实现二叉树具体函数功能的实现; 以及相关操作。-binary tree abstract data types realization : data structures to achieve specific function in a binary tree the realization; , and related operations.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2.92kb
    • 提供者:张君
  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. CoreJava

    0下载:
  2. 一、Java概况介绍 二、基本数据类型,控制语句 三、Java中的类,方法,属性 四、封装,继承,多态 五、修饰符,一些简单的设计模式 六、接口,抽象类,类的类型,异常 七、集合 八、java中的图形界面 九、多线程及线程间通信 十、I/o流,网路知识,及socket编程。 -One, Java sheets Second, the basic data types, control statements III, Java classes, methods,
  3. 所属分类:IT Hero

    • 发布日期:2017-04-06
    • 文件大小:366.65kb
    • 提供者:蒋中华
  1. Binarytreedemoprogram

    0下载:
  2. 本程序设计实现抽象数据类型二叉树的演示程序-Design and Implementation of the program abstract data types binary tree demo program
  3. 所属分类:File Formats

    • 发布日期:2017-04-01
    • 文件大小:1.79kb
    • 提供者:rambo
  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. Visual-CPP

    0下载:
  2. VISUAL C++使用编程,具体的事例让你更加轻松了解C++的编程,RAR解压就行了-C++ is an efficient and practical programming language, it can process change program design, can also be carried out in the face of the object program design, and easier to learn than C (such as I/O flow,
  3. 所属分类:software engineering

    • 发布日期:2017-11-14
    • 文件大小:14.32mb
    • 提供者:蒋宏
  1. 1

    0下载:
  2. Abstract-The paper introduces a statistical channel model which is a combination of Rice and lognormal statistics, and is suitable in principle to all types of environment (rural, suburban, urban) simply by tuning the model parameters. The mode
  3. 所属分类:File Formats

    • 发布日期:2017-12-03
    • 文件大小:390.61kb
    • 提供者:章清
  1. for-java

    0下载:
  2. 第六章 模块化设计 目录 6.1 模块化:内聚性与耦合性 6.2 信息隐蔽 6.3 建立模块的理由 6.4 任何语言中实现模块 6.5 小结 相关章节 高质量子程序的特点:见第5章 高层次设计:见第7章 抽象数据类型:见第12.3节 -Chapter Contents 6.1 Modular Modular design: cohesion and cou
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:36.24kb
    • 提供者:王念囡
  1. 程序设计方法

    0下载:
  2. 《程序设计方法》的主要内容包括程序设计方法概论、C语言基本要素、C中的控制结构、结构化程序设计方法、C语言中的组合数据类型、基于功能抽象的程序设计方法、抽象数据类型、基于分划和递推的程序设计方法、面向对象程序设计等。("Program design method" the main contents include introduction to C language program design method, basic elements, C control struc
  3. 所属分类:文章/文档

    • 发布日期:2017-12-11
    • 文件大小:10.75mb
    • 提供者:323323123
  1. U201514766

    0下载:
  2. 基于查找表的单词检索软件,设计与实现静态查找表、基于二叉排序树的动态查找表及HASH表等三种中的任意两种查找表结构及其抽象数据类型;以一本英文电子书(如英文小说,科普读物或圣经之类的社会书籍,书的篇幅不少于2万次单词)作为单词文本数据来源,使用上述查找表ADT,通过读取电子书而建立对应的两种查找表,以单词作为关键字,单词在书籍中出现的次数及每次出现的页码,行号等信息作为查找表数据元素属性;通过理论与实际测试结果对比分析两种查找表性能。(The design and implementation
  3. 所属分类:软件工程

    • 发布日期:2018-01-07
    • 文件大小:14.1mb
    • 提供者:aliiiim
  1. C和指针课后习题答案

    0下载:
  2. 本书书写了C和指针的课后习题答案,供大家参考。 Pointers On C Instructor’s Guide Chapter 1 A Quick Start Chapter 2 Basic Concepts Chapter 3 Data Chapter 4 Statements Chapter 5 Operators and Expressions Chapter 6 Pointers Chapter 7 Functions Chapter 8 Arrays
  3. 所属分类:编程文档

    • 发布日期:2023-03-31
    • 文件大小:222.73kb
    • 提供者:AHappyEngineer
搜珍网 www.dssz.com