青年中文青年中文

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.