调用 meaning in Chinese
transfer (officer) temporarily for a specific task; [计算机] call; invoking
◇调用程序 caller; calling programme; 调用地址 call address; 调用分程序 invoking block; 调用入口 call entry; 调用数 call number; 调用位置 calling station; 调用序列 calling sequence; 调用语句 call statement; 调用指令 call instructions; 调用字 call word
Examples
- The syntax analyzer calls the scanner when it needs a new symbol .
当语法分析程序需要新符号时,它就调用扫描过程。 - When no more storage is available, the system invokes a garbage collector .
当没有可用的存贮时,系统就调用无用单元收集程序。 - For each reference to a formal parameter in the body of the procedure, a call of this thunk appears .
程序体中每当引用形式参数时,就调用形实替换程序。 - When a procedure in any language is called, a list of addresses of the argument is passed to it .
当调用任一语言中的过程时,总是把变元的地址表传给过程。 - The use of a call by name parameter implies a textual substitution of the formal parameter name by the actual parameter .
使用名字调用时,包含有用参数对形式参数进行原文替换的意思。