您要查找的是不是:
- compile time variable 编译时变量
- The default base name is specified at compile time. 编译时已经指定了默认的基本文件名。
- Tag remapping occurs at compile time. 在编译时重新映射标记。
- These are configurable at runtime or compile time. 它们在运行时或者编译时是可配置的。
- If you attempt to use an undeclared variable name, an error occurs at compile time. 试图使用未声明的变量名将发生编译时错误。
- When you do not know at compile time what data type the variable might point to. 当您在编译时不知道变量可能指向哪种数据类型时,请使用。
- In fact static method calls are resolved at compile time. 实际上,静态方法的调用在编译时解决。
- Constants are values which are known at compile time and do not change. 常数是在编译时已知并保持不变的值。
- Keyword tells the compiler not to optimize out sections of code by predicting the value of the variable at compile time. 关键字来声明变量,就可以告诉编译器在编译的时候,不需要通过预测变量值来优化这部分的代码。
- You can specify the type of the input variable explicitly or let the compiler infer it; in either case the variable is strongly typed at compile time. 可以显式指定输入变量的类型或让编译器进行推断;在任一情况下,此变量在编译时都是强类型的。
- Loss-free resistor(LFR) generates great pulse current because of the switching process,and its equivalent resistor is also time variable. 无损电阻由于开关元件的存在而产生很大的电流脉冲,其等效电阻也是时变的,这严重限制了无损电阻的应用。
- The normal exponential growth equation is y = eax where a is a constant, x is the time variable and y is the population measure. 正常指数增长方程是y = eax,其中a是常量,X是时间变量,y是人口量。
- There is no need to write code to test for the correct data type, because it is enforced at compile time. 不需要编写代码来检测数据类型是否正确,因为会在编译时强制使用正确的数据类型。
- "One of the traditional difficulties of quantum gravity was how to make sense of a theory in which the time variable had disappeared," Rovelli says. 事实上,他们甚至不能完全肯定时间 到底是否是真的存在。
- SQLJ can perform syntactic and semantic checking on the code, using database connections at compile time. SQLJ可以通过在编译时使用数据库连接,对代码执行语法和语义上的检查。
- They cause parts of your code to be included or excluded at compile time depending on certain conditions. 条件编译语句可让代码的各个部分在编译时根据具体的条件,或包括在编译之内,或排除在编译之外。
- This helps make sure that the plan guide will be matched to the query at compile time. 参数使用。这有助于确保计划指南在编译时与查询匹配。
- The time variable measurement of high distinguishability is one of key technology in magnetostrictive liquid level sensor in order to realize high accuracy measurement. 高分辨力时间量检测是磁致伸缩液位传感器实现高准确度测量的关键技术之一。
- Type existence is checked at compile time rather than read time, reducing possibility for error. 时,将在编译时而不是读取时检查类型是否存在,这可以减少出错的可能性。
- You can make the reference either at compile time (early binding) or at run time. 您可以在编译时(事先绑定)或在运行时进行引用。