Welcome![Sign In][Sign Up]
Location:
Search - dynamic memory management code

Search list

[Develop ToolsDelphi 的内存管理器

Description: 如果代码中使用到需要动态内存的数据类型,那么这些数据类型的内部例程将访 问Delphi 的内存管理器。这些数据类型中就包括了AnsiString。这意味着绝大多数 的Delphi 程序都需要内存管理器-if the code needed to use dynamic memory data types, then these types of data internal routines will visit Delphi memory manager. These data types, including the AnsiString. This means that the vast majority of Delphi procedures require memory management device
Platform: | Size: 509233 | Author: pl | Hits:

[OS programfastmem

Description: 快速内存分配和管理源代码,避开了malloc/free机制,适合快速动态分配内存.-fast memory allocation and management of source code, thus avoiding the malloc / free mechanism for fast dynamic memory allocation.
Platform: | Size: 11367 | Author: 陈磊 | Hits:

[BooksDelphi 的内存管理器

Description: 如果代码中使用到需要动态内存的数据类型,那么这些数据类型的内部例程将访 问Delphi 的内存管理器。这些数据类型中就包括了AnsiString。这意味着绝大多数 的Delphi 程序都需要内存管理器-if the code needed to use dynamic memory data types, then these types of data internal routines will visit Delphi memory manager. These data types, including the AnsiString. This means that the vast majority of Delphi procedures require memory management device
Platform: | Size: 508928 | Author: pl | Hits:

[OS programfastmem

Description: 快速内存分配和管理源代码,避开了malloc/free机制,适合快速动态分配内存.-fast memory allocation and management of source code, thus avoiding the malloc/free mechanism for fast dynamic memory allocation.
Platform: | Size: 11264 | Author: 陈磊 | Hits:

[OS Developallocator

Description: 简单的动态内存管理程序源代码,包含测试代码。-Simple dynamic memory management source code, including test code.
Platform: | Size: 57344 | Author: 梁开祝 | Hits:

[OS Developcodes_for_OS_experiment_3

Description: 2008年操作系统实验3存储管理的代码。 主存的分配与回收。不同的存储管理方式下,实现主存空间的分配与回收。动态分区分配方式中的数据结构和分配算法及动态分区存储管理方式及其实现过程。-2008 experiment 3 storage management operating system code. Main memory allocation and recovery. Different storage management mode, the realization of main memory space allocation and recovery. Dynamic partitioning distribution patterns in the data structure and distribution of dynamic partitioning algorithm and storage management approach and its implementation process.
Platform: | Size: 2048 | Author: 风临机 | Hits:

[Delphi/CppBuilderdelphi-in-a-nutshell.9781565926592.25234

Description: Overview of Delphi Object Pascal, units and libraries, data and string types, exception handling, file I/O, classes and objects, inheritance, constructors and destructors, interfaces, reference counting, Windows messages, memory management strategies, virtual method tables (VMTs), properties, using TypInfo, virtual and dynamic methods, automated methods and COM, Delphi type information and RTTI, concurrent programming with threads, synchronization, thread local storage techniques, Delphi language reference, system constants, operator reference, compiler directives, code samples, and programming tips.
Platform: | Size: 19062784 | Author: chane | Hits:

[Windows DevelopWindows_Via_C-CPP

Description: 本书是讲解Windows操作系统内部机制的一本专著。作者从基本概念入手,全面系统地介绍了Windows底层实现机制、Windows应用程序的基本构件(包括进程、线程、内存管理、动态链接库、线程本地存储和Unicode)以及各类Windows API等,并列举了大量应用程序示例,精辟地分析了Windows编程的各个难点和要点,为掌握Windows编程技巧提供了一条有效的捷径。 本附件附全部电子版书籍和源代码,是学习Windows编程不可多得的好资料。-This book is to explain the internal mechanisms of Windows operating system, a monograph. From the basic concept of a comprehensive systematic introduction to the underlying implementation mechanism of Windows, Windows application building blocks (including processes, threads, memory management, dynamic link library, thread local storage and Unicode) and a variety of Windows API and so on, and cited a large number of application examples, incisive analysis of the Windows programming and main points of the various difficulties, in order to keep Windows programming techniques provides an effective shortcut. The annex attached to all electronic books and source code, is to learn Windows programming rare good information.
Platform: | Size: 27250688 | Author: 罗二小 | Hits:

[Windows Developneedcdoe.cn_c

Description: 全书分为3篇共20章,分别从指针、预处理器、C标准库、抽象、模板、异常、算法、容器、文件处理、动态内存管理等不同层次的话题展开讨论。书中的精粹代码,对于C和C++程序员具有很好的使用价值和启发意义。 -The book is divided into three a total of 20 chapters, respectively, from pointers, preprocessor, C standard library, abstract, templates, exceptions, algorithms, containers, file handling, dynamic memory management, the topic of discussion at different levels. The essence of the book code, for C and C++ programmers use value and has a good instructive.
Platform: | Size: 7429120 | Author: liuheng | Hits:

[Windows DevelopNAND_FLASH_FACTORY_PROGRAM

Description: 一、 概况 1. NAND 闪存的种类 2. NAND 闪存的框架 3. 非全页的编程(Partial Page Programming) 4. 从NAND 启动(Booting From NAND) 二、 NAND 闪存的可靠性问题 1. 坏块管理(Bad Block Management,BBM) 2. 坏块管理算法的规范 (BBM Algorithm Specification) 3. 6 个工厂编程的坏块管理的要素(Six BBM Factory Programming Elements) 1) 坏块的替换策略(Bad Block Replacement Strategy,BBR) 2) 分区(Partitioning) 3) 纠错码(Error Correction Codes ,ECC ) 4) 备用区的使用(Spare Area Placement,SAP) 5) 未用好块的格式(Free Good Block Formatting) 6) 动态元数据(Dynamic Metadata) 4. 系统举例 5. 通用的工厂编程坏块管理方案(Universal Factory Programming BBM Scheme) 6. 第三方和客制化的坏块管理方案(Third-party and Custom BBM Schemes) 三、 对Managed NAND 编程(Programming Managed NAND) 四、 NAND 的序列号(Serializing NAND) 五、 结论-I. Overview 1. NAND type flash memory 2. NAND flash memory framework 3. Non-full-page programming (Partial Page Programming) 4. From the NAND boot (Booting From NAND) Second, NAND flash memory reliability problems 1. Bad block management (Bad Block Management, BBM) 2. Bad block management algorithm specification (BBM Algorithm Specification) 3.6 factory-programmed elements of bad block management (Six BBM Factory Programming Elements) 1) bad block replacement policy (Bad Block Replacement Strategy, BBR) 2) partition (Partitioning) 3) error-correcting code (Error Correction Codes, ECC) 4) the use of spare area (Spare Area Placement, SAP) 5) the format is not good use of the block (Free Good Block Formatting) 6) The dynamic metadata (Dynamic Metadata) 4. System Example 5. GM s factory-programmed bad block management program (Universal Factory Programming BBM Scheme) 6. Third-party and custom bad block management program (Third-party and Custom BB
Platform: | Size: 2125824 | Author: livimi | Hits:

[Otheryuandaima

Description: 动态分区存储管理方式的主存分配回收源代码-Dynamic partitioning of main memory storage management recovery of the source code distribution
Platform: | Size: 1024 | Author: 杨欢 | Hits:

[Software EngineeringPython-source-code-analysis

Description: 了更好地利用Python语言,无论是使用Python语言本身,还是将Python与C/C++交互使用,深刻理解Python的运行原理都是非常重要的。本书以CPython为研究对象,在C代码一级,深入细致地剖析了Python的实现。书中不仅包括了对大量Python内置对象的剖析,更将大量的篇幅用于对Python虚拟机及Python高级特性的剖析。通过此书,读者能够透彻地理解Python中的一般表达式、控制结构、异常机制、类机制、多线程机制、模块的动态加载机制、内存管理机制等核心技术的运行原理,同时,本书所揭示的动态语言的核心技术对于理解其他动态语言,如Javascript、Ruby等也有较大的参考价值。 本书适合于Python程序员、动态语言爱好者、C程序员阅读。 -The better use of the Python language, whether using the Python language itself, or Python and C/C++ interactive use, deep understanding of Python works are very important. Book to retaining as the research object, in the C code level, analyzed deeply and in detail the Python implementation. The book not only includes a built-in objects for large Python analysis, more will be a lot of space for the Python virtual machine and the Python advanced features analysis. Through this book, readers will be able to thoroughly understand the general expression, control structure, abnormal mechanism in the Python, class, multi-threaded mechanism, the module of dynamic loading mechanism, memory management mechanism, the operation principle of the core technologies such as at the same time, the book reveals the dynamic language core technology for understanding other dynamic languages, such as Javascript, Ruby has great reference value. This book is suitable for Python programmers, dynamic language
Platform: | Size: 27994112 | Author: wuyong | Hits:

[VC/MFCsquirrel2

Description: Squirrel是高水平势在必行OO编程语言,设计是一个功能强大的脚本工具 适合的大小,内存带宽和实时性要求的应用,如游戏。虽然 松鼠提供了广泛的功能,如动态类型,代表团高阶功能,生成 口服补液盐,尾递归,异常处理,自动内存管理,无论是编译器和虚拟 机器结合在一起约6000行C + +代码。-Squirrel is a high level imperative-OO programming language, designed to be a powerful scripting tool that fits in the size, memory bandwidth, and real-time requirements of applications like games. Although Squirrel offers a wide range of features like dynamic typing, delegation, higher order functions, generat- ors, tail recursion, exception handling, automatic memory management, both compiler and virtual ma- chine fit together in about 6k lines of C++ code.
Platform: | Size: 135168 | Author: 云鹏 | Hits:

[OS DevelopNeiCunFenPeiYuHuiShou

Description: 操作系统:内存分配与回收实验源代码 编写程序完成动态分区存储管理方式的内存分配与回收。具体内容包括: 1、确定内存空闲分区表和进程内存分配表 2、采用首次适应算法完成内存空间的分配 3、采用最佳适应算法完成内存空间的分配 4、实现内存回收功能,包括单独回收;与上边空闲区邻接,合并回收;与下边空闲区邻接,合并回收;与上、下边空闲区邻接,合并回收。-Operating system: memory allocation and recovery experiments complete source code for programming dynamic storage management of memory allocation and recovery. Topics include: 1, the partition table to determine the memory free and process memory allocation table 2, with the completion of the first-fit algorithm to allocate memory space of 3, with best-fit allocation algorithm completes the memory space of 4, to achieve memory recovery features, including separate collection and on top of the free area adjacent to the combined recovery adjacent to an empty area below the combined recovery and on the bottom the free area adjacent to merge recovered.
Platform: | Size: 957440 | Author: 艾克旦 | Hits:

[Web Servergoahead-2.5.0-src

Description: GoAhead是一个开源(商业许可)、简单、轻巧、功能强大、可以在多个平台运行的嵌入式Web Server。 GoAhead Web Server是为嵌入式实时操作系统(RTOS)量身定制的Web服务器。它的目标也许不在于WEB服务器市场,而是面向当嵌入式系统深入我们的工作与生活的明天,那时,它也许会成为使用最广泛的WEB服务器。 GoAhead Web Server构建在设备管理框架(Device Management Framework)之上,用户可以像标准的Web Services一样来部署自己的应用,不需要额外的编程。GoAhead Web Server支持SOAP客户端(Simple Object Access Protocol,简单对象访问协议)。(GoAhead is the world's most popular tiny embedded web server and is deployed in hundreds of millions of devices. GoAhead is simple, compact and ideal for the the efficient hosting of embedded web applications. GoAhead is only 115K of code, yet provides a powerful and comprehensive set of features for secure web applications. GoAhead has a strong set of features including: SSL, authentication, security limits, and logging. With these features, GoAhead can be easily embedded in your device to run web applications. Compact and Efficient GoAhead is optimized for hosting dynamic embedded web applications via an event driven, single-threaded core. It is very compact (115K code) and is especially effective in reducing the per-request memory overhead for web applications.)
Platform: | Size: 1512448 | Author: Blueurchin | Hits:

CodeBus www.codebus.net