Then, whenever we call either fgets() or getc(), the data is passed into our program variables (line or c).
然后,每当我们调用fgets()或getc() ,数据被传递到我们的程序变量(line 或 c )中。
The concept of relative program variables is given and the algorithm for finding out the relative variables in program is presented, thus adding a little new content to the software maintenance.
本文提出了程序变量的相关性概念和求相关变量的算法。为软件维护增添了一个新内容。
As any processor has a fixed set of registers, there is a limit to the number of variables that can be kept in registers at any one point in the program.
寄存器的数量在每个处理器当中都是固定的,所以在程序的某个特定的位置,可以保存在寄存器中的变量的数量是有限制的。
In this program, the parser USES global variables to track the list of messages parsed.
在这个程序中,解析器使用全局变量来追踪解析的消息列表。
For example, you can run programs, set line, watch and service entry breakpoints, step through program instructions, examine variables, and examine the call stack.
例如,您可以运行程序,设置界限,监视与服务进入中断点,通过程序指示的步骤,检查变量,并检查访问栈。
You can also allocate space for local variables as is done in the program (line 63).
和程序中的处理一样,还可以为局部变量分配空间(第 63行)。
To help debugging, at the end of a program run, all the known variables and their current contents are printed.
为了帮助调试,我们在程序运行的末尾把所有已知的变量及其当前内容都打印了出来。
A watchpoint will break program execution when the specified expression changes value, but it must be set when the variables used in the expression are in scope.
当指定表达式的值改变时,监视点将中断程序执行,但必须在表达式中所使用的变量在作用域中时设置监视点。
Using host variables in a static SQL program would have a similar benefit.
在静态SQL程序中使用主机变量也可以获得类似的好处。
The careful modification of these variables will help tune the program to recognize your particular tonal style and temporal deviations.
仔细修改这些变量将帮助调整程序来识别特定的音调样式和时间偏差。
The careful modification of these variables will help tune the program to recognize your particular knocking style.
仔细修改这些变量可以帮助对程序进行优化,从而识别出您特有的敲打风格。
The first task is to check for proper usage, followed by the definition of the variables used in the program.
第一项任务是检查用法是否正确,接着检查程序中所使用变量的定义。
The variables view lists in-scope variables each time a thread or the program stops.
每一次线程或者程序结束的时候,变量视图都会列出范围内的变量。
Remember that when a program makes a function call (especially for recursive ones), it has to store its return address and local variables on the stack.
记住当程序进行函数调用(特别是针对递归函数)时,它必须在堆栈上存储返回地址和本地变量。
Generally, they start off with a "base" set of data that is known to be available to the program — stack data, global variables, and registers.
通常,它们以程序所知的可用的一组“基本”数据——栈数据、全局变量、寄存器——作为出发点。
Process A has its own data, its own copy of the program, its set of open files, and its own collection of environment variables, which were initially captured when Process A sprang into existence.
进程A有属于自己的数据、程序的副本、打开的文件集,以及自己的环境变量集,当进程 A 刚出现时,会对它们进行初次捕捉。
The first steps, then, will be to define the variables and record layouts, with the program logic coming later.
然后,首先要做的就是定义变量和记录布局,然后是程序逻辑。
All you're doing is defining two variables at the top of the program and then slipping into HTML mode.
您所做的全部事情就是在程序开头定义两个变量,然后进入HTML模式。
Also, after every program suspend, changes to in-scope variables will be highlighted in the variables view.
同样,在每一个程序暂停的时候,对界内变量所做的更改可以在变量视图中强调显示。
Roots can be found in program registers, in local (stack-based) variables in each thread's stack, and in static variables.
可以在程序注册表中、每一个线程堆栈中的(基于堆栈的)局部变量中以及静态变量中找到根。
Actions, such as reads and writes of variables, are ordered within a thread according to what is called the "program order" — the order in which the semantics of the program say they should occur.
像对变量的读写这样的操作,在线程中是根据所谓的“程序顺序”——程序的语义声明它们应当发生的顺序——排序的。
Instead of IO, where you could read a file and write a file, ABC's designers decided to just have global variables in the program.
ABC的设计者放弃了用来读写文件的IO的方法,他们转而在程序里使用一些全局变量。
At this point, all the necessary variables have been set and you can begin with the main part of the program.
此时,所有必要变量都已设置好,可以开始程序的主要部分了。
I've decided that I need to be able, in my program, to swap the value of two variables. All right.
我觉定在我的程序中,我可以,交换两个变量值,好的。
You could, for example, change this program so that it added two real Numbers simply by changing the types of the variables and the names of the input methods, as shown in Figure 2-3.
比如你简单修改变量的类型和方法的名字,这样程序就可以做实数的加法了,如图2 - 3。
Sometimes, however, it's desirable to place multiple program statements on a single line -- when you're initializing variables, for example.
然而,有时候需要在一行放多个程序语句,例如初始化变量时。
The cache is generally allowed to write variables back to main memory in a different order than they were written by the program.
通常允许缓存以与程序写入变量时所不相同的次序把变量存入主存。
The variables defined will be used mostly in the various functions within the program. Consider the following function declarations.
所定义的变量大多用于程序中的各种函数。
In the Add2Integers program, the variables n1 and n2 represent the integers to be added, and the variable total represents the sum.
在Add2Integers程序中,变量n1和n2代表了即将被相加的两个整数,变量to tal代表了相加之后的和。
In the Add2Integers program, the variables n1 and n2 represent the integers to be added, and the variable total represents the sum.
在Add2Integers程序中,变量n1和n2代表了即将被相加的两个整数,变量to tal代表了相加之后的和。
应用推荐