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

搜索资源列表

  1. MALLOC

    0下载:
  2. malloc source code _C CUSTOMIZED MEMORY ALLOCATORS_ by Paul Anderson -malloc source code _C CUSTOMIZED Memory AL LOCATORS_ by Paul Anderson
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:2158
    • 提供者:jmao
  1. !!malloc参考代码与注释

    1下载:
  2. lunix下用c编写malloc函数-lunix c prepared using malloc function
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:7269
    • 提供者:张高山
  1. malloc.rar

    0下载:
  2. 内存分配模拟实现 模拟各种内存分配算法,Memory allocation for analog simulation of a variety of memory allocation algorithms
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:123276
    • 提供者:xuying
  1. malloc.rar

    1下载:
  2. CSAPP一书的malloc实验,关于虚拟内存的动态分配,有详细实验报告,Malloc book CSAPP experiments on the dynamic allocation of virtual memory, a detailed test report
  3. 所属分类:Windows Develop

    • 发布日期:
    • 文件大小:90663
    • 提供者:刘志群
  1. malloclab-handout

    5下载:
  2. CSAPP malloc实验的优化,以及几个运行的实例。-CSAPP malloc experiment optimization, and several running examples.
  3. 所属分类:Internet/网络编程

    • 发布日期:2012-12-19
    • 文件大小:20647
    • 提供者:kongling
  1. malloc

    0下载:
  2. 操作系统实验,内存分配与回收,用MFC做的源程序,包括首次和最佳分配算法-Experimental operating system, memory allocation and recovery, to do with the MFC source code, including the first and best allocation algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:788054
    • 提供者:肖健
  1. mmref

    0下载:
  2. mmref.c of csapp lab7: malloc and realloc memory space
  3. 所属分类:OS Develop

    • 发布日期:2017-04-08
    • 文件大小:2498
    • 提供者:s
  1. malloc-java

    0下载:
  2. java实现的malloc函数。供模拟学习用,不是底层实现。-malloc function written in java. only for study and animation. not a low-level implemention
  3. 所属分类:Data structs

    • 发布日期:2017-11-05
    • 文件大小:7168
    • 提供者:axe33shj
  1. malloc.tar.z

    0下载:
  2. 对内存的分配、释放和使用进行检查,以发现不合法指针,减少程序BUG- To the memory assignment, the release and the use carry on the inspection, discovered the illegal indicator, reduces procedure BUG
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-22
    • 文件大小:35381
    • 提供者:站长
  1. malloc

    0下载:
  2. 约瑟夫环的算法-Joseph Ring algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:785
    • 提供者:王文娟
  1. malloc

    0下载:
  2. malloc about C++ application
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1067
    • 提供者:dy
  1. FreeBSD-7-kernel

    0下载:
  2. FreeBSD-7 kernel malloc source code analysis
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:285364
    • 提供者:zhangshouying
  1. huffman

    0下载:
  2. 在网上能够找到的最简单,最快速的哈夫曼编码。本方法不使用任何扩展动态库,比如STL或者组件。只使用简单的C函数,比如:memset,memmove,qsort,malloc,realloc和memcpy。-Online to find the simplest, fastest Huffman. This method does not use any extension of the dynamic libraries, such as STL or components. Only usin
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:13839
    • 提供者:zhaoyibin
  1. mymalloc

    0下载:
  2. 高人编写的动态内存处理函数,非采用malloc,如果想深入研究动态内存管理,此程序是个不错的选择!-Gao Ren prepared by the dynamic memory handling functions, the non-use of malloc, if you want to in-depth study of dynamic memory management, this program is a good choice!
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:4230
    • 提供者:fang
  1. malloc

    0下载:
  2. malloc可以查看具体怎么实现的 自己也能跟好的了解malloc源文件 -malloc可以查看具体怎么实现的 自己也能跟好的了解malloc源文件 好好看看
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:1372
    • 提供者:汪涵
  1. BufferManage

    0下载:
  2. C 程序设计语言定义了两个标准的内存管理函数:malloc() 和 free()。C 程序员经常使用那些函数在运行时分配缓冲区,以便在函数之间传递数据。然而在许多场合下,您无法预先确定缓冲区所需的实际大小,这对于构造复杂的 C 程序来说,可能会导致几个根本性的问题。一种自我管理的抽象数据缓冲区概括地给出了抽象缓冲区的伪 C 代码实现,并详细介绍了采用这种机制的优点。-C programming language defines two standard memory management fun
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1359
    • 提供者:谢德平
  1. malloc

    1下载:
  2. C语言内存分配函数malloc的源代码,让你更清楚C语言中的内存模型-source code of molloc.c
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:50862
    • 提供者:captain
  1. 1

    0下载:
  2. malloc项目第一阶段:固定内存分配,同时加深对数据结=结构的理解-malloc first phase: Fixed memory allocation, while deepening the understanding of the data structure node =
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:6539
    • 提供者:rufang
  1. 2

    0下载:
  2. malloc项目第二阶段:动态内存分配,同时加深对数据结=结构的理解-malloc second phase of project: Dynamic memory allocation, while deepening understanding of the structure of the data node =
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:8355
    • 提供者:rufang
  1. mjjanusa-malloc-lab-2-04360fc

    2下载:
  2. csapp 实验 这是csapp实验中的第三个系列,有关malloc 的改写,就发了有用的 -csapp malloc
  3. 所属分类:AI-NN-PR

    • 发布日期:
    • 文件大小:720685
    • 提供者:songchi
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com