有时候,一个代码行会包含多个可执行语句。
Sometimes, a line of code contains more than one executable statement.
动作是一条可执行语句的规格说明,此规格说明形成计算例程的抽象。
The specification of an executable statement that forms an abstraction of a computational procedure.
您可以在中断模式下对可执行语句进行几乎所有类型的更改,所做更改将被合并到基础项目中。
You can make almost any kind of change to executable statements while in Break mode, and the change will be incorporated into the underlying project.
GO TO标签语句可以无条件地退出循环,并将控制权转移到跟在指定的语句标签之后的可执行语句或语句块。
The GOTO label statement can unconditionally exit from a loop and transfer control to the executable statement or statement block that follows the specified statement label.
该编译过程牵涉到授权检查、优化,以及将语句转化为可执行格式时所需的其他一些活动。
This compilation process involves authorization checking, optimization, and other activities necessary to convert the statement into an executable form.
values语句提供了一个无需访问表或视图即可执行sql语句的方法。
The VALUES statement provides a method for executing a SQL statement without accessing a table or view.
在SQL编程中,可以使用SQL命令PREPARE将含有任何(数学)公式的字符串转换成可执行的sql语句。
In SQL programming, a string containing any (mathematical) formula can be converted into an executable SQL statement with the SQL command PREPARE.
为了让Perl程序将动态sql语句转换成可执行的格式,需要首先使用prepare方法,然后使用bind _ param方法来绑定参数。
In order for a PERL program to transform a dynamic SQL statement into executable form, you need to first use the prepare method, and then bind parameters using the bind_param method.
import语句是可执行的,因此它可以放在需要的地方,同时避免导入不必要的符号。
The import statement is executable so it can be placed where needed, avoiding importing unnecessary symbols.
您需要将snort可执行文件添加到path语句之中,它的位置是C: \ snort \bin \ snort . exe(假设您选择的是默认安装目录)。
You need to add to your PATH statement the snort executable, which is located in c: \ snort \ bin \ snort.exe (assuming you chose the default installation directory).
将一条语句或指令翻译成可执行的形式,然后执行。
To translate a statement or instruction into executable form and then execute it.
但在通常情况下,由于程序中不可执行的语句或路径的存在,使得基于数据流的测试准则不可行。
But because of the infeasible statements and paths in some programs, most data flow testing criteria are not applicable.
说明语句不可出现于可执行的部分。
A specification statement cannot appear in the executable section.
说明语句不可出现于可执行的部分。
A specification statement cannot appear in the executable section.
应用推荐