English-001

English-001

1、alliance [ə'laiəns] n   结盟, 联盟
break up an alliance 结束同盟关系

2、preface to the first edition
['prefis] n 序言

3、content ['kɔntent] n 目录

4、Object-oriented programming OOP
orient ['ɔ:riənt] vi 使朝向; 使确定位置

5、have experience in a procedural programming language
[prə'si:dʒərəl] adj 过程式的、过程化的

6、the CD ROM, bound in the back of this book
[baund] adj 束缚

7、a solid overview of OOP
solid adj 可靠的

8、All programming languages provide abstractions
abstraction [æb'strækʃən] n 抽象

9、Assembly language is a small abstraction of the underlying machine
Assembly language [ə'sembli] n 汇编语言
underlying ['ʌndə'laiiŋ] adj 基础的

10、the programmer is not constrained to any particular type of problem
constrain [kən'strein] vi 约束

11、In theory ['θiəri] n 理论上

12、Each programming language has its own means of manipulating data
manipulate [mə'nipjuleit] vt 熟练使用

13、syntax ['sintæks] n 句法

14、You might imagine this scene as a television (the object) with your remote control (the reference).

15、always to initialize a reference when you create it
    initialization for objects [i'niʃəlai'zeiʃən] n 初始化

16、registers are inside the processor

17、the number of registers is severely limited, so registers are allocated by the compiler according to its needs
severely [si'viəli] adj 严格的
allocate ['æləkeit] vt 分配
register

18、The stack lives in the general random-access memory (RAM) area

19、This is an extremely fast and efficient way to allocate storage, second only to registers.
stack

20、the compiler doesn’t need to know how much storage it needs to allocate from the heap or how long that storage must stay on the heap.
heap

21、Static storage contains data that is available for the entire time a program is running
Static storage

22、Constant storage

23、Non-RAM storage
    The two primary examples of this are streamed objects and persistent objects

你可能感兴趣的:(oop,Access,UP,D语言)