您要查找的是不是:
- Extraction of abstract data from XML files. 提取的抽象数据从XML文件。
- The basis is the notion of abstract data type. 主要要素是抽象数据类型的概念。
- Abstract data types offer great flexibility to the programmer. +抽象数据类型给了程序员巨大的灵活性。
- Let me bracket XML for a few moments by talking about abstract data models. 我先将XML搁置一边来讨论一些抽象的数据模型。
- They typically fall short when used to examine arbitrary or abstract data presented in more than two dimensions. 当用于检查超出二维表达的任意或者抽象数据方面时,就存在不足。
- An abstract data type treats the data (state) and operations on that state as a single unit. 抽象数据类型将数据(即状态)和作用于状态的操作视为一个单元。
- A file is an abstract data type defined and implemented by the operating system. 文件是操作系统定义和实现的抽象数据类型。
- A kind of new principal method for programming design is Abstract Data Type (ADT). 抽象数据类型是一种新的、重要的程序设计方法,是程序设计自动化的重要手段。
- An Abstract Data Type (ADT) is an encapsulation of a data structure with its relative operation set. 抽象数据类型(ADT_s)是一个数据结构及其相关操作集的封装。
- The abstract data model(ADT) of spatial data,vector and raster,is defined firstly based on basic types. 首先基于基本类型派生定义矢量和栅格抽象数据类型,在此基础上定义时空数据类型为一系列空间类型的时间片序列。
- Abstract data types satisfy the good programming principles of information hiding and divide and conquer. +抽象数据类型符合了信息隐藏以及分而治之的良好编程原则。
- Our specification is about a single abstract data type STACK, describing stacks of objects of an arbitrary type G. 我们的规格是关于一个单一的抽象数据类型STACK,它描述了一个任意G类型对象的栈。
- Abstract data types are fundamental to both object-oriented and generic programming. 抽象数据类型是面向对象编程和泛型编程的基础。
- You have discovered the theory behind the object-oriented approach: abstract data types. 您已经发现了支持面向对象方法的理论:抽象数据类型。
- Either party can construct and/or destroy an abstract data buffer by calling predefined API functions. 各方都能通过调用预定义的 API 函数来构造和/或销毁数据缓冲区。
- The bibliographical references to this chapter point to more advanced literature on abstract data types. 本章的参考书目列出了更高阶的抽象数据类型文献。
- The object-oriented approach will give us a much more precise guideline thanks to the theory of abstract data types. 由于抽象的数据类型理论;面向对象的方式将会给我们一个更加精确的引导.
- GIS may turn the obscure and abstract data forms into distinct and concise colorful maps. It helps specialists make strategic decisions. gis可以将晦涩抽象的数据表格变为清晰简明的彩色地图,帮助专业人员进行决策;
- An abstract data type is just a contiguous chunk of data associated with an address point to it, cast it about, pick it apart, and move on swiftly. 抽象数据类型只是与地址相关联的连续数据块指向它,对它进行强制转换,对它进行解析,然后快速向前推进。
- The abstract data types of Haskell in many ways provide a more straightforward route to enforcing validity than do OOP attribute restrictions. 与OOP属性限制相比,Haskell的抽象数据类型在很多方面提供更简单的方法来实施有效性。