搜索资源列表
-
0下载:
二叉树抽象数据类型的实现
问题说明:数据结构来实现二叉树具体函数功能的实现;
以及相关操作。-binary tree abstract data types realization : data structures to achieve specific function in a binary tree the realization; , and related operations.
-
-
1下载:
Goedel语言是一种说明性逻辑程序设计语言。该语言基于一阶逻辑,引入了一个多态多类的类型系统和多种新的语言成分,支持抽象数据类型和模块化程序设计等技术,语言本身也具有很强的说明性语义。详细介绍了Goedel语言的类型系统及其构造,对在逻辑程序设计语言中引入类型系统的作用进行了一些深入的分析和讨论。[-Goedel descr iptive language is a logic programming language. Based on the language of the first o
-
-
0下载:
一、Java概况介绍
二、基本数据类型,控制语句
三、Java中的类,方法,属性
四、封装,继承,多态
五、修饰符,一些简单的设计模式
六、接口,抽象类,类的类型,异常
七、集合
八、java中的图形界面
九、多线程及线程间通信
十、I/o流,网路知识,及socket编程。 -One, Java sheets Second, the basic data types, control statements III, Java classes, methods,
-
-
0下载:
本程序设计实现抽象数据类型二叉树的演示程序-Design and Implementation of the program abstract data types binary tree demo program
-
-
0下载:
从抽象数据类型的角度讨论各种基本类型的数据结构和应用,讨论查找和排序的各种实现方法及综合分析比较-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
-
-
0下载:
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,
-
-
0下载:
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
-
-
0下载:
第六章 模块化设计
目录
6.1 模块化:内聚性与耦合性
6.2 信息隐蔽
6.3 建立模块的理由
6.4 任何语言中实现模块
6.5 小结
相关章节
高质量子程序的特点:见第5章
高层次设计:见第7章
抽象数据类型:见第12.3节
-Chapter Contents 6.1 Modular Modular design: cohesion and cou
-
-
0下载:
《程序设计方法》的主要内容包括程序设计方法概论、C语言基本要素、C中的控制结构、结构化程序设计方法、C语言中的组合数据类型、基于功能抽象的程序设计方法、抽象数据类型、基于分划和递推的程序设计方法、面向对象程序设计等。("Program design method" the main contents include introduction to C language program design method, basic elements, C control struc
-
-
0下载:
基于查找表的单词检索软件,设计与实现静态查找表、基于二叉排序树的动态查找表及HASH表等三种中的任意两种查找表结构及其抽象数据类型;以一本英文电子书(如英文小说,科普读物或圣经之类的社会书籍,书的篇幅不少于2万次单词)作为单词文本数据来源,使用上述查找表ADT,通过读取电子书而建立对应的两种查找表,以单词作为关键字,单词在书籍中出现的次数及每次出现的页码,行号等信息作为查找表数据元素属性;通过理论与实际测试结果对比分析两种查找表性能。(The design and implementation
-
-
0下载:
本书书写了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
-