搜索资源列表

  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. vld-10

    1下载:
  2. 用vc++编写的加强的内存泄露检测程序。检测new和malloc,com-based的内存泄露。-vc prepared with the strengthening of memory leakage detection procedures. Detection of new and malloc, com-based memory leakage.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:52504
    • 提供者:张的小
  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. a1230

    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.tar

    0下载:
  2. 内存分配的各种包装函数,检查内存泄漏的函数,-memory allocation function of packaging, memory leakage inspection functions, etc.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:39500
    • 提供者:夏洪他
  1. huidu

    0下载:
  2. #include \"stdio.h\" #include \"malloc.h\" #define TRUE 1 #define n 39 #define max 500 typedef struct { char p[n] float w[n][n] }graph graph *ga2 int visit[n] int path[n][n] float C[n
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:4665
    • 提供者:jiangshan
  1. FLOYDsuanfa

    0下载:
  2. #include \"stdio.h\" #include \"math.h\" #include \"malloc.h\" #include \"string.h\" #define m 6 #define n 29 #define p 0.5-#include \"stdio.h\" #include \"math.h\" #include \"malloc.h\" #include \"string.h\"
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3091
    • 提供者:jiangshan
  1. huowuyunshudeyichuansuanfa

    0下载:
  2. #include \"stdio.h\" #include \"math.h\" #include \"malloc.h\" #include \"string.h\" #define m 6 #define n 29 #define p 0.5-#include \"stdio.h\" #include \"math.h\" #include \"malloc.h\" #include \"string.h\"
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:109175
    • 提供者:jiangshan
  1. lingjiancanshushejichengxu

    0下载:
  2. #include \"stdio.h\" #include \"math.h\" #include \"malloc.h\" #include \"string.h\" #define m 6 #define n 29 #define p 0.5-#include \"stdio.h\" #include \"math.h\" #include \"malloc.h\" #include \"string.h\"
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:53805
    • 提供者:jiangshan
  1. rengongshenjingwangluodesuanfa

    0下载:
  2. #include \"stdio.h\" #include \"math.h\" #include \"malloc.h\" #include \"string.h\" #define m 6 #define n 29 #define p 0.5-#include \"stdio.h\" #include \"math.h\" #include \"malloc.h\" #include \"string.h\"
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:764203
    • 提供者:jiangshan
  1. DBServer

    0下载:
  2. * Function: * 1. Replace the first oldstr with newstr in srcstr * Arguments: * IN : * srcstr * oldstr * newstr * OUT : * srcstr * Return: * 1. If find and replace one oldstr with newstr i
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2241
    • 提供者:阿健
  1. explicit_freelist_malloc

    0下载:
  2. 显示空闲链表实现动态内存分配的程序,malloc-show idle Chain dynamic memory allocation procedures malloc
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:4122
    • 提供者:leaing
  1. duoxiangshi

    0下载:
  2. Status InitPolyn(polyn P) {/*建立一个空的一元多项式的链表*/ P=(polyn)malloc(sizeof(LNode)) if(P==NULL) exit (OVERFLOW) P->data.coef=0 P->data.expn=-1 P->next=NULL return OK }/*InitPolyn*/-Status In
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6522
    • 提供者:iieeww
  1. pa

    0下载:
  2. #include \"define.h\" #include <stdio.h> #include <string.h> #include <ctype.h> #include <malloc.h> FILE *fp /*/////////////////////////////////////////////////////////////////////
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2335
    • 提供者:dddddddd
  1. 332658

    0下载:
  2. #include <stdio.h> #include <string.h> #include <stdlib.h> #include <malloc.h> #include <math.h> #include <conio.h> struct DuLNode{ struct DuLNode *prior int data
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2998
    • 提供者:黄宇
  1. vxmalloc

    0下载:
  2. This version of malloc for VxWorks contains two different algorithms. One is the BSD based Kingsley \"bucket\" allocator which has some unique fragmentation behavior. The other is Doug Lea s well tested allocator that tr
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:26734
    • 提供者:nico zhu
  1. bget

    0下载:
  2. 一个简单实用的内存管理程序,可以完成malloc/free功能。-a simple and practical memory management procedures to be completed malloc / free function.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:5027
    • 提供者:李明
  1. leakfree

    1下载:
  2. 以malloc hook的方式检测内存泄漏的工具 -malloc hook to the memory leak detection tools
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:179453
    • 提供者:chen
  1. GWMALLOC

    0下载:
  2. The Gray Watson debugging malloc library is C source code for a drop in replacement for the system malloc & other memory manage ment routines. What is unique about this library is that it contains a number of powerful de
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:98714
    • 提供者:何东
  1. xianxingbiao

    0下载:
  2. 实习题 [问题描述] 1. 设顺序表中的数据元素递增有序,将插入到顺序表的适当位置上,是该表仍然有序。 [输入] 初始顺序表,插入字符。 [输出] 插入x后线性表的结果 [存储结构] 采用顺序存储结构 [算法的基本思想] 建立一个递增顺序表,插入一个数值并移动元素,使其仍然有序。 程序如下: #include \"iostream.h\" #include <malloc.h&
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:8550
    • 提供者:Demonic
« 1 2 3 4 56 7 8 9 10 ... 19 »

源码中国 www.ymcn.org