What is the translation of " DATA ABSTRACTION " in Chinese?

['deitə əb'strækʃn]
['deitə əb'strækʃn]
数据抽象
资料抽象化

Examples of using Data abstraction in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Data abstraction has two important advantages:.
数据抽象有两个重要的优势:.
This technique for program construction is often called data abstraction.
这种程序构造技术通常被称为数据抽象
Data abstraction was conducted in duplicate by independent investigators.
数据抽象是在重复进行独立调查员。
As we move through different levels of abstraction,we work to create procedural and data abstractions.
当我们在不同抽象级间移动时,我们力图创建过程抽象和数据抽象
We support data abstraction; and we support object-oriented programming.
C++支持数据抽象以及面向对象思想。
These higher-level styles of programming are often called data abstraction, object-oriented programming, and generic programming.
这些面向高层次的程序设计风格通常被描述为数据抽象、面向对象程序设计以及范型程序设计。
Data abstraction is a programming(design) technique that relies on the separation of interfaces and implementations.
数据抽象是一种依赖于接口和实现分离的编程(设计)技术。
Ada was designed to emphasize reliability, data abstraction, information hiding, and other key elements of modern systems design.
Ada是一种高级语言,强调数据抽象、信息隐藏,以及现代设计策略中的其他关键元素。
Data abstraction is a programming(and design) technique that relies on the separation of interface and implementation.
数据抽象是一种依赖于接口和实现分离的编程(和设计)技术。
Ada is a high-level language that emphasizes data abstraction, information hiding, and other key elements of modern design strategies.
Ada是一种高级语言,强调数据抽象、信息隐藏,以及现代设计策略中的其他关键元素。
Any C++ program where you implement a class with public andprivate members is an example of data encapsulation and data abstraction.
实现一个类的公共和私有成员的任何D程序是数据封装和数据抽象的例子。
You will learn the four ways to do data abstraction and discuss the trade-offs between objects and abstract data types.
你将会学习用4种方法进行数据抽象化,并且讨论对象数据和抽象数据的权衡问题。
Any C++ program where you implement a class with public andprivate members is an example of data encapsulation and data abstraction.
在C++程序中,如果实现类的私有和公共成员,那么它是一个数据抽象的例子。
Next, we emphasize data abstraction, where we define abstract data types(ADTs) in the service of modular programming.
接下来我们重点是数据抽象并定义抽象数据类型(ADT)以进行模块化编程。
The language, CLU(short for"cluster"),relied on an approach she invented- data abstraction- that organized code into modules.
这一名为CLU(“cluster”的缩写)的语言依赖于她发明的一种方法--数据抽象--将代码组织成模块。
I use a lot of simple data abstraction(classes without inheritance) and generic programming(templates and algorithms parameterized on types).
我大量使用了简单的数据抽象(没有继承关系的类)和泛型编程(模板和参数化类型的算法)。
In a C++ program, any class with both public andprivate members can be used as an Example of data encapsulation and data abstraction.
任何一个实现有公有和私有成员的类的C++程序都是一个数据封装和数据抽象的例子。
Data abstraction allows you to create new types from scratch, but with composition and inheritance, you can create new types from existing types.
数据抽象使你可以从无到有的创建出新的类型,而用组合和继承,则可以利用已有的类型来创建新类型。
Any C++ program where you implement a class with public andprivate members is an example of data encapsulation and data abstraction.
数据封装的实例C++程序中,任何带有公有和私有成员的类都可以作为数据封装和数据抽象的实例。
The basic idea of data abstraction is to structure the programs that are to use compound data objects so that they operate on"abstract data.".
数据抽象的基本思想,就是设法构造出一些使用复合数据对象的程序,使它们就像是在“抽象数据”上操作一样。
In a C++ program, any class with both public andprivate members can be used as an Example of data encapsulation and data abstraction.
数据封装的实例C++程序中,任何带有公有和私有成员的类都可以作为数据封装和数据抽象的实例。
It shows how different styleslet C++ be used for simple data abstraction, full-fledged abstract data type implementation, and various styles of object-oriented programming.
本书展示了如何把C++语言的不同风格用于简单的数据抽象、“羽毛丰满”的抽象数据类型的实现以及面向对象程序设计。
The C++ interfaces are implemented using abstract classes andthese abstract classes should not be confused with data abstraction which is a concept of keeping.
C++接口使用抽象类来实现并且这些抽象类不应与数据抽象这是保持实现细节分离相关的数据的概念混淆。
Spark SQL is acomponent on top of Spark Core that introduced a data abstraction called DataFrames,[a] which provides support for structured and semi-structured data..
SparkSQL是SparkCore之上的一个组件,它引入了一个称为SchemaRDD的新数据抽象,它为结构化和半结构化数据提供支持。
It provides a data abstraction layer for computation frameworks, enabling applications to connect to numerous storage systems through a common interface. The software is published under the Apache License.
Alluxio位之间的计算和储存中的大数据分析堆。它提供了数据的抽象层计算框架,能够使用连接到许多存储系统通过一个共同的接口。该软件发布在阿帕奇的许可证.
We have also studied techniques for organizing large programs,such as functional abstraction, data abstraction, class inheritance, and generic functions.
我们已经学到了组织大型程序的技巧,例如函数抽象,数据抽象,类的继承,以及泛用函数。
C++ is designed to directly andcomprehensively support multiple programming styles(procedural programming, data abstraction, object-oriented programming, and generic programming).
C++设计成直接的和广泛的支持多种程序设计风格(过程化程序设计、数据抽象、面向对象编程、泛型程序设计)。
C++ is designed to directly andcomprehensively support multiple programming styles(procedural programming, data abstraction, object-oriented programming, and generic programming).
C++设计直接的和广泛的支持多种程序设计风格(程序化程序设计、资料抽象化、面向对象程序设计、泛型程序设计)。
C++ is designed to directly andcomprehensively support multiple programming styles(procedural programming, data abstraction, object-oriented programming, and generic programming).
C++设计成直接的和广泛的支援多种程序设计风格(程序化程序设计、资料抽象化、面向对象程序设计、泛型程序设计)。
C++ is designed to directly andcomprehensively support multiple programming styles(procedural programming, data abstraction, object-oriented programming, and generic programming).
C++设计成直接的和广泛的支持多种程序设计风格(程序化程序设计、资料抽象化、面向对象程序设计、泛型程序设计)。
Results: 153, Time: 0.0261

Word-for-word translation

Top dictionary queries

English - Chinese