以下为句子列表:
英文: A compiler can deduce type and non-type arguments from a call, provided the function argument list uniquely identifies the set of template arguments.
中文: 如果根据函数实参表能够决定一组模板实参,那么编译器就能从一个调用中演绎出类型和非类型实参。
更详细...
英文: A compiler that runs on a different platform than the one for which it produces object code.
中文: 一个运行在不同的平台上的编译器,其中之一能产生目标代码。
更详细...
英文: A compiler translates a programming language to machine language. A machine language consists of primitive operations that a computer can perform directly.
中文: 编译器把程序语言转化成机器语言。机器语言是由计算机可以直接执行的原语操作组成的。
更详细...
英文: A complete scan of the source code by the compiler or assembler.
中文: 由编译程序或汇编程序对源程序代码的一次完整的扫描。
更详细...
英文: A cross-compiler runs on a host computer and produces object code for the target.
中文: 交叉编译器在主机上运行并且产生目标机的目标代码。
更详细...
|