搜索结果
找到约 17 项符合
garbage 的查询结果
按分类筛选
嵌入式/单片机编程 Nand Flash Translation Layer 用于nandflash的操作。 bad block memory map garbage collection average er
Nand Flash Translation Layer
用于nandflash的操作。
bad block
memory map
garbage collection
average erase
软件设计/软件工程 关于内存管理中garbage collection机制的讨论
关于内存管理中garbage collection机制的讨论,包括在c和c++中的实现机制和相应的代码
中间件编程 A garbage collector for C and C
A garbage collector for C and C
Java编程 VerboseGC demonstrates the use of the java.lang.management API to print the garbage collection sta
VerboseGC demonstrates the use of the java.lang.management API to
print the garbage collection statistics and memory usage remotely
by connecting to a JMX agent with a JMX service URL:
service:jmx:rmi:///jndi/rmi://<hostName>:<portNum>/jmxrmi
where <hostName> is the hostname and <portNum> is the ...
软件设计/软件工程 Hard Real-time Garbage Collection in the Jamaica Virtual Machine 深入讲解了Jamvm中的垃圾收集机制
Hard Real-time Garbage Collection in the Jamaica Virtual Machine
深入讲解了Jamvm中的垃圾收集机制
C/C++语言编程 ibis模型理解说明
IBIS 模型在做类似板级SI 仿真得到广泛应用。在做仿真的初级阶段,经常对于ibis 模型的描述有些疑问,只知道把模型拿来转换为软件所支持的格式或者直接使用,而对于IBIS 模型里面的数据描述什么都不算很明白,因此下面的一些描述是整理出来的一点对于ibis 的基本理解。在此引用很多presention来描述ibis 内容(有的照抄过来 ...
其他 JILRuntime A general purpose, register based virtual machine (VM) that supports object-oriented feat
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 ...
汇编语言 ARM下 Implement matrix multiplication of 2 square matrices, with data read from an input file and pri
ARM下 Implement matrix multiplication of 2 square matrices, with data read from an input file and printed both to the console and to an output file.
&#8226 Assume a file with correct data (no garbage, characters, etc.).
&#8226 you must check and provide appropriate execution for 2 extra cases, namel ...
VC书籍 The Art of C++ by Herbert Schildt ISBN:0072255129 McGraw-Hill/Osborne © 2004 The author of
The Art of C++
by Herbert Schildt ISBN:0072255129
McGraw-Hill/Osborne &copy 2004
The author of this text applies C++ to a wide variety of high-powered, practical applications, each focusing on a different aspect of the language. Examples range from a garbage collector subsystem and a thread contr ...
编译器/解释器 C-Talk is interpreted scripting language with C-like syntax and dynamic type checking. Variables in
C-Talk is interpreted scripting language with C-like syntax and dynamic type checking. Variables in C-Talk have no type. So there is no compile time type checking in C-Talk, all checking is performed at runtime. To preserve reference integrity, explicit memory deallocation is prohibited in C-Talk, u ...