您要查找的是不是:
- program control statement 程序控制语句
- Join points within certain program control flows. 在某个流程控制流程中的连接点。
- Program control has been developed greatly. 程序控制技术已经得到了很大的发展。
- If an error occurs in the Try block, program control is passed to the appropriate Catch statement for disposition. 如果Try块中发生错误,程序控制权将传递给相应的Catch语句以进行部署。
- The goto statement transfers the program control directly to a labeled statement. goto语句将程序控制直接传递给标记语句。
- 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字段输入数字。
- We need a program controlled by computer. 我们需要一条由电脑控。
- Program control technology has been widely used in the communications field. 程控技术在通信领域得到了广泛的应用。
- 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. 提供迭代执行的控制语句,通常用于步进遍历数据结构或对一个计算重复固定次数。
- Make sure these control statements are spelled correctly. 确保这些控制语句拼写正确。
- 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或用户定义的。
- 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. 在编目或流内过程中使用的一种作业控制语句,可用来对包含在过程中的符号参数赋予系统设定值。
- If you read the assembly code that is ultimately generated by virtually any compiler, you'll see that program control contains many jumps. 否则跳到那里”。若阅读由几乎所有编译器生成的汇编代码,就会发现程序控制里包含了许多跳转。
- Electric control mode PLC program controller, man-interface operation. 整机电气控制方式PLC可编程序控制器,人机界面操作。
- Branching is performed using jump statements, which cause an immediate transfer of the program control. 使用跳转语句执行分支,该语句导致立即传递程序控制。
- The indicators can be set to the desired measuring range on site by program control. 显示器可以现场通过编程控制来设定想要的测量范围。
- Method is the entry point of your program, where the program control starts and ends. 方法是程序的入口点,程序控制在该方法中开始和结束。
- 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. 这只会产生一个语法错误,因为没有任何控制语句要求将一个块与代码其余部分相分离。