The syntax analyzer calls the scanner when it needs a new symbol . 当语法分析程序需要新符号时,它就调用扫描过程。
2.
When no more storage is available, the system invokes a garbage collector . 当没有可用的存贮时,系统就调用无用单元收集程序。
3.
For each reference to a formal parameter in the body of the procedure, a call of this thunk appears . 程序体中每当引用形式参数时,就调用形实替换程序。
4.
When a procedure in any language is called, a list of addresses of the argument is passed to it . 当调用任一语言中的过程时,总是把变元的地址表传给过程。
5.
The use of a call by name parameter implies a textual substitution of the formal parameter name by the actual parameter . 使用名字调用时,包含有用参数对形式参数进行原文替换的意思。
6.
Usually input/output operations must be carried out through special procedure calls, rather than by standard language statements . 其输入输出操作常常必须通过特殊的过程调用来完成,而不是通过标准语言的语句来完成。
7.
It provides the best overall invocation performance 它提供最佳的整体调用性能。
8.
Flags describing the context of the invoke call 描述invoke调用的上下文的标志。
9.
To dispose of the object s resources , and then calls 来释放对象的资源,然后调用
10.
If the process has a main window , you can call 如果该进程有主窗口,则可以先调用