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.
(至少英语中)自然的顺序是从页面或程序的顶端开始,然后从左往右读每一行。
For example, you can run programs, set line, watch and service entry breakpoints, step through program instructions, examine variables, and examine the call stack.
例如,您可以运行程序,设置界限,监视与服务进入中断点,通过程序指示的步骤,检查变量,并检查访问栈。
If a program reads a single byte in memory, the processor loads the whole cache line that contains that byte into the L2 and L1 caches.
如果一个程序在存储中读到一个单独的字节,处理器就会释放包含字节的所有的缓存线到L2和L1缓存中。
The program takes the name of a process template as a command line parameter and prints out start times of all of the corresponding process instances.
该程序将流程模板的名称作为命令行参数,并且打印出了所有相对应的流程实例的启动时间。
The DWARF line table contains the mapping between the source lines (for the executable parts of a program) and the memory containing the code corresponding to the source.
DWARF行表包含源行(属于程序的可执行部分)与内存(包含与源代码对应的代码)之间的映射关系。
Until the 1980s, using a computer program meant memorizing a lot of commands and typing them in a line at a time, only to get lines of text back.
直到1980年代,使用一个计算机程序还意味着你要记住很多的命令,一次性的把它们打出来,仅仅得到反馈的几行文本。
Now I'll enter in the assembly language version of this program and then discuss what each line means.
现在,我来介绍一下该程序的汇编语言版本,此外,我还会对每一行代码的含义做详细的解释。
As you can see, the trigger message is passed as a single value that contains several recognizable fields such as the program, queue manager, and queue names, as well as 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允许设置断点、监视变量,手工更改变量,以及按行或按方法逐步执行程序。
This is a small command line program to count the number of updated rows seen in all TransactionMsg(s) and RowOperationMsg(s).
这是一个较小的命令行程序,用于计算所有TransactionMsg和 RowOperationMsg中看到的更新行数。
This program accepts a number of command line options and a set of.nodes files to publish.
该程序使用许多命令行选项和一组.nodes文件进行发布。
The sample program creates both a CopyOnWriteArrayList and ArrayList instance from the command line arguments.
这个示例程序用命令行参数创建CopyOnWriteArrayList和ArrayList这两个实例。
Gdb indicates that the program gets an arithmetic exception at line 7 and usefully prints out the line and the values of the arguments to the wib function.
gdb指出在程序第7行发生一个算术异常,通常它会打印这一行以及wib函数的自变量值。
Line: Suspends the program when execution reaches the given source line, and can also be set from the source view.
Line:当执行达到给定的源代码行时暂停程序,也可以从源视图中进行创建。
If I were on a system where -lsun ought to provide getpwnam , I'd have been able to look at the exact command line used to check for it, and the test program used.
如果我的系统中,-lsun应该提供getpwnam,我应该可以使用命令行来对其进行确切检查,然后再使用测试程序。
This program uses an iterator to read a line from stdin and another iterator to split the line into individual tokens.
此程序使用一个迭代器来从stdin 中读取一行,同时另一个迭代器将该行分割成单个的标记。
Download and compile the ListUrls program, and run it by passing in a URL on the command line (see the Download section for a link to this article's full source code).
下载并编译ListUrls程序,通过在命令行传入一个URL来运行该程序(要获取本文的完整源代码,请参阅下载部分的链接)。
So, I now have this unit test program unit test stock I originally did not make it a function, I had it in-line, and I realized that was really stupid, because I wanted to do it a lot of times.
现在,我有一个叫做单元测试股票,的测试程序,called,unit,test,stock。,我一开始没把它当成函数,我写了几行小代码。后来我发现我太笨了,因为我会用上很多次这段语句。
Wool and graduate student Ohad Ben-Cohen designed their two-phase program as a new line of defense for the Linux operating system.
Wool教授和研究生Ohad Ben - Cohen设计的两阶段程序作为防护Linux操作系统的一个新方向。
While it could have been written as a loop, the one-line solution is much cleaner that way, and does not slow the program down significantly.
虽然我们本来可以把它写成循环,但是长度只有一行的解决方案要清楚得多,并且不会显著降低程序运行的速度。
A special program called a trigger monitor receives the trigger message from the queue manager, reads the process definition, and then runs the command line task specified there.
一个名为触发器监控器的特殊程序接收来自队列管理器的触发器消息,读取进程定义,然后运行进程定义中指定的命令行。
In that article, we just passed the class and method name as command-line parameters to my program, which loaded the binary class file, added the timing code, then wrote the class back out.
在该文中,我们只是将类和方法名称作为参数传递给程序,程序加载二进制类文件,添加定时代码,然后写回该类。
We need to verify that the program always prints every line of the report and never skips a line.
我们需要确保程序总是打印报告的每一行,从不遗漏。
Also, if you double-click on the error message, the COBOL program that is located in the mainframe is edited and an indication of the line in error will be shown (Figure 4).
另外,如果双击错误消息,则可编辑位于大型机中的COBOL程序并显示错误行(图4)。
Write a program that reads a file, breaks each line into words, strips whitespace and punctuation from the words, and converts them to lowercase.
写一个读取文件的程序,把每一行拆分成一个个词,去掉空白和标点符号,然后把所有单词都转换成小写字母的。
Working on the command line is convenient for program development and testing, because you can type programs and execute them immediately.
使用命令行模式对于程序的开发和测试都是十分方便的,因为你可以输入程序,然后立刻执行它们。
Working on the command line is convenient for program development and testing, because you can type programs and execute them immediately.
使用命令行模式对于程序的开发和测试都是十分方便的,因为你可以输入程序,然后立刻执行它们。
应用推荐