Welcome![Sign In][Sign Up]
Location:
Search - garbage collection

Search list

[OtherScriptApp-0.6.1.29-win

Description: JILRuntime A general purpose, register based virtual machine (VM) that supports object-oriented features, reference counting (auto destruction of data as soon as it is no longer used, no garbage collection), exceptions (handled in C/C++ or virtual machine code) and other debugging features. Objects and functions can be written in virtual machine code, as well as in C or C++, or any other language that can interface to C object code. The VM is written for maximum performance and thus is probably not suitable for embedded systems where a small memory footprint is required. Possible uses of the VM are in game development, scientific research, or to provide a stand-alone, general purpose programming environment.
Platform: | Size: 417996 | Author: fwx | Hits:

[Other resourceaboutthjavadust

Description: 1.JVM的gc概述 gc即垃圾收集机制是指jvm用于释放那些不再使用的对象所占用的内存。-1.JVM the gc outlined gc that garbage collection mechanism is jvm for the release of those who no longer use the right like occupied by the memory.
Platform: | Size: 5376 | Author: wq | Hits:

[OtherRealGarbageCollector2.0

Description: 很好的垃圾收集源代码-good garbage collection source code
Platform: | Size: 17178 | Author: | Hits:

[Embeded-SCM DevelopNFTL

Description: Nand Flash Translation Layer 用于nandflash的操作。 bad block memory map garbage collection average erase -Nand Flash Translation Layer for nandflash operation. Bad block memory map garbage collection averag e erase.
Platform: | Size: 30474 | Author: 易宏宇 | Hits:

[Other resourcegarbage-collection

Description: 关于内存管理中garbage collection机制的讨论,包括在c和c++中的实现机制和相应的代码-on memory management garbage collection mechanism for the discussion, included in the c and c of the mechanism and the corresponding code
Platform: | Size: 862821 | Author: everest | Hits:

[WinSock-NDISgbap_pool-0.4.tar

Description: 内存垃圾收集,是c,c++开发人员很头疼的内池回收问题-memory garbage collection, is c, c developers headache within the pool recovery
Platform: | Size: 611855 | Author: aleagu | Hits:

[Other resourcejffs2_src_study

Description: jffs2源码研究分析 全文分为 jffs2的数据实体及其内核描述符 描述jffs2特性的数据结构 注册文件系统 挂载文件系统 打开文件时建立inode的方法 jffs2中写正规文件的方法 jffs2中读正规文件的方法 jffs2中符号链接文件的方法表 jffs2中目录文件的方法表 jffs2的Garbage Collection 以及心得体会, 共11个章节 详细研究分析了jFFS2的源代码的核心部分.-jffs2 source analysis of the text is divided into jffs2 data entities and their kernel descriptors to describe jf fs2 characteristics of the structure of the registration file system mount file system open the document, to establish the inode jff s2 formal written document of jffs2 read the formal document which symlinks jffs2 the way Table Contents jffs2 which documents the method table jffs2 and Garbage Collection gained a total of 11 chapters of detailed analysis of the source code jFFS2 the core.
Platform: | Size: 160995 | Author: 康珂硕 | Hits:

[OS programboost_source_code

Description: 正则表达式,可以与POSIX API和Perl语言处理正则表达式的功能相媲美,而且还能支持各种字符类型(如char、wchar_t,甚至还可以是自定义字符类型); 多线程,想了很久的跨平台多线程库了; 数据结构“图”,再加上即将加入标准的hash_set、hash_map、hash_multiset、hash_multimap等等(事实上不少STL实作,如SGI STL,已经支持以上数据结构),C++对数据结构的支持已近完备; python,没错,对Python语言的支持; 智能指针,与std::auto_ptr一起善加使用,可杜绝内存泄露,效率更不可和垃圾收集机制GC同日而语; 更有循环冗余的CRC、可轻松定义返回多个值函数的元组tuple、可容纳不同类型值的any、对标准库各方面的补充…… 还在迅速扩大中,部分内容有望进入C++标准库…… -regular expression. with the POSIX API and Perl language processing Regular expressions are comparable to the function, but also support various types of characters (such as char and wchar_t. they can even be defined character type); Multithreading, for a long time to cross-platform and multi-threaded library; Data Structure "map", coupled with the imminent accession to the standards hash_set, hash_map. hash_multiset. hash_multimap etc. (In fact, many STL implementations, such as the SGI STL, support has been above data structure), C data structures to support the nearly complete; python, it is true that right Python language support; Smart indicator, std : : auto_ptr together to make good use, Memory can stop leaking, and not more efficient garbage collection mechanism GC same b
Platform: | Size: 3491458 | Author: hnycmx | Hits:

[Linux-Unixsourcecode

Description: linux下的垃圾收集-of garbage collection
Platform: | Size: 15219 | Author: 孙良 | Hits:

[Linux-Unixsourcecode

Description: linux下的垃圾收集-of garbage collection
Platform: | Size: 15360 | Author: 孙良 | Hits:

[OS programgc.tar

Description: 著名的C/C++垃圾回收站-famous C/C garbage collection
Platform: | Size: 772096 | Author: 华奇 | Hits:

[OtherGc_Ptr

Description: 一个C++的垃圾收集框架-a framework for the collection of garbage
Platform: | Size: 8192 | Author: | Hits:

[Software Engineeringgarbage-collection

Description: 关于内存管理中garbage collection机制的讨论,包括在c和c++中的实现机制和相应的代码-on memory management garbage collection mechanism for the discussion, included in the c and c of the mechanism and the corresponding code
Platform: | Size: 862208 | Author: everest | Hits:

[File Format2

Description: 稳定性是衡量软件系统质量的重要指标,内存泄漏是破坏系统稳定性的重要因素。由于采用垃圾回收机制,Java语言的内存泄漏的模式与C++等语言相比有很大的不同。全文通过与C++中的内存泄漏问题进行对比,讲述了Java内存泄漏的基本原理,以及如何借助Optimizeit profiler工具来测试内存泄漏和分析内存泄漏的原因,在实践中证明这是一套行之有效的方法。-Stability is a measure of the quality of software systems an important indicator of memory leaks is to undermine an important factor in system stability. As a result of garbage collection mechanism, Java language, memory leak patterns and C++ And other languages compared are quite different. The full text with the C++ In contrast to memory leak issues, about the Java memory leak of the fundamental tenets, and how to use Optimizeit profiler tool to test memory leaks and analyze memory leaks reasons, in practice, prove that this is a set of line The effective method.
Platform: | Size: 12288 | Author: myhuih | Hits:

[Process-Threadlibgc30_src

Description: LibGC is a very small library (less than 500 lines of code) that adds multithreaded garbage collection to C++.
Platform: | Size: 11264 | Author: qiao | Hits:

[OS programCString

Description: 这是一个CString的源代码,经过修改过,支持Ansi编码的字符串。比库的string更通俗易懂,是学习内存引用和自动垃圾回收的好代码!-This is a CString source code, after changes have been made to support the Ansi string encoding. Than the more user-friendly string library, is invoked to study memory and automatic garbage collection of good code!
Platform: | Size: 17408 | Author: david | Hits:

[Software EngineeringTuning-Garbage-Collection-with-the-5.0-Java-Virtua

Description: Java 1.5 jvm 虚拟机调优技术-Tuning Garbage Collection with the 5.0 Java Virtual Machine
Platform: | Size: 119808 | Author: ryan | Hits:

[OS programlibgc

Description: Portable thread-based garbage collection library, for C-LibGC is a thread-based garbage-collection library with the following features: thread-based garbage collection. precise collection. uses the mark & sweep algorithm. portable uses no low-level O/S-specific features. no dependencies headers only. weak pointers. garbage-collected strong and weak arrays. customizable garbage collection with user-defined finalize and mark callbacks. wrapper class for non-garbage-collected classes.
Platform: | Size: 134144 | Author: newsbc | Hits:

[VC/MFCGarbage-Collection-Algorithms.

Description: 垃圾收集电子书pdf格式 欢迎下载 英文原版,Garbage collection are welcome to download e-book pdf format original English
Platform: | Size: 14373888 | Author: jy | Hits:

[Software Engineeringslp-garbage collection

Description: 系统级编程课程的垃圾回收实验 有代码与文档说明(The garbage collection experiment of the system level programming course has code and document description)
Platform: | Size: 580608 | Author: 肉二酱 | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net