您要查找的是不是:
- transparent control statement [计] 透明控制语句
- A job control statement used in cataloged or in-stream procedures. It can be used to assign default values for symbolic parameters contained in a procedure. For in-stream procedures, it is used to mark the beginning of the procedure. 在编目或流内过程中使用的一种作业控制语句,可用来对包含在过程中的符号参数赋予系统设定值。对流内过程,用来标志过程的开始。
- Expecting a number for the id field of a control statement in the DIALOG statement. 应为DIALOG语句中控制语句的id字段输入数字。
- The text field of a CONTROL statement in the DIALOG statement must be either a text string or an ordinal reference to the type of control. 在DIALOG语句中,CONTROL语句的text字段必须是文本字符串或者是对控件类型的序号引用。
- Control statement that provides iterative execution. Often used to step through a data structure or to repeat a calculation a fixed number of times. 提供迭代执行的控制语句,通常用于步进遍历数据结构或对一个计算重复固定次数。
- Windowless activation allows for nonrectangular or transparent controls, and windowless controls do not require the system overhead that a control with a window requires. 无窗口激活考虑了非矩形控件或透明控件,而且无窗口控件不需要窗口控件所需的系统开销。
- The class field of a CONTROL statement in the DIALOG statement must be one of the following types: BUTTON, COMBOBOX, EDIT, LISTBOX, SCROLLBAR, STATIC, or user-defined. DIALOG语句中的CONTROL语句的class字段必须为下列类型之一:BUTTON、COMBOBOX、EDIT、LISTBOX、SCROLLBAR、STATIC或用户定义的。
- Make sure these control statements are spelled correctly. 确保这些控制语句拼写正确。
- A job control statement used in cataloged or in-stream procedures.It can be used to assign default values for symbolic parameters contained in a procedure. 在编目或流内过程中使用的一种作业控制语句,可用来对包含在过程中的符号参数赋予系统设定值。
- Each control statement in a DIALOG statement must be one of the following: CHECKBOX, COMBOBOX, CONTROL, CTEXT, DEFPUSHBUTTON, EDITTEXT, GROUPBOX, ICON, LISTBOX, LTEXT, PUSHBUTTON, RADIOBUTTON, RTEXT, SCROLLBAR. DIALOG语句中的每一个控制语句必须为下列之一:CHECKBOX、COMBOBOX、CONTROL、CTEXT、DEFPUSHBUTTON、EDITTEXT、GROUPBOX、ICON、LISTBOX、LTEXT、PUSHBUTTON、RADIOBUTTON、RTEXT、SCROLLBAR。
- The FOR statement is a control statement that allows you to execute a list of SQL statements once for each row in a cursor. FOR语句是控制语句,它允许对游标中的每一行执行一次SQL语句列表。
- In System/32, a named collection of related OCL statement, and possibly control statements, that perform a particular task. 在IBMSystem/32中,为完成一特定任务的有关OCL(操作控制语言)语句及可能有的控制语句之集合。
- This would simply result in a syntax error because there is no controlling statement that requires a block to be separated from the rest of the code. 这只会产生一个语法错误,因为没有任何控制语句要求将一个块与代码其余部分相分离。
- A sequence of job control statements and data submitted to an operating system from an input unit. 一种从输入设备提交到操作系统的作业控制语句和数据的序列。
- Most procedural programming languages have some kind of control statements, and there is often overlap among languages. 大多数程序化的编程语言都提供了某种形式的控制语句,这在语言间通常是共通的。
- I like her transparent style of writing. 我喜欢她明晰的文体。
- They can include control statements that allow repetition (LOOP statement) and conditional execution (IF statement and CASE statement) of SQL statements. 它们包括允许SQL语句的重复执行(LOOP语句)和条件执行(IF语句和CASE语句)的控制语句。
- It was transparent that her pride was hurt. 很显然,她的自尊心受到了伤害。
- He is a man of transparent sincerity. 他是一个坦率诚恳的人。
- In Java,you manipulate objects and data using operators,and you make choices with execution control statements. 在Java里,我们利用运算符操纵对象和数据,并用执行控制语句作出选择。