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

搜索资源列表

  1. 简单数据结构的实现

    1下载:
  2. Shell 排序 单链表 堆排序 简单二叉树 快速排序 冒泡排序 数组生成最小堆 杨辉三角形
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-05-05
    • 文件大小:5179
    • 提供者:auskalia
  1. minheap vs minleftisttree

    0下载:
  2. 这是一个用C++编写的代码,实现了最小堆和最小左偏树在插入删除元素性能方面进行比较. -This is a preparation of the C code, the smallest and youngest sculpture tree in the left side inserted delete elements performance comparisons.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1970
    • 提供者:王伟
  1. MinHeapimplementmintree

    0下载:
  2. 数据结构中,主要是运用最小堆,实现最小代价生成树-data structure, the main use is the smallest pile, to achieve the minimum price Spanning Tree
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1970
    • 提供者:wt
  1. MinHeap

    0下载:
  2. 最小堆头文件(C++)-smallest Live (C)
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:2710
    • 提供者:胡凯
  1. wxc_minheap

    0下载:
  2. 数据结构算法(C++实现)最小堆的类定义和实现。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1967
    • 提供者:吴强
  1. minleftlisttree

    0下载:
  2. 插入和删除最小元素操作,实现最小左偏树和最小堆性能比较
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9857
    • 提供者:frank
  1. zuixiaodui

    0下载:
  2. java实现最小堆操作,堆顶永远比下面的数小
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:6650
    • 提供者:解旻
  1. minheap

    0下载:
  2. 最小堆,自己写的一个最小堆程序,只有插入构建最小堆的功能
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2908
    • 提供者:wendell
  1. Huffman树

    0下载:
  2. 用加权二叉树,最小堆和贪心算法实现的Huffman树,对学算法和数据结构的朋友很有帮助-weighted binary tree, the smallest reactors and the greedy algorithm Huffman tree for school algorithm and data structure of helpful friends
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:63427
    • 提供者:张钊
  1. zuidatuan.rar

    0下载:
  2. 使用优先队列分支限界法对单源最短路径问题求解,最小堆作为优先队列的存储结构 使用最小堆来存储活结点,解空间树是一个子集树,Priority queue using branch and bound method of single-source shortest path problem solving, and the youngest heap as a priority queue to use the smallest heap storage structure to store s
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1986
    • 提供者:waterfly
  1. duanyuanzuiduan.rar

    0下载:
  2. 单源最短路径问题,分支限界法的优先队列解法,最小堆来存储活结点表,表示活结点优先队列,优先级是结点所对应的当前路长,Single-source shortest path problem, branch and bound method of the priority queue method, the smallest heap to store slipknot points table, said slipknot point priority queue, priority is the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:3641
    • 提供者:waterfly
  1. mmc_design

    0下载:
  2. 单列多服务台排队系统 概要设计 首先根据系统初始化输入的数据对系统进行初始化,根据顾客的数量和顾客平均到达时间间隔,产生系统中每名顾客到达时间间隔,将每名顾客到达时刻插入事件表,事件表根据时间采用最小堆进行排序,最早发生的事件放到事件表的顶端。-Summary of single multi-server queuing system design is first initialize the input data according to the system to initialize
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:74114
    • 提供者:xuwentao
  1. arithmetic

    4下载:
  2. 常用算法:链表的操作、队列的应用、堆栈的应用、串的应用、树的基本操作、冒泡排序、堆排序、归并排序、磁盘文件排序、顺序查找、二分查找、树的动态查找、二分法求解方程、牛顿迭代求解方程、弦截法求解方程、拉格朗日插值、最小二乘法拟合、辛普生数值积分、改进欧拉法、龙格-库塔算法、高斯消去法、正定矩阵求逆算法-Commonly used algorithms: List of operation, the queue of applications, the stack of applications, t
  3. 所属分类:Algorithm

    • 发布日期:2016-08-26
    • 文件大小:21928
    • 提供者:
  1. MinHeap

    0下载:
  2. 最小堆实现方法,代码来自北大赵海燕老师编著的数据结构与算法。-Minimum heap method, code Zhao Haiyan teachers from Beijing University and edited by the data structure and algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:2627
    • 提供者:张淼
  1. minheaptemplate

    0下载:
  2. 最小堆模板完整类,将最小堆模板精简下用移位来处理插入删除速度有所提快-Integrity of the smallest stack template class, the minimum reactor under the streamlining template to deal with shift to insert quickly to remove the speed mentioned
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:579
    • 提供者:hxn
  1. MinHeap

    0下载:
  2. 数据结构(清华第2版)中,可重用的最小堆类-Data structure (Tsinghua 2nd edition), the minimum heap reusable classes
  3. 所属分类:source in ebook

    • 发布日期:2017-04-17
    • 文件大小:70946
    • 提供者:廖伟
  1. shiyanqi

    0下载:
  2. ? 假设某医生看病人的顺序是由病人的病情严重程度来决定。护士按照所有病人来医院的时间顺序给病人编号ID,依次为1,2,3,…,n;并且根据病人的病情严重程度设置Priority值,病越重,Priority的值越小。当医生开始工作时,护士根据病人的Priority值,由小到大依次安排病人看病。试为护士编写程序安排病人看病的先后次序利用最小值堆实现一个优先队列。- Using the minimum heap to implement a priority queue.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:1256
    • 提供者:wuting
  1. dui

    0下载:
  2. 最小堆的具体实现算法,上数据结构的朋友都用得上 -The specific minimum heap algorithm, the lingua franca of data structures friends
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:582252
    • 提供者:123
  1. 堆排序(r语言)

    1下载:
  2. 堆排序利用了大根堆(或小根堆)堆顶记录的关键字最大(或最小)这一特征,使得在当前无序区中选取最大(或最小)关键字的记录变得简单。
  3. 所属分类:其它

  1. heap

    0下载:
  2. 数据结构中堆排序利用了大根堆(或小根堆)堆顶记录的关键字最大(或最小)这一特征,使得在当前无序区中选取最大(或最小)关键字的记录变得简单。(Heap sorting in data structures, building the largest (smallest) heap)
  3. 所属分类:数据结构

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:yyuan
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com