亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

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

    標(biāo)簽: Translation collection nandflash average

    上傳時(shí)間: 2014-07-02

    上傳用戶:lingzhichao

  • 關(guān)于內(nèi)存管理中Garbage collection機(jī)制的討論

    關(guān)于內(nèi)存管理中Garbage collection機(jī)制的討論,包括在c和c++中的實(shí)現(xiàn)機(jī)制和相應(yīng)的代碼

    標(biāo)簽: collection Garbage 內(nèi)存管理 機(jī)制

    上傳時(shí)間: 2013-12-18

    上傳用戶:cylnpy

  • A Garbage collector for C and C

    A Garbage collector for C and C

    標(biāo)簽: collector Garbage and for

    上傳時(shí)間: 2015-10-09

    上傳用戶:Divine

  • 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 port number to which the JMX agent will be connected.

    標(biāo)簽: the demonstrates collection management

    上傳時(shí)間: 2013-12-26

    上傳用戶:lgnf

  • Hard Real-time Garbage Collection in the Jamaica Virtual Machine 深入講解了Jamvm中的垃圾收集機(jī)制

    Hard Real-time Garbage Collection in the Jamaica Virtual Machine 深入講解了Jamvm中的垃圾收集機(jī)制

    標(biāo)簽: Collection Real-time Garbage Jamaica

    上傳時(shí)間: 2013-12-26

    上傳用戶:shawvi

  • ibis模型理解說明

    IBIS 模型在做類似板級SI 仿真得到廣泛應(yīng)用。在做仿真的初級階段,經(jīng)常對于ibis 模型的描述有些疑問,只知道把模型拿來轉(zhuǎn)換為軟件所支持的格式或者直接使用,而對于IBIS 模型里面的數(shù)據(jù)描述什么都不算很明白,因此下面的一些描述是整理出來的一點(diǎn)對于ibis 的基本理解。在此引用很多presention來描述ibis 內(nèi)容(有的照抄過來,阿彌陀佛,不要說抄襲,只不過習(xí)慣信手拈來說明一些問題),僅此向如muranyi 等ibis 先驅(qū)者致敬。本文難免有些錯(cuò)誤或者考慮不周,隨時(shí)歡迎進(jìn)行討論并對其進(jìn)行修改!IBIS 模型的一些基本概念I(lǐng)BIS 這個(gè)詞是Input/Output buffer information specification 的縮寫。本文是基于IBIS ver3.2 所撰寫出來(www.eigroup.org/IBIS/可下載到各種版本spec),ver4.2增加很多新特性,由于在目前設(shè)計(jì)中沒用到不予以討論。。。在業(yè)界經(jīng)常會(huì)把spice 模型描述為transistor model 是因?yàn)樗枋龊芏嚯娐芳?xì)節(jié)問題。而把ibis 模型描述為behavioral model 是因?yàn)樗⒉幌髎pice 模型那樣描述電路的構(gòu)成,IBIS 模型描述的只不過是電路的一種外在表現(xiàn),象個(gè)黑匣子一樣,輸入什么然后就得到輸出結(jié)果,而不需要了解里面驅(qū)動(dòng)或者接收的電路構(gòu)成。因此有所謂的Garbage in, Garbage out,ibis 模型的仿真精度依賴于模型的準(zhǔn)確度以及考慮的worse case,因此無論你的模型如何精確而考慮的worse case 不周全或者你考慮的worse case 如何周全而模型不精確,都是得不到較好的仿真精度。

    標(biāo)簽: ibis 模型

    上傳時(shí)間: 2013-10-16

    上傳用戶:zhouli

  • 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 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.

    標(biāo)簽: object-oriented JILRuntime register supports

    上傳時(shí)間: 2013-12-23

    上傳用戶:cc1015285075

  • 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. • Assume a file with correct data (no Garbage, characters, etc.). • you must check and provide appropriate execution for 2 extra cases, namely when the matrix size given is either “0” , or when the size is greater than the maximum handled of “5” . In these 2 cases you must implement the following behaviour: o If size = 0, then print a message “Size = 0 is unacceptable” and continue by reading the next size for the next 2 matrices (if not end of file). o If size >5, then print two messages: “Size is too big - unacceptable”. Then read and discard the next (size2 ) integers and continue by reading the next size for the next 2 matrices (if not end of file).

    標(biāo)簽: multiplication Implement matrices matrix

    上傳時(shí)間: 2014-08-30

    上傳用戶:dsgkjgkjg

  • 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 © 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 control panel to AI-based searches and more.

    標(biāo)簽: McGraw-Hill 0072255129 The Herbert

    上傳時(shí)間: 2015-07-18

    上傳用戶:lx9076

  • 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, unused objects are automatically deallocated by Garbage collector.

    標(biāo)簽: interpreted Variables scripting checking

    上傳時(shí)間: 2015-08-18

    上傳用戶:王者A

主站蜘蛛池模板: 屯昌县| 奉节县| 遂宁市| 甘孜县| 河津市| 尉犁县| 井陉县| 龙井市| 长子县| 称多县| 光泽县| 桃园市| 白城市| 和田市| 防城港市| 会泽县| 西青区| 保山市| 平远县| 兴仁县| 石嘴山市| 马公市| 思南县| 修武县| 无棣县| 米脂县| 德昌县| 米脂县| 孟连| 青州市| 南华县| 南木林县| 石河子市| 南陵县| 象山县| 达尔| 海南省| 新干县| 清苑县| 桃园市| 韶山市|