| 1. | Abstract data types offer great flexibility to the programmer 抽象数据类型给了程序员巨大的灵活性。 |
| 2. | The c - language conception of a struct is that of an abstract data type 在c语言中,结构的概念是一个抽象数据类型。 |
| 3. | Abstract data type 抽象数据类型 |
| 4. | Abstract data types satisfy the good programming principles of information hiding and divide and conquer 抽象数据类型给程序员提供了极大的机动性。 |
| 5. | Abstract data types satisfy the good programming principles of information hiding and divide and conquer 抽象数据类型满足了良好的编程原则对于信息隐藏以及“分而治之”方式的需求。 |
| 6. | The abstract data types of haskell in many ways provide a more straightforward route to enforcing validity than do oop attribute restrictions 与oop属性限制相比, haskell的抽象数据类型在很多方面提供更简单的方法来实施有效性。 |
| 7. | For an abstract data type we completely hide all implementation details , such as the representation of data items , from the application code 对于一个抽象数据结构来说,我们完全隐藏了其所有的实现细节,比如数据项的表示方法等等。 |
| 8. | 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 到现在为止,一个抽象数据类型,一些可能的值及其的一些操作,例如一个的数据类型已经更加相似于一个类了。 |
| 9. | 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 抽象数据类型只是与地址相关联的连续数据块指向它,对它进行强制转换,对它进行解析,然后快速向前推进。 |
| 10. | The theory of abstract data types will provide the key to this problem , by allowing programs to access data by external properties rather than physical implementation 抽象数据类型的理论将会提供这个问题的答案,既允许程序用外部特性而非物理实现来存取数据 |