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

搜索资源列表

  1. mempool

    0下载:
  2. 内存池的实现方法,文件可以直接复用。应用在对处理速度有要求的场景下-Memory pool implementation, documents can be directly reused. Used when the processing speed required scenes
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-01
    • 文件大小:8519
    • 提供者:lizhi
  1. BuffPool

    0下载:
  2. 实现了简单的内存池技术,对初学者来说是很好的参考资料-The memory pool technology simple, for beginners is a good reference
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1827
    • 提供者:ha7nsi
  1. CPP-rom

    0下载:
  2. C++内存池的实现,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-01
    • 文件大小:316479
    • 提供者:dong
  1. ListPool

    0下载:
  2. 一个内存池应用的小例子,对内存池的使用可以作为参考-a memory pool small example of the application of the memory pool can be used as a reference
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:3625
    • 提供者:nzw0398miso
  1. MemoryPool

    0下载:
  2. 一个内存池的实现,能够减少碎片的产生,只支持普通内存,不支持类空间申请.-The realization of a memory pool, to reduce debris, only to support the common memory, do not support the type of space applications.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2478
    • 提供者:od76307miezhaoj
  1. MemoryPools

    0下载:
  2. 简单的内存池分配算法,已在大型MMO项目中使用-Simple memory pool allocation algorithm has been used in large-scale MMO projects
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:4874
    • 提供者:od76307miezhaoj
  1. MemPool

    0下载:
  2. 内存池的经典代码,包括内存池中内存的申请,释放,结构介绍,对于学习C++内存管理很哟u帮助-Classic memory pool code, including the application of the memory pool memory, release, structure for the memory management C++ very yo u help
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-01
    • 文件大小:9478
    • 提供者:ux7484xiadaoshi
  1. mempool100

    0下载:
  2. 简单的内存池的实现,需要进一步完善,但是有基本的功能-Simple realization of the memory pool, need further improvement, but the basic functionp
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2303
    • 提供者:ou39077heou
  1. mempool101

    0下载:
  2. c 内存池实现,内存复用,包含头文件和源文件-c memory pool implementation, memory reuse, including the header files and source files
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2016
    • 提供者:ou39077heou
  1. mempool102

    0下载:
  2. 一个简单的内存池实现算法,使用C++实现,使用VC6.0可以正常编译通过。-A simple memory pool algorithm, using C++ implementation by using VC6.0 to compile correctly.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:3201
    • 提供者:fo4118fanmei78
  1. MemPool104

    0下载:
  2. 一个很不错的内存池的源码,本人在项目中使用.很有价值.-A very good memory of the source pool, I used in the project. Very valuable.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:5332
    • 提供者:zff8272kuish
  1. MiniMemPool

    0下载:
  2. 迷你内存池,封装的一个模板类,简单好用!-Mini memory pool, encapsulate a template class, easy to use!
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1161
    • 提供者:rhp08003gujizh6
  1. objpool_test

    0下载:
  2. 一个简易的内存池,对于优化内存管理有很大的帮助!可以有效地减少碎片-A simple memory pool, for the optimization of memory management is very helpful! Can effectively reduce the debris
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2047
    • 提供者:wwb1b820gan
  1. simpool

    0下载:
  2. 一个简单的内存池实现,但是相对来说还是使用的-A simple memory pool implementation, but use is still relatively
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:3384
    • 提供者:yyx5x131wod9
  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. ListPool

    0下载:
  2. 一个内存池应用的小例子,对内存池的使用可以作为参考-a memory pool small example of the application of the memory pool can be used as a reference
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:3418
    • 提供者:kjiaiaota
  1. MemoryPool

    0下载:
  2. 一个内存池的实现,能够减少碎片的产生,只支持普通内存,不支持类空间申请.-The realization of a memory pool, to reduce debris, only to support the common memory, do not support the type of space applications.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2135
    • 提供者:y0xfxingye
  1. MiniMemPool

    0下载:
  2. 迷你内存池,封装的一个模板类,简单好用!-Mini memory pool, encapsulate a template class, easy to use!
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:743
    • 提供者:squkueyid
  1. simpool

    0下载:
  2. 一个简单的内存池实现,但是相对来说还是使用的-A simple memory pool implementation, but use is still relatively
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:2855
    • 提供者:k0042chaohu
  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 2 3 4 5 6 7 89 10 11 »
搜珍网 www.dssz.com