函数的第一行语句包含内联程序集代码。
Functions that contain inline assembly code in the first statement.
总的来说,这四行语句告诉devfsd,当设备注册时,创建兼容设备(如果有的话),当解除设备注册时,删除兼容设备。
Taken as a whole, these four lines instruct devfsd to create compatibility devices (if any) when a device is registered, and to remove the compatibility devices when the device is unregistered.
注意,为了便于阅读,我们已将三个内核定义语句分割为多个行。
Note that we have split the three kernel definition statements into multiple lines for readability.
存在不同类型的覆盖度量,但是绝大多数的工具会关注行覆盖,也叫做语句覆盖。
There are different types of coverage measurements, but most tools focus on line coverage, also known as statement coverage.
这里还提供了返回的行、事务吞吐量和语句吞吐量的图片。
There are also graphs for rows returned, transaction throughput, and statement throughput.
每个箱子可装大约2,000张卡片,所以,他的程序有4,000张卡片或者说有4,000个语句;每张卡片一般包含一个cobol语句行。
Each box contained about 2,000 CARDS, so his program had 4,000 CARDS or 4,000 statements; each card usually contained one COBOL statement line.
如果没有启用MRF,准备fetch语句时将不包含行集定位。
If MRF is not enabled, FETCH statements are prepared without rowset positioning.
要注意的第一件事是每一行就是一个语句——不需要分号(;)来结束这些行——并且变量没有声明。
The first thing you'll note is that each line is a statement — semicolons (;) are not required to end lines — and that variables are not declared.
第8行中的打印语句也是前面讨论过的字符串格式操作。
The print statement in Line 8 is another of those string formatting operations that was discussed earlier.
清单10展示了最后一行中sql语句的输出。
Listing 10 shows the output of the SQL statement in the last line.
然而,有时候需要在一行放多个程序语句,例如初始化变量时。
Sometimes, however, it's desirable to place multiple program statements on a single line -- when you're initializing variables, for example.
最后,在第十八行的断言语句中,决定了这个测试用例的成功与失败。
Lastly, in line 18 an assertion statement is issued to determine the success or failure of a test case.
第5行使用eval语句,它是动态语言的最强大的特性之一。
Line 5 USES the eval statement, which is one of the most powerful features of dynamic languages.
将重新准备fetch语句,并且不包含行集定位。
The fetch statement will be re-prepared without rowset positioning.
定义用于向表中添加一行的sql语句。
支持行前触发器、行后和语句触发器、insteadof触发器和包含SQLPL复合语句的触发器。
Supports before row triggers, after row and statement triggers, instead of triggers and triggers with SQL PL compound statements.
这些工作由EmitFragment函数完成,其中包含了大约250行的switch语句。
The bulk of the work is done by the 250 line switch statement that makes up the EmitFragment function.
如果你思虑不周,你可能会认为编程仅仅是敲入一行行的程序语句而已——Ward cunningham。
If you don't think carefully, you might think that programming is just typing statements in a programming language. (Ward Cunningham).
清单1显示了在第164行添加了fflush (stdout);语句的xev . c文件。
Listing 1 shows the xev.c file with the fflush (stdout); statement added on line 164.
ActionScript在使用一个包(库)之前,先要进行引用,所以例中脚本块的开头有一行“import ”语句。
ActionScript also requires a reference to other packages (libraries) in order to use them; hence the "import" statement at the top of the Script block.
这一点可以通过在最后一行上调用assert语句进行验证。
You can verify this by calling the assert statement on the last line.
常规的SELECTINTO 语句只返回一行。
Script注释行指明文件中导入的语句。
A Script comment line identifies the file that the statements were imported from.
这是因为这一次,第2行中的if语句现在为true,并且简单地返回了“o ”。
This is because this time, the if statement on line 2 is now true, and "o" is simply returned. The recursion unwinds as follows.
指定列的行用来组成SQLselect语句的select、FROM和ORDERBY子句。
The row specifying the column is used to populate the select, FROM and ORDER BY clauses of the SQL select statement.
每一行最多只包含一条语句。
您可以通过许多方法来测量代码覆盖率:通过评估代码行或语句的覆盖面、条件覆盖面、分支覆盖面等等。
You can measure code coverage in several ways: by assessing line or statement coverage, condition coverage, branch coverage, and so on.
第9行的语句用于单击这个链接。
通过这些内容,例如在语句和行吞吐量图中,可以快速查看事务吞吐量如何与语句和游标活动相关联。
These provide a quick overview of how the transaction throughput relates to the statement and cursor activity as seen in the graphs for statement and row throughput.
通过这些内容,例如在语句和行吞吐量图中,可以快速查看事务吞吐量如何与语句和游标活动相关联。
These provide a quick overview of how the transaction throughput relates to the statement and cursor activity as seen in the graphs for statement and row throughput.
应用推荐