Wang Feng showed his super memory in the program Super Brain.
王峰在《最强大脑》节目中展示了他超强的记忆力。
Using them along with the debugger helps you track memory use with the program execution which manifests a memory error.
利用它们和这个调试器将帮助您跟踪带有程序执行的内存,这表明一个内存错误。
There can still be memory bugs in the program that would happen along different code paths or using patterns of data that weren't tested.
在这个程序中仍然可能存在内存错误,可能随着不同的代码路径发生,或者使用没有被测试的数据模型。
Its successor was the 4040 processor (released in 1974), which had an expanded instruction set, program memory, register set, and stack.
其后面是4040处理器(1974发布),其具有扩展指令集、程序内存、寄存器集和堆栈。
This instructs DB2 to pass the index keys to the sort program in memory, rather than having the keys written to and read once again from sort work files on DASD.
这将指示DB 2将索引键传递给内存中的排序程序,而不是再次将这些键写到DASD上的排序工作文件中,然后从中读取这些键。
Many memory leaks result due to program errors that cause clean up methods from not getting invoked.
许多内存泄漏是由于程序错误产生的,此类错误导致清除了未调用的方法。
In general, "state" refers to information about the current conditions of program execution-runtime data stored in memory.
总的来说,“状态”是指关于程序当前的执行状况的信息——存储在内存中的运行时数据。
For example, your program runs out of memory or encounters divide-by-zero.
例如,你的程序运行耗尽内存,或者遇到被零除。
Because the value of the counter exists only in the memory of the running program, the values will start over if the program is restarted.
因为计数器的值仅存在运行程序的内存中,如果程序重启,那么这些值将重新开始。
As mentioned above, many types of memory usage errors are insidious: the program appears to behave normally, even though it's at risk for memory corruption and improper behavior.
正如上面所提到的,许多内存使用错误都是潜伏的:程序似乎在正常地运行,即使它所面临着内存崩溃或者错误行为的危险。
This example program creates a cloned thread sharing memory space with the parent process.
这个程序例子创建了一个与其父进程共享存储器空间的克隆线程。
That means that given enough memory, it can calculate anything a program written in any other programming language can calculate.
这也就意味着,给定足够的内存,它可以计算以其他任何编程语言编写的程序能够计算的内容。
Notice that you're telling the GDB Debugger to quit debugging a program that is still active in memory.
请注意,您正告诉gdb调试工具停止对一个仍在内存中活动的程序的调试。
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行表包含源行(属于程序的可执行部分)与内存(包含与源代码对应的代码)之间的映射关系。
This program demonstrates a basic memory leaking operation involving an unbounded growth in a cache object.
此程序演示的基本内存泄漏操作涉及缓存对象中的无限增长。
Every time a memory location is addressed for program instructions or data, a virtual address is translated into a physical or real memory address.
每次为程序指令或数据处理内存位置时,都需要将虚拟地址转换成物理(或实际)内存地址。
When a program writes to memory, the processor only modifies the line in the cache, but does not update main memory.
当一个程序写入存储,处理器仅仅只会修改缓存线,而不会更新主要的存储内容。
Additionally, the memory associated with the object is not garbage collected until after the finalizer is executed, which can increase the memory demands on the program.
另外,与对象相关的内存直到终止程序执行后才会回收,这样会使程序对内存的要求增加。
The RTSJ spec requires a program re-write to use scoped memory.
RTSJ规范要求程序重写以使用有限的内存。
The more dynamic a program is, the more memory management becomes an issue, and the more important your choice of memory allocator becomes.
程序的动态性越强,内存管理就越重要,您的内存分配程序的选择也就更重要。
This is useful, for example, if you would like to display blocks of memory defined outside your program.
这是十分有用的,例如,如果您想要显示在程序外部定义的内存块,那么就可以用到上述特性了。
It is also easy to see the virtual memory savings when running the example program in more than one JVM.
在多个JVM中运行示例程序时,很容易看出虚拟内存的节省。
When a program does not release the memory back to the system, it is called a leak.
如果程序没有把内存释放回系统,则称为内存泄露。
That program counter points to some location in memory typically to the first instruction in the sequence.
程序计数器指示存储器当中的某些位置,尤其是指示序列中的第一个指令。
What's more, you'll have to carefully design your program to handle memory exhaustion in arbitrary places, which is not easy.
此外,必须小心设计程序来处理任意位置的内存耗尽问题,而这不是一件容易的事情。
So, in this case, even though some dead objects are taking up memory while the program is being executed, it really doesn't matter for all practical purposes.
因此,在这种情况下,即使某些“死”对象在程序执行时占用着内存,它实际上并没有什么用途。
So, in this case, even though some dead objects are taking up memory while the program is being executed, it really doesn't matter for all practical purposes.
因此,在这种情况下,即使某些“死”对象在程序执行时占用着内存,它实际上并没有什么用途。
应用推荐