搜索资源列表

  1. debug_malloc

    0下载:
  2. 对内存的分配、释放和使用进行检查,以发现不合法指针,减少程序BUG,这部分程序已经在linux操作系统下验证通过。-Memory allocation, release and use of inspections to detect illegal pointer, reducing the procedure BUG, this part of the linux operating system procedures have b
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-13
    • 文件大小:31744
    • 提供者:张权
  1. CppCodXmem

    0下载:
  2. XMEM Extended C/C++ Dynamic Memory Control and Debug Library: The extended C/C++ Dynamic Memory Control and Debug Library XMEM is a replacement library for malloc/free and new/delete to find memory leaks and other memory
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:1184768
    • 提供者:tranph
  1. freememory

    0下载:
  2. Uses malloc() to determine the amount of free memory on the system Don´ t run this program in Windows with virtual memory enabled, as windows just increases virtual memory
  3. 所属分类:书籍源码

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:qwerty123
  1. SimpleQuickHuffmanCode

    0下载:
  2. 本文描述在网上能够找到的最简单,最快速的哈夫曼编码。本方法不使用任何扩展动态库,比如STL或者组件。只使用简单的C函数,比如:memset,memmove,qsort,malloc,realloc和memcpy。 大家都会发现,理解甚至修改这个编码都很容易-This article describes the Internet to find the simplest, fastest Huffman. This method
  3. 所属分类:压缩解压

    • 发布日期:2024-05-13
    • 文件大小:145408
    • 提供者:李虚东
  1. shiyan1

    0下载:
  2. 用char *malloc(unsigned size)函数向系统申请一次内存空间(如size=1000,单位为字节), 用首次适应法 addr = (char *)fmalloc(unsigned size) 和 ffree(unsigned size,char * addr) 或用循环首次适应法 addr = (char *)lmalloc(unsigned size) 和 lfree(unsig
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-13
    • 文件大小:4096
    • 提供者:一零
  1. 3

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

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:okwangrong
  1. cudaMallocAndMemcpy

    0下载:
  2. cuda 并行代码 Malloc And Memcpy例子-cuda examples of parallel code Malloc And Memcpy
  3. 所属分类:并行运算

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:dmal
  1. MemPool

    0下载:
  2. 内存池管理器,功能与malloc , new等类似,经过测试速度快了约15倍-Memory pool manager, function similar with malloc, new, tested about 15 times faster
  3. 所属分类:系统编程

    • 发布日期:2024-05-13
    • 文件大小:1548288
    • 提供者:felix.xia
  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#
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:张朗
  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
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:13312
    • 提供者:mxb
  1. MemoryLeak_malloc

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

    • 发布日期:2024-05-13
    • 文件大小:307200
    • 提供者:王光飞
  1. Dijkstra

    0下载:
  2. 用Dijkstra法求最短路径,有向图与无向图均可-void ShortestPath_DIJ( Node a ,Status i ,Status v0 ,Status*D ,Status*pre ) { int v,w,j,l=1 Status*final Status min final=(Status*)malloc( sizeof(Status)*i ) for(v=0 v&
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:腾龙
  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-13
    • 文件大小:2048
    • 提供者:l13xl
  1. malloc_image

    0下载:
  2. malloc function for image in C
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:iyer
  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-13
    • 文件大小:2048
    • 提供者:chenkezhao
  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 t
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:8192
    • 提供者:trendbend
  1. MyOOCFwV1_0

    0下载:
  2. 使用C语言时,经常需要调用malloc()和free()函数来进行动态内存的分配和回收。有些时候,程序员可能会忘记回收分配的动态内存。为了解决这个问题,这里设计了一个代替malloc()和free()函数的数据结构(或者类)——ObjectManager。ObjectManager中提供了objmgr_malloc()和objmgr_free()以及objmgr_show_mem_info()函数。objmgr_malloc()函数负责
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-13
    • 文件大小:17408
    • 提供者:
  1. memery

    0下载:
  2. 用C语言编写一段程序,模拟存储管理中利用链表结构进行循环首次适应法的内存分配与释放操作:首先用系统函数malloc在内存中申请一块大小为1000字节的空间,然后通过输入命令完成此块内存中的分区分配与回收算法,要求在屏幕上给出必要的结果显示。-Write a program using C language to simulate the use of list storage management cycle of the struct
  3. 所属分类:C#编程

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:weiwei
  1. mallocVSnew

    0下载:
  2. 介绍new与malloc的用法与区别,许多IT企业面试都会问到相关的问题-Introduce new and malloc usage and differences, many IT companies will be asked to interview questions related to
  3. 所属分类:软件工程

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:cxg
  1. GraphVerify1.part05

    0下载:
  2. 完美、诛仙等游戏验证码答题反外挂系统的初级识别程序如题,完美、诛仙等游戏为了防止外挂,设置了验证码答题系统。 这种系统的答题方式是识别下图中有几个红色字表示的汉字。 这种图对汉字做了大量的扭曲变形、干扰线添加等工作,导致识别工作变的异常困难。 当初想搞这种设别是为因为毕业设计与此有关,现在毕设改了也就没用了。 下面这个工程是当初我做的识别系统扣出来的一部分,只实现了对某个字和标准字的 相
  3. 所属分类:游戏

    • 发布日期:2024-05-13
    • 文件大小:4670464
    • 提供者:程光
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 19 »

源码中国 www.ymcn.org