Only a compiler reads, translation and executed in source program line program.
编译程序只能一次读取、翻译并执行源程序中的一行程序。
If a program line is too long, you can continue the line onto the next physical line in the file.
如果某个程序行太长,可以在文件中的下一物理行继续这一行。
Now I'll enter in the assembly language version of this program and then discuss what each line means.
现在,我来介绍一下该程序的汇编语言版本,此外,我还会对每一行代码的含义做详细的解释。
The natural progression (at least, in the English language) is to start at the top of a page or program and read a line from left to right.
(至少英语中)自然的顺序是从页面或程序的顶端开始,然后从左往右读每一行。
Trace is turned on by specifying any command line parameter to the program when it is invoked.
在调用这个程序时指定任意命令行参数将开启跟踪功能。
When executed from a command line, the program reads the XML content from a file into a string variable.
在命令行中执行的时候,该程序将XML内容从文件读入一个字符串变量。
You can also allocate space for local variables as is done in the program (line 63).
和程序中的处理一样,还可以为局部变量分配空间(第 63行)。
The first line of defense in a secure program is to check every untrusted input.
安全的程序中第一道防线是检查每一个不可信的输入。
ESP or the top of the stack stores the number of command line arguments supplied to a program, which is 1 by default (for no command line arguments).
ESP(堆栈顶部)存储传递给程序的命令行参数数量,默认值是1(表示没有命令行参数)。
The code will need to handle populating that variable with the document supplied to the program through the command line.
代码需要使用由命令行传递给程序的文档来填充该变量。
Note that the name of the program is just argument number 0 in the command line values — don't trust the program name, since an attacker can change it.
注意,程序的名字只是命令行值的第0个参数——不要相信程序名,因为攻击者会改变它。
Next, run the program from the command line.
接下来,从命令行运行此程序。
For runtime errors, Eclipse lets you set breakpoints, monitor variables, manually change variables, and step through program execution by line or method.
对于运行时错误,Eclipse允许设置断点、监视变量,手工更改变量,以及按行或按方法逐步执行程序。
In this section, we will develop a command line application program that USES the XMLToSQL API to update the VIDEOS database.
在这一部分中,我们将开发一个使用XMLToSQLAPI进行VIDEOS数据库更新的命令行应用程序。
This is a small command line program to count the number of updated rows seen in all TransactionMsg(s) and RowOperationMsg(s).
这是一个较小的命令行程序,用于计算所有TransactionMsg和 RowOperationMsg中看到的更新行数。
The perl -n command runs the program once on every line of the input file.
perl -n命令针对输入文件的每一行运行一次程序。
The first line of the program requires the progressbar library file.
程序的第一行导入了progressbar库文件。
The command perl -e lets you run a Perl program right from the command line.
使用命令perl -e 可以直接从命令行运行 Perl程序。
The -e option lets you specify a Perl expression (a program, actually) on the command line.
e选项允许您在命令行中指定一个Perl表达式(实际上是一个程序)。
Each line of the program contains a single instruction. It could bewritten in English like this.
程序的每一行都是一条单独的指令。
Go ahead and recite for us line 2 of this program.
我们看看程序的第二行。
Line: Suspends the program when execution reaches the given source line, and can also be set from the source view.
Line:当执行达到给定的源代码行时暂停程序,也可以从源视图中进行创建。
Listing 8 shows the output of running the program with a command line of one two three four.
清单8显示了用命令行one two three four运行程序之后的输出。
Then, whenever we call either fgets() or getc(), the data is passed into our program variables (line or c).
然后,每当我们调用fgets()或getc() ,数据被传递到我们的程序变量(line 或 c )中。
It's not at all unusual to find that a single text line to a shell can do the same work as a hundred-line program.
您经常会发现在shell中一行简单的文本可以执行数百行程序才能实现的功能。
In that way, you could have sensible defaults in a program, but override them with command-line options if you wanted.
这样,在程序中可以有有意义的默认值,但是如果需要,也可以用命令行选项覆盖它们。
To run a program from the command line, simply go to your nearest command-line prompt.
要从命令行运行一个程序,只需使用最方便的命令行提示符。
The sample application is a simple command-line program for generating lottery Numbers.
样例应用程序是用于生成彩票号码的简单命令行程序。
It's fairly common to invoke a program with input parameters but no command-line options.
带输入参数但是不带命令行选项来调用某个程序是非常普遍的。
It's fairly common to invoke a program with input parameters but no command-line options.
带输入参数但是不带命令行选项来调用某个程序是非常普遍的。
应用推荐