Initialize an empty stack and empty result string variable.
初始化一个空堆栈,将结果字符串变量置空。
Since pushing a variable essentially moves the stack pointer by a dword, the stack pointer is adjusted by adding 4 (the size of a dword) to it (line 32).
因为在堆栈中压入一个变量会让堆栈指针移动一个双字,所以给堆栈指针加4(双字的大小)(第32行)。
LCL_NUM_VALUE is the offset from the end of the stack to the local variable num.
LCL_NUM_VALUE是堆栈末端到本地变量num的偏移量。
The lua_setglobal function then assigns the top value on the stack to a named global variable.
然后,lua_setglobal函数将栈顶的值赋给一个有名称的全局变量。
All subsequent arguments are accessed by adding the size of a dword variable to the stack pointer (that is, esp + 12, esp + 16, and so on).
在堆栈指针上加上双字变量的大小(即esp +12、esp +16等等),就可以访问所有后续参数。
Call with continuation gives you a code block, and the continuation (or a saved call stack, with instance variables), which you assign to a variable.
用continuation进行调用使您获得一个代码块和指派给变量的continuation(或已保存的调用堆栈,其中有实例变量)。
LCL_NUM_VALUE is the stack offset of the local variable num.
LCL_NUM_VALUE是本地变量num的堆栈偏移量。
Main's stack will be the minimum of 32 bytes, while factorial's will be 48, because factorial has a local variable to store.
main的堆栈最小,为32字节,而factorial的堆栈则为48字节,原因是factorial需要存储本地变量。
The sysctl variable net.ipv4.tcp_sack can be set to 0 to disable sack in the TCP stack.
把sysctl的变量net . ipv 4 . tcp_sack设置为0即可禁用tcp协议栈中的sack功能。
For example, whenever you hit a breakpoint, you might wish to simultaneously check a particular variable, check the contents of some registers, and dump the stack.
例如,每当遇到断点时,您可能希望能同时检查某个特殊变量、检查某些寄存器的内容并转储堆栈。
A value is popped off of the stack and placed in the local variable indexed by 2.
将值从堆栈中弹出并放在索引2处的局部变量中。
It takes following items into consideration, global variable, local variable, stack, furthermore, by the concept of granularity division, it divides function into instruction blocks.
在研究对象划分策略时,不仅考虑了全局变量、局部变量、栈等前人已经关注的因素,更通过粒度划分,将函数划分为指令块。
If we are assigning one value variable to the other variable, it creates two distinct copies of the same data on the stack. So now in the stack there are two Spaces allocated.
如果我们将一个变量赋值给另外一个变量,在堆栈中则会创建两个不同的复本,尽管它们的数据是一样的,因此,在堆栈中分配了两块空间。
The variable holds the value, and it's placed on the stack so it's much more efficient.
这个变量容纳了具体的值,并置于堆栈中,能够更高效地存取。
Edit and Continue cannot update a function on the call stack because code changes either removed a variable that requires construction or destruction or changed the variable's data type.
“编辑并继续”无法更新调用堆栈上的函数,因为代码更改或者移除了要求构造或析构的变量,或者更改了变量的数据类型。
A weight stack provides variable resistance during the simulated golf swing, and the device offers adjustment over multiple degrees of freedom and it can accommodate both right-and left-handed swings.
重量堆叠组件提供在模拟高尔夫挥杆动作过程中的可变阻力,所述装置提供多自由度的调整,并且可适应右手和左手挥杆两者。
The variable does not have the data anymore, but the stack remains at the larger size.
该变量没有数据了,但是堆栈仍然在更大的规模。
A novel method is proposed to construct variable-length patterns by using dynamically extracting information from call stack of the process.
提出一种利用动态提取进程堆栈中的信息来寻找不定长模式的方法。
Gets the value of the specified local variable in this MSIL stack frame.
取得这个框架中,区域变数的列举值。
The paper introduces five memory areas in C/C++ memory image, and free memory area is compared with stack and outer variable area.
本文介绍了C/C++内存映象中的五个区域,将自由存储区与栈和全局变量空间进行对比,并结合具体实例,详细阐述了自由存储区的优势和访问方法。
Viewed from variable physical and chemical rules of different recipes , the stack temperature sharply rises then slightly drops to room temperature ;
不同氮源种类及配比对发酵温度的影响,表现为堆体的温度先急剧升高并在高温期持续一段时间后缓慢下降至室温;
Storing into locals that hold an integer value smaller than 4 bytes long truncates the value as it moves from the stack to the local variable.
在将值保存到只能容纳长度小于4个字节的整数值的局部变量中时,会在将该值从堆栈移动到局部变量中时将其截断。
Storing into locals that hold an integer value smaller than 4 bytes long truncates the value as it moves from the stack to the local variable.
在将值保存到只能容纳长度小于4个字节的整数值的局部变量中时,会在将该值从堆栈移动到局部变量中时将其截断。
应用推荐