大学英语词汇短语释义解析及例句 abstract data type
释义:
abstract data type [计] 抽象数据类型
例句:
The choice of the data structure often begins from the choice of an abstract data type.
所选择的数据结构往往首先从选择一个抽象的数据类型。
Static search set is an abstract data type with the operations initialize, insert, and retrieve.
静态搜索集是一种抽象数据类型,包含的操作包括initialize、insert和retrieve。
I came across the following definition of an 'Abstract Data Type' which I am unable to comprehend.
我遇到以下的定义一个抽象数据类型的,我无法理解。
The goal of this paper is to specify abstract data type and provide its mathematical meaning by using algebra structure;
本文的目的在于利用抽象代数结构来描述抽象数据类型并给出它的数学含义;
After rounded analysis of data structure system, the relationship between data structure and abstract data type is discussed.
讨论了数据结构规范化方法和抽象数据类型的问题。
The abstract data type work of the 1970s can be viewed as a development abstract develop program effort that converted this intuition into a real theory.
“抽象数据类型”便是从对软件开发的感性认识上感性认识开发软件升到理性认识的结果。
On the other hand, it is becoming a new current to discuss data structure from the view of abstract data type and polymorphic data type, and more and more attention has been paid to.
另一方面,从抽象数据类型的观点来讨论数据结构已成为一种新的趋势,越来越被人们所重视。
The content of this course consists of the following four parts: Part One introduces the concept of abstract data type (ADT) and the basic methods for time-space complexity analysis.
课程的主要内容分为以下几个部分:第一部分介绍算法基础和抽象数据结构(ADT) ,以及算法的性能分析和测试;
And the problem is, that we want to build this abstract data type, but we'd like to basically know what kind of object is it, and what functions actually belong to it, how do we use them?
然后我对它们运行了这个方法,就是这一小段代码这个方法,这有意义么?,当然没有了,对不对?,因为你知道,当你把两个极坐标,表示的点进行相加运算的时候?
A synonym for this is an abstract data type.
还有文献资料等等。
What we're really doing, or I shouldn't say what we're really doing, a basic piece of what we're doing, when we talk about classes or objects, is we're doing something that Professor Guttag mentioned, we're defining an abstract data type.
或者我不应该,说我们真正要做的,当我谈到类或者对象的时候,我们在做的基本的东西,如Guttag教授提到的,就是定义一个抽象数据类型,那么这到底是什么意思呢?