The same overloaded operator allows you to construct objects of class A, B, and C in shared memory.
同一个重载的操作符让您可以在共享内存中构造类A、B和C 的对象。
These statistics dispense data on the basic JVM features, such as Just-In-Time (JIT) compilation, class loading, memory allocation, and most interestingly, garbage collection.
这些统计信息涉及诸如即时 (JIT)编译、类加载、内存分配以及最有趣的垃圾收集之类基本的JVM特性。
If no class objects are found in the owner chain, then this denotes the root object in the memory dump from where the leak container can be reached.
如果在所有者链中未发现任何类对象,则此术语表示可找到泄漏容器的内存转储中的根对象。
Seeing how words are used (and how sentences are structured) with your own eyes helps you commit the information to memory better than by listening to a teacher discuss the points in class.
用你自己的双眼去看看怎么使用词汇(以及怎么组织句子),可以令你把这些信息牢牢记住,远胜听老师在课堂上讲解这些要点。
This is often a class object which holds a static reference; for example, the MyClass object in the memory leak example in Listing 1.
这通常是一个保留静态引用的类对象;例如,清单1的内存泄漏示例中的MyClass对象。
The VTMemory class represents an area of memory where the allocation mechanism can use any algorithm and hence can vary in time.
VTMemory类表示的内存域则是这样的,其内存分配机制可以使用任何算法,因此时间也是千差万别的。
Because the majority of class data is stored in the ROMClass, this is where the virtual memory savings are made.
因为大部分类数据存储在ROMClass中,因此可以节省虚拟内存。
Memory should never contain more than one instance of the plug-in class.
内存中包含的这个插件类的实例从来不应该超过一个。
This might be important in large applications that support many different types of functionality, since the memory for the object is only allocated if the class is actually used.
这在支持很多不同类型功能的大型应用程序中可能很重要,因为只有在实际使用该类时,才会分配对象的内存。
The class of drugs used by the UCLA team to block GABA receptors is currently in clinical development for other conditions, such as memory loss, and has been well-tolerated in small studies.
这类伽马氨基丁酸受体的抑制药物现正被加州大学的研究小组用于其他方面的临床研究,如失忆,并在一些小的研究上得到了广泛的认同。
Once in the Philippines, when I was eleven, I had to recite the week's lesson from memory to the teacher in Mandarin class.
有一次在菲律宾,那时我才十一岁,被要求在汉语课堂上向老师背诵出本周的课文。
You can think of an instance of this class as an in-memory representation of the rules contained in your rules file.
可以将这个类的实例看作规则文件中所包含规则的内存中表示。
The StringBuilder class in the System.Text namespace joins strings together without allocating a new string instance each time; this efficiency greatly improves memory utilization.
Text命名空间中的StringBuilder类无须每次分配新的字符串实例即可将字符串连接在一起;这一效率大大改进了内存的利用。
But the HttpPostedFile class description states that "By default, all requests, including form fields and uploaded files, larger than 256 KB are buffered to disk, rather than held in server memory."
但是HttpPostedFile类的描述声明“默认情况下,所有的请求,包括表单域和上传的文件大于256KB的都缓冲到磁盘,而不是在服务器内存中。”
The in-memory representation of a schema is defined as the schema class, which is immutable and therefore thread-safe.
模式的内存中表示被定义为schema类,该类是恒定的,因此也是线程安全的。
The idea is to make this class as easy as possible to use, while making it efficient in terms of memory and access time.
这一想法使得这个类尽可能易用,同时在内存和访问时间上也保证了高效。
BookServiceImpl is a singleton class that USES an in-memory map to maintain the collection of book objects.
BookService Impl是一个singleton类,使用一个内存映射图(in - memory map)来维护图书对象集合。
Can say I have seen countless games and stay in my memory, is the best in our class and five (5) a wonderful football match in class.
可以说我看过无数的比赛,带留在我的记忆里,最精彩的是我们班与五(5)班的一场精彩的球赛。
Long term memory is the goal for truly learning from the material that you cover in class.
长期记忆的目标是真正学习课堂的知识。
I found it is very helpful for me, because I get bad memory, I will forget what I have learned in the class soon, so my teacher asks me write down what I get.
我发现这对我很有用,因为我的记忆力不好,我会很快就忘记了在课上学到的,因此我的老师叫我记下所学到的。
My favorite memory is from when we were in the ninth grade, and we were in the same Social Studies class.
我最深刻的记忆是我们九年级的时候,那时我们在同一个社会研究班级。
The class of networks has wide applications in many fields such as pattern recognition, associative memory and artificial intelligence. Such model caused much attention of researchers.
由于这类神经网络能存储双极向量对,并在模式识别、联想记忆、人工智能等方面有广泛应用,对这类模型的研究引起很多学者的关注。
The JiT compiler creates that factory class on the fly, in memory, in the browser.
JiT编译器动态地在浏览器的内存中创建这个工厂类。
In this dissertation, the problem of memory non-fragile control for a class of Takagi-Sugeno (T-S) fuzzy systems is studied.
本文从理论上研究了模糊系统的有记忆非易碎控制。
This is a special type of class in which the memory allocated is only the amount necessary for the union's largest data member.
这是一种特殊类型的类,在其中仅分配联合的最大数据成员所需的内存量。
And if I were to decode all of my resources in the map class, would it cause out of memory errors?
如果我对我所有的地图类资源,会导致内存不足的错误?
When overridden in a derived class, allows a SOAP extension access to the memory buffer containing the SOAP request or response.
当在派生类中被重写时,允许SOAP扩展访问包含 SOAP请求或响应的内存缓冲区。
If you assign one class instance variable to another, not only do they have the same data type, they point to the same class instance in memory.
如果将一个类实例变量赋给另一个类,它们不仅具有相同的数据类型,还在内存中指向相同的类实例。
If you want the garbage collector to perform cleanup operations on your object before it reclaims the object's memory, you must override this method in your class.
如果要让垃圾回收器在回收对象的内存之前对对象执行清理操作,您必须在类中重写此方法。
If you want the garbage collector to perform cleanup operations on your object before it reclaims the object's memory, you must override this method in your class.
如果要让垃圾回收器在回收对象的内存之前对对象执行清理操作,您必须在类中重写此方法。
应用推荐