CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - heap

搜索资源列表

  1. heap

    0下载:
  2. python语言的一个脚本,用于获取当前系统的堆结构-python heap
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:125445
    • 提供者:wangmin
  1. Heap-Sort

    0下载:
  2. parallel prog for heap sort
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:28290
    • 提供者:rajvb
  1. heap

    0下载:
  2. To write a heap in assembly language (X86)
  3. 所属分类:assembly language

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

    0下载:
  2. 堆(构造大顶堆、弹出元素、插入元素、堆排序)-heap(the structure of the heap, pop-up elements, and heap sort)
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:163992
    • 提供者:恋恋风尘
  1. HEAP

    0下载:
  2. 大顶堆及优先队列的完整实现,包括插入、改变、抽出元素的实现以及实现堆排序。-The big top of the heap and priority queue complete implementation, including insert, change, taking the elements of the implementation and realization of the heap sort.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:882
    • 提供者:李天喜
  1. Heap-Sort

    0下载:
  2. C++ implementation of Heap Sort
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:2601
    • 提供者:andalus
  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. Heap

    0下载:
  2. 最小堆的实现 最小堆的创建、调整、插入和删除算法,运用C++类实现最小堆的类定义及基本操作算法 -Minimum heap to achieve the minimum heap to create, adjust, insert and delete algorithms use C++ class to class definition and the basic operation algorithms to achieve the minimum heap
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:2318
    • 提供者:林文众
  1. Heap

    0下载:
  2. The program represents a graphical representation of heap sort.The program is in accordance to algorithm provided in Cormen
  3. 所属分类:Data structs

    • 发布日期:2017-11-25
    • 文件大小:56358
    • 提供者:amannith
  1. heap

    0下载:
  2. 二叉堆的操作。包括最大堆和最小堆的建立与调整。-Binary heap operations. Including the largest heap and the establishment and adjustment of the minimum heap.
  3. 所属分类:software engineering

    • 发布日期:2017-11-14
    • 文件大小:8697
    • 提供者:张合
  1. heap

    0下载:
  2. 简单的内存堆管理,模拟操作系统,实现简单的内存分配和回收。-Simple memory heap management
  3. 所属分类:OS Develop

    • 发布日期:2017-11-06
    • 文件大小:223832
    • 提供者:Windeal
  1. Heap-sort

    0下载:
  2. 堆排序  堆排序利用了大根堆(或小根堆)堆顶记录的关键字最大(或最小)这一特征,使得在当前无序区中选取最大(或最小)关键字的记录变得简单。   (1)用大根堆排序的基本思想   ① 先将初始文件R[1..n]建成一个大根堆,此堆为初始的无序区   ② 再将关键字最大的记录R[1](即堆顶)和无序区的最后一个记录R[n]交换,由此得到新的无序区R[1..n-1]和有序区R[n],且满足R[1..n-1].keys≤R[n].key   ③由于交换后新的根R[1]可能违反堆性质,故应将当前无序区
  3. 所属分类:Data structs

    • 发布日期:2017-11-05
    • 文件大小:1006
    • 提供者:周杨
  1. Heap-spray

    0下载:
  2. Heap spray经典技术资料 Heap Feng Shui in Javascr ipt_en_cn.doc bh-eu-07-sotirov-WP.pdf-Heap spray
  3. 所属分类:Shell api

    • 发布日期:2017-10-31
    • 文件大小:195688
    • 提供者:cooky
  1. binary--heap

    0下载:
  2. 二叉堆的实现 ,可以为数据结构的学习者,提供一个良好的借鉴-Binary heap implementation, provide a good reference for the data structure learners
  3. 所属分类:Data structs

    • 发布日期:2017-11-25
    • 文件大小:3435
    • 提供者:付翔
  1. Binary-Heap

    0下载:
  2. 二叉堆的基本介绍,以及相关的简单源码实现-Introduction of binary heap, and a simple implementation
  3. 所属分类:Data structs

    • 发布日期:2017-11-26
    • 文件大小:176513
    • 提供者:RekingQin
  1. max-heap

    0下载:
  2. max heap sorce code and it is good
  3. 所属分类:Other systems

    • 发布日期:2017-12-09
    • 文件大小:1531
    • 提供者:king
  1. heap-sort

    0下载:
  2. heap sort and it is good
  3. 所属分类:Other systems

    • 发布日期:2017-11-11
    • 文件大小:328185
    • 提供者:king
  1. Heap

    0下载:
  2. 数据结构中 相对麻烦的堆排序 算法及其 具体的实现 -Data structure relatively trouble heap sort algorithm and its concrete realization
  3. 所属分类:其他小程序

    • 发布日期:2014-03-18
    • 文件大小:1427
    • 提供者:nanshihui
  1. HEAP

    0下载:
  2. Heap method using sort that arrange values
  3. 所属分类:MultiLanguage

    • 发布日期:2017-12-03
    • 文件大小:1039
    • 提供者:Bon
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com