What is the translation of " COMPILE-TIME " in Chinese? S

Examples of using Compile-time in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Compile-time bugs, for example, can be detected early on;
例如,编译时bug可以在早期被检测到;.
Otherwise, a and b are incompatible, and a compile-time error occurs.
否则,a和b不兼容,并发生编译时错误。
Rather, it reports a compile-time error that case"a": does not contain any executable statements.
相反它会导致一个编译时错误case“a”:没有包含任何可执行语句。
Using the slice version of first_word will throw a compile-time error:.
使用slice版本的first_word会抛出一个编译时错误:.
Many feel that compile-time enforcement of interface specifications help in the construction of large programs.
许多人认为接口规范的编译时强制执行有助于构建大型程序。
So whether you have the same method or different,there will be compile-time error now.
所以无论你有相同的方法还是不同的,现在会有编译时错误。
These steps either result in a compile-time error, or determine a constructor on T that can be invoked at run-time.
这些步骤或是会产生一个编译时错误,或是确定一个可以在运行时调用的T的构造函数。
Let's try to create a dangling reference,which Rust will prevent with a compile-time error:.
让我们尝试创建一个悬垂引用,Rust会通过一个编译时错误来避免:.
Unfortunately that isn't possible at compile-time because the actual type of the b variable can change as the program runs.
不幸的是这个在编译时不可能,因为b的世纪类型可以随着程序运行而改变。
Since two members declared in the same class cannot have the same name,the example causes a compile-time error to occur.
由于在同一个类中声明的两个成员不能同名,此示例将导致发生一个编译时错误。
Generally speaking, dynamic languages don't perform compile-time type checks and identify the type of objects at run time only.
一般而言,动态语言不执行编译时类型检查,仅在运行时识别对象的类型。
The type of each operand of the unsigned right shift operatormust be an integer data type, or a compile-time error occurs.
无符号右移运算符的每个操作数的类型必须是整数数据类型,否则会发生编译时错误。
In a checked context, an overflow produces a compile-time error or causes an OverflowException to be thrown.
在一段checked上下文中,一个溢出产生一个编译时错误或者引起扔出一个OverflowException。
Since two members declared in the same class cannot have the same name,the example causes a compile-time error to occur.
由于在一个相同的类中声明的两个成员不能有相同的名称,这个例子会产生一个编译时错误。
If you remove the leading comment symbol, a compile-time error will occur, because y is not visible outside of its block.
如果你将该行前面的注释符号去掉,编译程序时就会出现错误,因为变量y在它的程序块之外是不可见的。
Generics- An enhancement to the type system that supportsoperations on objects of various types while providing compile-time type safety.
泛型--对类型系统的增强,支持对各种类型对象的操作,同时提供编译时类型安全性。
H ANSI C Contains environmental parameters, information about compile-time limitations, and ranges of integral quantities.
H包含各环境参数、编译时间限制、数的范围等信息。
Since the compile-time error is better than a runtime error, Java will give compile-time errors if you extend two classes.
因为编译时错误比运行时错误好,如果你继承2个类,则java渲染编译时错误。
You can specify your compiler, pre-processor definitions, compile-time options, language standards(e.g., C++11), and much more.
您可以指定编译器、预处理程序定义、编译时选项、语言标准(例如,C++11)等等。
If, after conversion to std::size_t, the first dimension is a core constant expression,the program is ill-formed(a compile-time error is issued);
若在转换到std::size_t后,第一维是核心常量表达式,则程序为病态(发布编译时错误);.
For constant expressions(expressions that can be fully evaluated at compile-time), the default overflow checking context is always checked.
对于常数表达式(可以完全在编译时求值的表达式),默认的溢出检查文字总是checked。
Aside from the compilation model, there are several other aspects of Rust's language design andcompiler implementation that affect compile-time performance.
除了编译模型外,Rust的语言设计和编译器实现的其他几个方面也影响了编译时性能。
For instance, in the example above, the final"print$y" would cause a compile-time error and prevent you from running the program.
比如,在上面的例子中,最后的print$y将引发一个编译时错误并阻止程序运行。
This long-awaited enhancement to the type system allows a type ormethod to operate on objects of various types while providing compile-time type safety.
这个长期等待的类型系统增强使得类型或方法可以在各种类型的对象上操作,同时提供编译时类型安全。
In addition to including bug fixes and improvements to compile-time performance, the new version will further advance work on Application Binary Interface(ABI) stability.
新版本除了bug修复和编译性能方面的改进,还会继续增强ApplicationBinaryInterface(ABI)稳定性。
JSX is a big advantage for development, because you have everything in one place,and code completion and compile-time checks work better.
JSX对于开发来说是一个很大的优势,因为代码写在同一个地方,可以在代码完成和编译时更好地检查工作成果。
Unfortunately, on some systems,Apache will detect the presence of sendfile at compile-time, even when it does not work properly.
不幸的是,在某些系统上,Apache会在编译时检测sendfile的存在,即使它不能正常工作。
The chapter also shows how the meaning of const varies when used inside and outside of classes andhow to create compile-time constants inside classes.
本章还说明const的含义在类的内部和外部有何不同,以及如何在类的内部创建编译时常量。
Inheritance, which is described next,does not have this flexibility since the compiler must place compile-time restrictions on classes created with inheritance.
下面将要讨论的继承并不具备这样的灵活性,因为编译器必须对通过继承而创建的类施加编译时的限制。
Tab expansions are equivalent to IntelliSense for C but, unlike IntelliSense,which is based on compile-time information, tab expansions can be populated at run time.
Tab扩展等同于C的IntelliSense,但与基于编译时信息的IntelliSense不同,您可以在运行时填充Tab扩展。
Results: 66, Time: 0.0258
S

Synonyms for Compile-time

Top dictionary queries

English - Chinese