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

搜索资源列表

  1. 桌面hhs

    0下载:
  2. int *base int *top int stacksize }sqstack inistack(sqstack &s) { s.base=(int*)malloc(stackintsize*sizeof(int)) if(!s.base) exit(-2) s.top=s.base s.stacksize=stackintsize return 1 }- int *base int *top i
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3046
    • 提供者:王键
  1. a1229

    0下载:
  2. 一个C程序,用char *malloc(unsigned size)函数向系统申请一次内存空间-a C program, char * malloc (unsigned size) function to the system for a memory space
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:927
    • 提供者:liutao
  1. malloc.rar

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

    • 发布日期:2017-04-01
    • 文件大小: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. 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. 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. 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. 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. Difference-Between-Malloc-and-Calloc

    0下载:
  2. Difference Between Malloc and Calloc
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:5271
    • 提供者:vijay
  1. Malloc-Simumation

    0下载:
  2. malloc implementation
  3. 所属分类:Other windows programs

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

    0下载:
  2. malloc Classic Source
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:7052
    • 提供者:
  1. malloc

    0下载:
  2. malloc customizing. my src. it s very cool.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:5428
    • 提供者:kowbot
  1. malloc

    0下载:
  2. Malloc 向系统申请分配指定size个字节的内存空间。返回类型是 void* 类型。void* 表示未确定类型的指针。C,C++规定,void* 类型可以强制转换为任何其它类型的指针。-Malloc to the system for the allocation of the specified size bytes of memory space. Return type is void*. void* indicates undetermined type pointer. C, C+
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:5875
    • 提供者:
  1. malloc-function

    0下载:
  2. Function malloc is a function to reserve memory in c/c++ computer programming.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:24634
    • 提供者:wan
  1. malloc

    0下载:
  2. Malloc 向系统申请分配指定size个字节的内存空间。返回类型是 void* 类型。void* 表示未确定类型的指针。C,C++规定,void* 类型可以强制转换为任何其它类型的指针。-Malloc to the system for the allocation of the specified size bytes of memory space. Return type is void*. void* indicates undetermined type pointer. C, C+
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:6293
    • 提供者:cv92993pang
  1. cnclrve-malloc

    0下载:
  2. #include stdio,h #include malloc,h #define TRUE 1 #define n,(# include the stdio, h # include malloc, 1 # define n h # define TRUE,)
  3. 所属分类:组合框控件

    • 发布日期:2017-12-18
    • 文件大小:3072
    • 提供者:朱龙云
  1. exec3

    0下载:
  2. Debugging Malloc Lab,Detecting Memory-Related Errors
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:1012736
    • 提供者:22kon
  1. csapp:malloc lab源码

    1下载:
  2. csapp:malloc lab源码,综合了网上很多资料,可以跑到满分。
  3. 所属分类:C#编程

    • 发布日期:2019-06-16
    • 文件大小:3165
    • 提供者:cdc2016
« 12 3 4 5 »
搜珍网 www.dssz.com