搜索资源列表

  1. ce_crtdbg

    0下载:
  2. This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end of program execution it will display in the debug window if there were any memory leaks and how the memory looks so you
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2578
    • 提供者:杨久敏
  1. Cfunctionsourcecode

    0下载:
  2. 一些基本函数的程序源代码:包括(1)malloc函数(2)free函数(3)realloc函数(4)calloc函数 (5)学生数据库的编写(6)通讯录 以上都包含c语言源码,obj文件及应用程序
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:49609
    • 提供者:qcx
  1. ce_crtdbg

    0下载:
  2. This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end of program execution it will display in the debug window if there were any memory leaks and how the memory looks so you
  3. 所属分类:Windows CE

    • 发布日期:2024-05-29
    • 文件大小:2048
    • 提供者:杨久敏
  1. Cfunctionsourcecode

    0下载:
  2. 一些基本函数的程序源代码:包括(1)malloc函数(2)free函数(3)realloc函数(4)calloc函数 (5)学生数据库的编写(6)通讯录 以上都包含c语言源码,obj文件及应用程序-Some of the basic function of the source code of the program include: (1) malloc function (2) free function (3) realloc f
  3. 所属分类:其他小程序

    • 发布日期:2024-05-29
    • 文件大小:49152
    • 提供者:qcx
  1. matrixmu_usingmallocl

    0下载:
  2. matrix multiplication without using array only malloc and calloc are used to get memory and multiplied matrix
  3. 所属分类:Windows编程

    • 发布日期:2024-05-29
    • 文件大小:1024
    • 提供者:cybercbm
  1. sourcecode

    0下载:
  2. 1. Program to remove all comments from a C program 2. Word count implementation using Apache s Hadoop 3. Program to implement calloc using malloc
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-29
    • 文件大小:2048
    • 提供者:l13xl
  1. prj0.tar

    0下载:
  2. linux 源代码: When free() is called, the memory cannot usually be returned to the OS, do to contiguity restrictions. So your implementation should simply put this memory on its own internal free list. When malloc() is calle
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-29
    • 文件大小:2048
    • 提供者:chenkezhao
  1. calloc

    0下载:
  2. 这是个c程序,讲了 calloc函数的用法。-This is a c program, talked about the usage of calloc function.
  3. 所属分类:数据库编程

    • 发布日期:2024-05-29
    • 文件大小:5120
    • 提供者:xiaohei
  1. Difference-Between-Malloc-and-Calloc

    0下载:
  2. Difference Between Malloc and Calloc
  3. 所属分类:其他小程序

    • 发布日期:2024-05-29
    • 文件大小:5120
    • 提供者:vijay
  1. fre

    0下载:
  2. ree(void *p)函数是用来释放程序动态申请的内存。其参数是个指针类型。 在C当中,只有当使用了动态内存申请函数malloc calloc realloc申请内存之后,才可以使用free来释放之。释放之后就不能再使用了。-ree (void* p) function is used to release the program dynamically allocated memory. Its argument is a
  3. 所属分类:其他小程序

    • 发布日期:2024-05-29
    • 文件大小:6144
    • 提供者:
  1. MP2_submit

    0下载:
  2. 这是实现c语言malloc,calloc,realloc,free函数的代码,详情请看压缩文件里的PDF-This code implements the malloc, calloc, realloc and free function for c language. For more detail, please see the pdf in the zip file.
  3. 所属分类:Linux驱动

    • 发布日期:2024-05-29
    • 文件大小:191488
    • 提供者:chen
  1. draw

    0下载:
  2. draw_create(Display *dpy, int screen, Window win, unsigned int w, unsigned int h) { Draw *draw = (Draw *)calloc(1, sizeof(Draw)) draw->dpy = dpy draw->screen = screen draw->win = win draw->
  3. 所属分类:.net编程

    • 发布日期:2024-05-29
    • 文件大小:2048
    • 提供者:m
  1. drm_mem_util

    0下载:
  2. Modeled after cairo s malloc_ab, it s like calloc but without the zeroing.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-29
    • 文件大小:1024
    • 提供者:liuriepei
  1. calloc

    0下载:
  2. calloc - allocate and clear memory block.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-29
    • 文件大小:6144
    • 提供者:rvtbrang
  1. nse_malloc

    0下载:
  2. Check the results of malloc() and calloc() and exit with an error message if the desired space can t be allocated.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-29
    • 文件大小:1024
    • 提供者:svhdfv
  1. yyless

    0下载:
  2. use calloc because everything needs to be zero.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-29
    • 文件大小:3072
    • 提供者:tlhennen
  1. fre

    0下载:
  2. ree(void *p)函数是用来释放程序动态申请的内存。其参数是个指针类型。在C当中,只有当使用了动态内存申请函数malloc calloc realloc申请内存之后,才可以使用free来释放之。释放之后就不能再使用了。-ree (void* p) function is used to release the program dynamically allocated memory. Its argument is a point
  3. 所属分类:数据库编程

    • 发布日期:2024-05-29
    • 文件大小:6144
    • 提供者:dv0dumu
  1. include

    0下载:
  2. 勿上传和编程无关的文件 要求上传您自己觉得好的资料 本次上传日志:无关的文件 要求上传您自己觉得好的资料 本次上传日志:(an array to hold our new toolbars and another to hold their names // this may be too large (if some menus are skipped) but that is fine nullChk (
  3. 所属分类:其他小程序

    • 发布日期:2024-05-29
    • 文件大小:8192
    • 提供者:abc123~

源码中国 www.ymcn.org