abstract data type信息详情

abstract data type发音

意思翻译

[计]抽象数据类型

相似词语短语

abstract───adj.纯理论的;抽象的;抽象派的;n.摘要;抽象;抽象的概念;抽象派艺术作品;v.摘要;提取;抽象化;退出;转移;使心不在焉

abstract reasoning───抽象推理

abstract deed───抽象契约

abstract art───n.抽象派,抽象主义;n.抽象派;抽象主义

type───vi.打字;vt.打字;测定(血等)类型;n.类型,品种;模范;样式;n.(Type)人名;(英)泰普

data───n.(Data)(日)驮太(姓);(印、葡)达塔(人名);n.数据;资料

graphical abstract───图解摘要

abstract concept───抽象概念

type in───打入,输入;在已打好的材料上加入; 输入(在网上)

双语使用场景

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.───我遇到以下的定义一个抽象数据类型的,我无法理解。

An abstract data type is the realization of a data type as a software component.───抽象数据类型是指数据结构作为一个软件组件的实现。

Our specification is about a single abstract data type STACK, describing stacks of objects of an arbitrary type G.───我们的规格是关于一个单一的抽象数据类型STACK,它描述了一个任意G类型对象的栈。

The choice of the data structure often begins from the choice of an abstract data type.───该数据结构的选择往往开始从一个抽象数据类型的选择。

Here we only consider the tree as an abstract data type of several typical operations.───在这里我们只考虑作为抽象数据类型的树的几种典型操作。

An abstract data type treats the data (state) and operations on that state as a single unit.───抽象数据类型将数据(即状态)和作用于状态的操作视为一个单元。

英语使用场景

An abstract data type treats the data (state) and operations on that state as a single unit.

A service is like an abstract data type or an object in an object-oriented language.

A semaphore is a protected variable or abstract data type which constitutes the method for restricting the number of threads access to shared resources.

For example, one could define an abstract data type called lookup table which uniquely associates keys with values, and in which values may be retrieved by specifying their corresponding keys.

So far a class, an abstract data type, and a set of possible values together with operations, i. e. , a data type, are pretty much the same.

Static search set is an abstract data type with the operations initialize, insert, and retrieve.

Our specification is about a single abstract data type STACK, describing stacks of objects of an arbitrary type G.

In computer science, a smart pointer is an abstract data type that simulates a pointer while providing additional features, such as automatic garbage collection or bounds checking.

With an abstract data type we cleanly separate the programming tasks of implementation and usage: we are well on our way to decompose a large system into smaller modules.