搜索结果

找到约 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
https://www.eeworm.com/dl/647/180119.html
下载: 57
查看: 1191

软件设计/软件工程 关于内存管理中garbage collection机制的讨论

关于内存管理中garbage collection机制的讨论,包括在c和c++中的实现机制和相应的代码
https://www.eeworm.com/dl/684/189324.html
下载: 197
查看: 1024

中间件编程 A garbage collector for C and C

A garbage collector for C and C
https://www.eeworm.com/dl/682/207008.html
下载: 161
查看: 1046

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 ...
https://www.eeworm.com/dl/633/229585.html
下载: 82
查看: 1054

软件设计/软件工程 Hard Real-time Garbage Collection in the Jamaica Virtual Machine 深入讲解了Jamvm中的垃圾收集机制

Hard Real-time Garbage Collection in the Jamaica Virtual Machine 深入讲解了Jamvm中的垃圾收集机制
https://www.eeworm.com/dl/684/308367.html
下载: 84
查看: 1022

C/C++语言编程 ibis模型理解说明

IBIS 模型在做类似板级SI 仿真得到广泛应用。在做仿真的初级阶段,经常对于ibis 模型的描述有些疑问,只知道把模型拿来转换为软件所支持的格式或者直接使用,而对于IBIS 模型里面的数据描述什么都不算很明白,因此下面的一些描述是整理出来的一点对于ibis 的基本理解。在此引用很多presention来描述ibis 内容(有的照抄过来 ...
https://www.eeworm.com/dl/503/37364.html
下载: 147
查看: 1148

其他 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 ...
https://www.eeworm.com/dl/534/136689.html
下载: 167
查看: 1065

汇编语言 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 ...
https://www.eeworm.com/dl/644/153518.html
下载: 135
查看: 1157

VC书籍 The Art of C++ by Herbert Schildt ISBN:0072255129 McGraw-Hill/Osborne &copy 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 ...
https://www.eeworm.com/dl/686/176357.html
下载: 80
查看: 1036

编译器/解释器 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 ...
https://www.eeworm.com/dl/628/185659.html
下载: 62
查看: 1109