| 释义 |
pass 遍,趟;[通过] 1. One cycle of processing a body of data. 处理数据体的一个周期。 参阅sort pass。 2. A complete cycle, i.e. input, processing, output, of a program execution. 程序执行的一个完整的周期,其中包括输入、处理和输出。 3. A complete scan of the source code by the compiler or assembler. 由编译程序或汇编程序对源程序代码的一次完整的扫描。 |