您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. The_C_programming_Language

  2. Contents Preface Preface to the first edition Introduction Chapter 1: A Tutorial Introduction Getting Started Variables and Arithmetic Expressions The for statement Symbolic Constants Character Input and Output File Copying Character Counting Line C
  3. 所属分类:C

    • 发布日期:2009-06-13
    • 文件大小:253952
    • 提供者:huiyanhuishi
  1. Visual C++ 编程资源大全(英文源码 DLL)

  2. 1,01.zipDialogs in DLL在DLL中实现对话框(5KB)2,02.zipExport dialogs in MFC Extension DLLs在MFC扩充DLL中输出对话框(12KB)3,03.zipRemapping resource scr ipt ID's重影象资源的标识符(4KB)4,04.zipDetermine DLL version number检测DLL的版本号(7KB)5,05.zipGetting the complete information abo
  3. 所属分类:C++

    • 发布日期:2007-10-23
    • 文件大小:3145728
    • 提供者:zhangxucool
  1. 深入理解计算机系统(英文版)

  2. Contents Preface i 1 Introduction 1 1.1 Information isBits inContext . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.2 Programs areTranslated byOtherPrograms intoDifferent Forms . . . . . . . . . . . . . . . 3 1.3 ItPays toUnde
  3. 所属分类:Web开发

    • 发布日期:2009-10-01
    • 文件大小:4194304
    • 提供者:wang3113
  1. C语言圣经(英文版)

  2. Preface Preface to the first edition Introduction Chapter 1: A Tutorial Introduction Getting Started Variables and Arithmetic Expressions The for statement Symbolic Constants Character Input and Output File Copying Character Counting Line Counting W
  3. 所属分类:C

    • 发布日期:2009-10-09
    • 文件大小:254976
    • 提供者:xiancaonima
  1. memcached .pdf中文手册

  2. 译者序.................................................................................................................................................4 第1 章 memcached的基础..................................................................................
  3. 所属分类:Memcached

    • 发布日期:2009-10-14
    • 文件大小:952320
    • 提供者:lvsmaster
  1. \the c programming language

  2. C经典书籍 The C programming Language By Brian W. Kernighan and Dennis M. Ritchie. Published by Prentice-Hall in 1988 Contents Preface Preface to the first edition Introduction Chapter 1: A Tutorial Introduction Getting Started Variables and Arithmetic E
  3. 所属分类:C

    • 发布日期:2009-11-05
    • 文件大小:254976
    • 提供者:MeteorRed
  1. stl allocator(stl 分配器)

  2. 代码实现了大的内存池以及由此实现的stl allocator代码。
  3. 所属分类:C++

    • 发布日期:2011-02-05
    • 文件大小:3072
    • 提供者:gavingqf
  1. 游戏编程high performance heap allocator

  2. 游戏编程high performance heap allocator
  3. 所属分类:C++

    • 发布日期:2011-04-08
    • 文件大小:29696
    • 提供者:llkky
  1. c++ allocator 实现

  2. linux下c++ allocator 共享内存,内存池实现
  3. 所属分类:C++

    • 发布日期:2008-05-06
    • 文件大小:122880
    • 提供者:waiwai88
  1. A Fast Memory Allocator -- 快速内存分配器

  2. A Fast Memory Allocator -- 快速内存分配器 v0.3 基于Python obmalloc模块,改变了block与pool的缓存方式,将arena由原来的两种状态明确处理成三种状态——empty、usable、full,使得以统一的方式处理pool与arena(两组函数完全类似,从而也使得我写了两个通用的链表处理函数PREPEND_NODE和POP_NODE),改进后的处理方式使代码更好理解,可读性更好。 参考资料:《Python 源码剖析》陈儒;Python源代码,o
  3. 所属分类:C/C++

    • 发布日期:2011-10-04
    • 文件大小:35840
    • 提供者:shoulea
  1. slab allocator

  2. The Slab Allocator: An Object-Caching Kernel Memory Allocator
  3. 所属分类:电子政务

    • 发布日期:2012-06-08
    • 文件大小:65536
    • 提供者:melongmelong
  1. Memory allocator

  2. Memory allocators form interesting case studies in the engineering of infrastructure software. I started writing one in 1987, and have maintained and evolved it (with the help of many volunteer contributors) ever since. This allocator provides imple
  3. 所属分类:其它

    • 发布日期:2012-09-14
    • 文件大小:111616
    • 提供者:yuanqf2002
  1. Local register allocator

  2. Implement local register allocator with top-down algorithm and bottom-up algorithm
  3. 所属分类:Java

    • 发布日期:2013-10-23
    • 文件大小:14336
    • 提供者:u012541814
  1. 彻底学习STL中的Allocator

  2. 关于stl中的Allocator的深入了解
  3. 所属分类:C++

    • 发布日期:2008-10-30
    • 文件大小:84992
    • 提供者:xxxxx99999
  1. Linux Slub Allocator工作原理

  2. Linux中Slub allocator工作原理介绍
  3. 所属分类:Linux

    • 发布日期:2014-12-29
    • 文件大小:997376
    • 提供者:pss1119
  1. CSAPP lab memory allocator

  2. 不同于书上的解决办法,根据traces十分高效
  3. 所属分类:C/C++

    • 发布日期:2016-04-02
    • 文件大小:14336
    • 提供者:legenas
  1. The Slab Allocator An Object-Caching Kernel Memory Allocator

  2. The Slab Allocator An Object-Caching Kernel Memory Allocator
  3. 所属分类:Linux

    • 发布日期:2018-03-08
    • 文件大小:55296
    • 提供者:redkowl
  1. linux slob slab slub allocator

  2. Linux memory slob slab slub allocator. Three different memory allocators comprision.
  3. 所属分类:Linux

    • 发布日期:2018-12-15
    • 文件大小:306176
    • 提供者:wuairen
  1. Dynamic-Memory-Allocator:动态内存分配器,使用最合适的位置和显式空闲列表-源码

  2. Dynamic-Memory-Allocator:动态内存分配器,使用最合适的位置和显式空闲列表
  3. 所属分类:其它

    • 发布日期:2021-03-13
    • 文件大小:30720
    • 提供者:weixin_42115074
  1. container:由std.experimental.allocator支持的容器-源码

  2. container:由std.experimental.allocator支持的容器
  3. 所属分类:其它

    • 发布日期:2021-02-05
    • 文件大小:70656
    • 提供者:weixin_42159267
« 12 3 4 5 6 7 »