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

搜索资源列表

  1. SSD6-EXE3

    1下载:
  2. ssd6课程练习3的完全答案,并且有完整的注释。-3 courses ssd6 practice complete answer, and complete the Notes.
  3. 所属分类:Other systems

    • 发布日期:2015-12-31
    • 文件大小:15.51kb
    • 提供者:lili
  1. debugging_malloc

    0下载:
  2. 了解malloc 和 free的内部实现 -Malloc and free to understand the internal realization of
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:184.27kb
    • 提供者:Hancock
  1. shunxu

    0下载:
  2. //顺序表的建立、查找、插入与删除 #include <stdio.h> #include <malloc.h> #include <stdlib.h> #define ListSize 100 //表最大长度 //结构定义 typedef struct SeqList { int node[ListSize] //存放表结点 int length //当前表长度 } SeqList //插入元素
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:1.18kb
    • 提供者:珈旖
  1. malloc

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

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

    0下载:
  2. 在Visual C++中,实现顺序表的顺序查找,链表的顺序查找,折半查找,二叉排序树查找,等。-In Visual C++ in order to achieve the order of the table search, list the order of search, half search, binary sort tree search, and so on.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:7.02kb
    • 提供者:韩小寒
  1. 2

    0下载:
  2. 单链表的插入和删除实验目的: 1、定义单链表的结点类型 2、通过单链表的定义掌握线性表的链式存储结构的特点; 3、熟悉单链表的建立以及插入、删除等基本操作。 -# include <stdio.h> # include<malloc.h> # define ND sizeof(struct List) struct List {int data struct List*next } void main() {
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:895byte
    • 提供者:
  1. 3

    0下载:
  2. 用C语言实现malloc,free函数,方法采用严蔚敏数据结构书上的方法-C implementation using malloc, free
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2.16kb
    • 提供者:okwangrong
  1. polynomial-

    0下载:
  2. 一元多项式相加减 #include<stdio.h> #include<malloc.h> typedef struct polynode /*用单链表存储多项式的结点结构*/ { int coef int exp struct polynode *next }node-Unary polynomial-phase addition and subtraction# include <stdio.h># incl
  3. 所属分类:Other windows programs

    • 发布日期:2016-01-25
    • 文件大小:1.16kb
    • 提供者:张朗
  1. 3

    0下载:
  2. 本文描述在网上能够找到的最简单,最快速的哈夫曼编码。本方法不使用任何扩展动态库,比如STL或者组件。只使用简单的C函数,比如:memset,memmove,qsort,malloc,realloc和memcpy。 -This article describes the Internet can find the simplest, most fast Huffman coding. This method does not use any extension dynamic librarie
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:13.4kb
    • 提供者:mxb
  1. MemoryLeak_malloc

    0下载:
  2. 对malloc申请的内存单元进行是否泄漏的检测,比较实用-The application of the malloc memory unit is leak detection, more practical
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:300.45kb
    • 提供者:王光飞
  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
    • 文件大小:1.33kb
    • 提供者:谢德平
  1. malloc_image

    0下载:
  2. malloc function for image in C
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1.6kb
    • 提供者:iyer
  1. Using_Malloc_in_VB

    0下载:
  2. Using Malloc in VB6 - In computing, malloc is a subroutine for performing dynamic memory allocation. This code shows how to create little chunks of memory completely independently of variables or classes, how to access their contents, reallocate them
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:8.17kb
    • 提供者:trendbend
  1. Difference-Between-Malloc-and-Calloc

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

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

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

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

    0下载:
  2. 本模块用来检测new和malloc造成的内存泄漏-This module is used to detect leaks caused by new and malloc memory
  3. 所属分类:Other windows programs

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

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

    • 发布日期:2017-04-14
    • 文件大小:5.3kb
    • 提供者: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-24
    • 文件大小:5.74kb
    • 提供者:
  1. malloc-function

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

    • 发布日期:2017-04-30
    • 文件大小:24.06kb
    • 提供者:wan
  1. exec3

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

    • 发布日期:2018-01-08
    • 文件大小:989kb
    • 提供者:22kon
« 12 »
搜珍网 www.dssz.com