您要查找的是不是:
- constant declaration section 常数说明部分
- For further details, please refer to the respect of privacy declaration section. 欲知详情,请查阅尊重个人隐私权声明栏。
- To create a constant available to all procedures within a class, but not to any code outside that module, declare it in the declarations section of the class. 若要创建对类内所有过程都可用而对该模块以外的任何代码都不可用的常数,请在该类的声明部分中声明它。
- Since JScript processes variable and constant declarations before executing any code, it does not matter whether the declaration is inside a conditional block or some other construct. 由于JScript会在执行任何代码之前处理变量和常数声明,因此是在条件块中声明还是在某一其他构造中声明并不重要。
- A constant declared at procedure level is a local constant; it is local to the procedure or block that declares it. 在过程级别声明的常数是局部常数,该常数局限于声明它的过程或块。
- You create an enumeration with the Enum statement in the declarations section of a class or module. 在类或模块的声明部分中用Enum语句创建枚举。
- His wife was a constant inspiration to him. 他的妻子经常鼓励他。
- Do not redeclare the parameter names in the local declarations section of the procedure or function body. 在过程或函数主体的局部声明中不要对参数名进行再声明(事实上编译器也不允许这样)。
- Deprecated constants declared with limited backwards compatibility. 取消的恒量,由有限的向后兼容性声明。
- Double-click the designer and write code in the general declarations section of the class, or double-click an element contained on the class to write code for that element. 双击设计器并在类的一般声明部分编写代码,或双击类中包含的元素并为该元素编写代码。
- Double-click the designer and write code in the general declarations section of the class, or double-click an element on the designer to write code for that element. 双击设计器并在类的常规声明部分编写代码,或双击设计器上的某个元素以编写该元素的代码。
- He was in favour of the declaration of a truce. 他赞成宣布停战。
- Her constant complaining just sticks in my craw. 她那不断的诉苦真使我受不了。
- The machinery requires constant maintenance. 这些机器需要经常保养维修。
- I was infuriated by/with their constant criticism. 他们没完没了地批评把我给气坏了。
- These events led to the declaration of war. 这些事件导致了宣战。
- A constant, variable, function name, or expression. 一种常数、变量、函数名或表达式。
- She feels wearisome by the constant noise. 她很厌烦那些没完没了的嘈杂声。
- She matured her novel by constant revision. 她不断修改自己的小说以使其趋于完善。
- Variables or constants declared within a code block are only available to statements within the same code block. 在代码块中声明的变量或常数只可用于同一代码块中的语句。