This paper introduces definition, construction and principle, advantages and shortages of three historical periods: analogic oscilloscope, digital memory scope and digital fluorescence scope.
介绍了模拟示波器、数字储存示波器、数字荧光示波器三代示波器的定义、结构原理、优缺点。
Scope memory areas can be created and destroyed under programmer control.
程序员可以控制作用域内存区域的创建和销毁。
These rules control both the relationships allowed between scopes and the allowed references from an object in a scope to objects in other memory areas.
这些规则控制了作用域之间的许可关系,以及作用域中的对象对其他内存区域中的对象的引用。
More rules define when the objects in a scope memory are finalized and when the memory area can be reused.
更多的规则定义了作用域内存中的对象何时终结,以及何时可以重用内存区域。
To ensure the integrity of references between objects, the RTSJ defines rules that govern how objects in one memory area (heap, immortal, or scope) can refer to objects in other memory areas.
为了确保对象之间引用的完整性,RTSJ定义了管理一个内存区域(堆、不朽内存、作用域内存)中的对象如何引用其他内存区域对象的规则。
Some memory leaks occur due to program errors in which infinite loop in the application code allocates new objects and adds them to a data structure accessible from outside the program loop scope.
有些内存泄漏是由于程序错误发生的,在存在此类错误的情况下,应用程序代码中的无限循环会分配新的对象,并将其添加到可从程序循环范围外面访问的数据结构中。
Objects created in scoped memory live for the lifetime of the scope they are created in.
在作用域内存中创建的对象则在于其中创建它们的作用域的生命周期中存在。
An IllegalAssignmentError can be introduced when it isn't known which memory area an object is allocated from, or where on the scope stack a particular scope is located.
当不知道从哪个内存区域分配对象或者特定范围位于范围堆栈上的何处时,可能发生IllegalAssignmentError。
OutOfMemoryErrors due to fragmentation issues or due to native memory leaks are beyond the scope of this article.
因碎片问题或本机内存泄漏而导致的OutOfMemoryError 错误不在本文讨论之列。
With a preallocated Runnable object and a separate scope, you should always be in a position to report a problem without using any memory in the context the error occurred.
通过一个预先分配的Runnable对象和一个单独的作用域,在错误发生时,您就应该总是能够报告问题,而无需使用任何内存。
Now finally swap has the ability, the power, to modify memory that isn't his own, that's not in his own scope because we've passed it in by address.
最终swap有能力,来修改不属于它的内存,不在它的作用域中,因为我们是通过地址传递的。
For our example, each production line polling thread will be started in immortal memory and have a scope created up front that's entered each time before querying the ProductionLine.
例如,每个生产线轮询线程都将在不朽内存中启动,查询ProductionLine之前,要为其预先创建一个作用域。
Most of the time when an Out Of Memory exception occurrs it is caused by a design problem, where either too much memory is stored in cache or session scope.
发生内存溢出在大多数情况下是因设计问题引起的,太多的内存存储在缓存或Session中。
The reason for this is that the transient memory has to be copied internally to prevent it going out of scope.
理由是暂时内存必须在内部拷贝来防止它溢出作用范围。
Locally declared object's internal memory intact outside scope?
局部声明的对象的内部存储器的完整范围外?
Basically declaration introduces a name into scope and definition allocates some memory for a variable.
基本上宣言引入了一个名称为范围和定义为一个变量分配一些内存。
The best way to protect data in memory is to declare the data as private or internal (with scope limited to the same assembly) variables.
保护内存中的数据的最好方法就是,将数据声明为私有或内部(范围限定为相同的程序集内)变量。
If you declare them inside a method, they will go out of scope as soon as the method finishes running and the garbage collector will be able to reallocate the memory.
如果在方法内部声明这些变量,则变量将在此方法运行完以后超出范围,垃圾回收器将可以重新分配内存。
Memory 330 may include different memory components, such as a flash memory and a read only memory (ROM), although the scope of the present invention is not so limited.
存储器330可包括不同的存储器件,例如FLASH存储器和只读存储器,但是本发明的范围并不局限于此。
Use this function to clear variables of type VARIANTARG (or VARIANT) before the memory that contains the VARIANTARG is freed (as when a local variable goes out of scope).
使用这个函数去清除VARIANTARG(或VARIANT)类型的变量在内存包含的VARIANTARG被释放(当一个局部变量超出作用域时)。
Use this function to clear variables of type VARIANTARG (or VARIANT) before the memory that contains the VARIANTARG is freed (as when a local variable goes out of scope).
使用这个函数去清除VARIANTARG(或VARIANT)类型的变量在内存包含的VARIANTARG被释放(当一个局部变量超出作用域时)。
应用推荐