1.
Data declaration is a non-executable statement that describes the characteristics of the data to be operated upon.
数据说明是一种非执行语句,描述所操作数据的特性。
2.
Data declaration is a nonexecutable statement that describes the characteristics of the data to be operated upon.
数据说明是一种非执行语名句,描述所操作 数据的特性。
3.
An obsolete term for a comment in a program ; a nonexecutable explanation of an instruction, statement, or what you have.
程序中的注解,对指令、语句等的非执行性解释。同comment。
4.
Repetitive execution of the same statement or statements by use of a DO statement.
使用DO语句反复执行某一语句或某一语句组的过程。
5.
Repetitive execution of the same statement or statements, usually controlled by a DO statement.
同一语句或语句组的重复执行,通常由DO语句控制。
6.
Step Into Button\\015\\015Executes the next statement by stepping into the procedure.
单步执行下一条语句;遇过程,则进入过程执行。
7.
The odbc_exec() function is used to execute an SQL statement.
函数是用来执行一条sql语句的。
8.
Continues running the active macro from the current statement
从当前语句继续执行正在使用的宏
9.
If no match occurs, the default statement executes.
若没有发现相符的,就执行default语句。
10.
Database-Service-Provider Model and Executing SQL on Encrypted Data
DSP模型及执行基于加密数据的SQL语句
11.
A statement repeats until the controlling Boolean-expression evaluates to false.
除非用于控制反复的布尔表达式得到“假”的结果,否则语句会重复执行下去。
12.
If it finds a match, the corresponding statement (simple or compound) executes.
若发现相符的,就执行对应的语句(简单或复合语句)。
13.
Translating and executing each source language statement of a computer program before translating and executing the next statement.
翻译和执行计算机程序中的一条源语句之后,再翻译和执行下一条语句的过程。
14.
To translate and to execute each source language statement of a computer program before translating and executing the next statement.
翻译并执行完计算机程序中的一条源语句之后,才去翻译并执行下一条语句。
15.
Could not find a local mining model named '%1' to execute this statement on (it cannot be executed on server mining models).
找不到名为“%1”的本地挖掘模型以在其上执行该语句(该语句在服务器挖掘模型上无法执行)。
16.
Starts executing the program from the current statement, or launches the active project.
从当前语句开始执行程序,或启动活动项目。
17.
Executed next statement stepping into procedure
以单步方式执行下一条语句并进入过程
18.
A program that examines the source program for preprocessor statements which are then executed resulting in the alteration of the source program.
检查源程序中是否有预处理语句的一种程序。这些语句的执行导致对源程序的修改。