CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - HEAP

搜索资源列表

  1. valgrind-3.2.1.tar

    0下载:
  2. The Valgrind distribution has multiple tools. The most popular is the memory checking tool (called Memcheck) which can detect many common memory errors such as: * touching memory you shouldn t (eg. overrunning heap block boundaries) *
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:5059569
    • 提供者:郭月丰
  1. Rhapsody-0.1.8.tar

    0下载:
  2. sourceforge历史版本完整下载: http://sourceforge.net/project/showfiles.php?group_id=202044 提供了基于b树索引算法的文件数据数据库模块详见storage/目录下面的 btree.c与pager.c container目录为常用的容器实现,如果rbtree avltree map heap list vector hashtable deque T树 B树, test目录为测试程序代码经过初步测试,比较稳定。 os_api:装
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:252502
    • 提供者:林绍川
  1. A-dynamic-memory-manage-module

    0下载:
  2. This the program related to heap memory managing functions, free() and malloc().-This is the program related to heap memory managing functions, free() and malloc().
  3. 所属分类:Linux-Unix program

    • 发布日期:2014-12-21
    • 文件大小:6144
    • 提供者:Hui
  1. heap

    0下载:
  2. linux下, c语言,数据结构, 用堆实现内存分配管理 malloc()功能。-linux下,c语言编程 用framebuffer 实现俄罗斯方块。
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:9702
    • 提供者:陈文哲
  1. safe-heap

    0下载:
  2. safer heap-allocate strategy
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:75460
    • 提供者:kioio
  1. safe-heap

    0下载:
  2. safer heap-allocate strategy
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:568398
    • 提供者:kioio
  1. rmm

    0下载:
  2. This memory manager provides general heap management and arbitrary alignment for any number of memory segments.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-24
    • 文件大小:4835
    • 提供者:ljsl87
  1. cmemory

    0下载:
  2. ICU Heap allocation. All ICU heap allocation, both for C and C++ new of ICU class types, comes through these functions.-ICU Heap allocation. All ICU heap allocation, both for C and C++ new of ICU class types, comes through these functions.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-01
    • 文件大小:4453
    • 提供者:xinrangvou
  1. d_surf

    0下载:
  2. rasterization driver surface heap manager.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-09
    • 文件大小:2637
    • 提供者:yunqeini
  1. DdmHeap

    0下载:
  2. DDM-related heap functions.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-27
    • 文件大小:4918
    • 提供者:yunzouzeng
  1. Heap

    0下载:
  2. Garbage-collecting memory allocator.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-08
    • 文件大小:25663
    • 提供者:xerdongyu
  1. Color

    0下载:
  2. Collector Heap Iterator for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-04
    • 文件大小:5272
    • 提供者:xexanggo
  1. ttsbit0

    0下载:
  2. TrueType and OpenType embedded bitmap support (body). This is a heap-optimized version. -TrueType and OpenType embedded bitmap support (body). This is a heap-optimized version.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-09
    • 文件大小:5269
    • 提供者:suezuidong
  1. ZipArchive

    0下载:
  2. Read-only access to Zip archives, with minimal heap allocation.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-19
    • 文件大小:8557
    • 提供者:senyinming
  1. test-heap-profiler

    0下载:
  2. Constructor Heap Profile Test Helper Source Code for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2666
    • 提供者:puigoco
  1. scopeinfo

    0下载:
  2. Add stack locals and collect heap locals for linux API Driver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:4855
    • 提供者:yonranler
  1. test-heap

    0下载:
  2. Check Heap Map Source Code for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:5002
    • 提供者:waomuecun
  1. qatomic_sparc

    0下载:
  2. Heap and handle info printer for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2895
    • 提供者:kuiponjun
  1. heap

    0下载:
  2. Grows the capacity of a binary heap so that it can handle a larger number of \e cfs_binheap_node_t objects.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3138
    • 提供者:cuntonking
  1. heap.cpp

    0下载:
  2. 这里需要做一个假设:对于数组中下标为i的节点其左子树和右子树都是保持最大堆性质的堆。在假设成立的前提上,经过这一个维护函数维护过的堆才能够保证是一个最大堆。(There is a hypothesis that the left subtree and the right subtree of the node with the subscr ipt of I in the array are the heaps that maintain the maximum heap properties
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:hope17
« 12 3 4 »
搜珍网 www.dssz.com