CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - memory pool

搜索资源列表

  1. memory-pool

    0下载:
  2. 好像是关于内存池的一个例子,具体就忘了,下完看一下吧!-A example about memory pool,use VC language.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:441412
    • 提供者:李爹啊
  1. RTX51Examples

    0下载:
  2. RTX51 example use. Inside are example on how to use RTX51 RTOS. it uses memory pool, messages, RTXbank and shared var
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:125184
    • 提供者:其他
  1. MemoryMonitor

    0下载:
  2. MemoryMonitor demonstrates the use of the java.lang.management API in observing the memory usage of all memory pools consumed by the application. This simple demo program queries the memory usage of each memory pool and plots the memory u
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:14803
    • 提供者:向明建
  1. MEMORY-MANAGE

    0下载:
  2. 本程序主要实现内存管理的演示说明功能,利用MFC将七个部分综合在一起来说明内存管理的相关知识,包含1:内存空间分配,2:分配失败,3:堆区学习,4:虚拟内存,5:内存泄漏,6:内存池,7:智能指针等七部分,现已实现分配失败,堆区学习,内存泄漏等三部分,其他的演示对话框已经完成,但是功能还未实现-this procedure main memory management functions of the presentations, MFC will use some combination of
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:223671
    • 提供者:罗恺
  1. programmer-13-memory-pool

    0下载:
  2. Memory Pool 的設計哲學和無痛運用-Memory Pool design philosophy and painless to use
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:441422
    • 提供者:t8086
  1. memory

    0下载:
  2. vxworks 内存管理 静态内存池分配,释放等-VxWorks memory management static memory pool allocation, release, etc.
  3. 所属分类:VxWorks

    • 发布日期:2017-03-27
    • 文件大小:1818
    • 提供者:jugovic
  1. MemPool

    0下载:
  2. memory pool, you can test it, it work we-memory pool
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:10053
    • 提供者:kaka
  1. pool

    0下载:
  2. 完成内存池的分配,管理,应用,以及对内存的合理分配-The completion of the memory pool allocation, management, application, and the rational allocation of memory
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:61699
    • 提供者:刘诚
  1. memory_pool

    0下载:
  2. fast buddy memory pool
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:1221
    • 提供者:dongju
  1. programmer-13-memory-pool

    0下载:
  2. 关于内存池的设计方面的书籍,可以参考,希望对你实现内存池有帮助-memory pool
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:441174
    • 提供者:小牛
  1. programmer-memory-pool

    0下载:
  2. 介绍内存管理,帮助程序员更好的理解内存。开发出高质量的程序-a book introducing the memory management
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:441162
    • 提供者:陈珍珍
  1. Super-memory-pool

    0下载:
  2. 只要把四个文件放入到你的项目工程当中去,编译完成之后内存池就会完全接管你申请内存时的NEW,DELETE操作。-As long as the four files into your project of the project, and after the compilation memory pool will be completely take over your memory of the application for NEW, DELETE operation.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:7125
    • 提供者:duane
  1. Memory-Pool

    0下载:
  2. 池内春秋,关于共享内存的一本好书,侯捷所著,包括C++对象的编程要点、性能分析-Pool the Spring and Autumn Period, the shared memory of a good book, written by Hou Jie, including the points of C++ object programming, performance analysis
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:441168
    • 提供者:hc
  1. Pool

    0下载:
  2. 一个支持多线程的高效内存池,Visual studio下编译通过。-An efficient multi-threaded memory pool.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:14488
    • 提供者:武昊
  1. mem-poolAndThread-pool

    0下载:
  2. 培训资料,讲解内存池和线程池的创建和使用,值得研究学习。-Training materials, create and use to explain the memory pool and thread pool, it is worth study.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-17
    • 文件大小:123811
    • 提供者:
  1. elr-memery-pool

    0下载:
  2. elr-memery-pool-内存池.非常不错的一个能在MS WIND/*NIx 下使用的,多线程安全内存池-elr-memery-pool-memory pool. very good one can be used in MS WIND /* next NIx, multi-thread-safe memory pool
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:121472
    • 提供者:田浩
  1. Memory-pool

    0下载:
  2. VC++ 写的托管代码 自动实现内存分配和垃圾回收-VC++ to write managed code to automate memory allocation and garbage collection
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-23
    • 文件大小:390687
    • 提供者:李俊超
  1. Super-memory-pool

    0下载:
  2. 只要把四个文件放入到你的项目工程当中去,编译完成之后内存池就会完全接管你申请内存时的NEW,DELETE操作。-As long as the four files into your project of the project, and after the compilation memory pool will be completely take over your memory of the application for NEW, DELETE operation.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-01
    • 文件大小:7721
    • 提供者:qqu9u094zhungke
  1. Super-memory-pool

    0下载:
  2. 只要把四个文件放入到你的项目工程当中去,编译完成之后内存池就会完全接管你申请内存时的NEW,DELETE操作。-As long as the four files into your project of the project, and after the compilation memory pool will be completely take over your memory of the application for NEW, DELETE operation.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-04
    • 文件大小:7261
    • 提供者:pa243uanlaol7
  1. rt_Memory-pool

    0下载:
  2. 非常好的内存池管理代码,包括内存池的创建,内存申请,内存的释放等功能,对内存管理的学习和运用有很大的帮助-Very good memory pool management code, including the creation of memory pool, memory applications, memory release and other functions, the memory management of learning and use of a great help
  3. 所属分类:SCM

    • 发布日期:2017-12-14
    • 文件大小:3245
    • 提供者:smithhlz
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com