CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - HEAP

搜索资源列表

  1. 06Heapsort

    0下载:
  2. heapsort,堆排序,很少有人介绍,可是却是一种基本的算法-heapsort, heap sort, there are very few people on, but they are a basic algorithm
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:340757
    • 提供者:billkim
  1. heap

    0下载:
  2. 堆与栈有什么区别,预备知识—程序的内存分配-程序的内存分配
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:3030
    • 提供者:draw
  1. umdhtools

    0下载:
  2. 微软发布的跟踪内存溢出的工具集UMDH (user-mode dump heap 的缩写).
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:441933
    • 提供者:stone
  1. 111

    0下载:
  2. 第一章、Windows下堆栈溢出入门 第二章、Windows下ShellCode编写初步 第三章、后门的编写和ShellCode的提取 第四章 Windows下堆溢出利用编程 第五章 ShellCode变形编码大法 第六章 ShellCode编写高级技术 第七章、漏洞的发现、分析和利用-The first chapter, Windows stack overflow entry under Chapter II, Windows under Chapter III of
  3. 所属分类:software engineering

    • 发布日期:2017-05-24
    • 文件大小:8246666
    • 提供者:
  1. Sort

    0下载:
  2. 1. 直接插入排序 2. 折半插入排序 3. 希尔排序 4. 起泡排序 5. 快速排序 6. 选择排序 7. 堆排序-1. Direct insertion sort 2. Binary insertion sort 3. Shell sort 4. Bubble sort 5. Quicksort 6. Sorted by 7. Heap Sort
  3. 所属分类:Software Testing

    • 发布日期:2017-03-30
    • 文件大小:2732
    • 提供者:sunnylaisy
  1. ch14

    0下载:
  2. 一、教学目的: 要求掌握C++对内存的管理方法,能灵活使用new和delete运算符对堆进行操作。理解和正确使用拷贝构造函数,理解临时对象和无名对象的概念。 二、教学重点: 通过大量的例程的分析,使学生正确掌握堆的分配释放操作,拷贝构造函数的使用。 三、教学难点: 深拷贝和浅拷贝的区别,临时对象和无名对象的理解。-I. Teaching Purpose: To request grasp C++ Memory management methods, the flexib
  3. 所属分类:software engineering

    • 发布日期:2017-05-01
    • 文件大小:77375
    • 提供者:新奇
  1. ch08

    0下载:
  2. 堆積(heap)是樹結構的第三種型態。堆積是一棵二元樹,其左右子樹節點的值均較其父母節點的值小。堆積的根節點值保證是該樹最大值。這中堆績稱為最大堆績。堆積的子樹可擺在左邊當左子樹,也可擺在右邊當右子樹,因此左右子樹俱有相同的性質。-Heap (heap) are the third type of tree structure. Accumulation is a binary tree, its about the value of subtree nodes than those of th
  3. 所属分类:Project Design

    • 发布日期:2017-04-28
    • 文件大小:63045
    • 提供者:李南
  1. AntiOverflows

    0下载:
  2. Protection Against Exploitation of Stack And Heap Overflows
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:29679
    • 提供者:tourister
  1. sort

    0下载:
  2. Achieve insertion sort, merge sort, selection sort, heap sort, radix sort, bucket sort. And sort more than 6 compared to the running time
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:740847
    • 提供者:
  1. biancheng

    0下载:
  2. 堆排序编程实现: #include <stdio.h> void createHeep(int ARRAY[],int sPoint, int Len) //生成大根堆 -The heapsort programming:# include <stdio.h> void createHeep (int ARRAY [], int sPoint, int Len)// generate large root heap
  3. 所属分类:software engineering

    • 发布日期:2017-12-08
    • 文件大小:11893
    • 提供者:杨文
  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-13
    • 文件大小:8697
    • 提供者:张合
  1. HW2EC

    0下载:
  2. 算法 本篇文章详细阐述了自适应堆的定义,生成,运算等结构,对程序数据结构优化有很大的帮助-Adaptive heap definition algorithm elaborated in this article, great help generate computing structure, program data structure optimization
  3. 所属分类:软件工程

    • 发布日期:2017-11-29
    • 文件大小:2319360
    • 提供者:Tang
  1. duiyuzhan

    0下载:
  2. 堆和栈的区别可以用如下的比喻来看出: 使用栈就象我们去饭馆里吃饭,只管点菜(发出申请)、付钱、和吃(使用),吃饱了就走,不必理会切菜、洗菜等准备工作和洗碗、刷锅等扫尾工作,他的好处是快捷,但是自由度小。 使用堆就象是自己动手做喜欢吃的菜肴,比较麻烦,但是比较符合自己的口味,而且自由度大。 -Difference between heap and stack can use the following analogy of view out: use the stack as we
  3. 所属分类:software engineering

    • 发布日期:2017-11-24
    • 文件大小:14605
    • 提供者:allen
  1. java_dui_zhan

    0下载:
  2. java的堆栈操作,详细描述了堆和栈的区别和联系。-the java stack operations, a detailed descr iption of the differences and connections of the heap and stack.
  3. 所属分类:software engineering

    • 发布日期:2017-11-17
    • 文件大小:10006
    • 提供者:魏刚
  1. Cpp1

    0下载:
  2. dijkstra最短路径寻径算法之邻接表加堆排序的优化方法-adjacent table and heap sort Dijkstra shortest path routing algorithm optimization method
  3. 所属分类:software engineering

    • 发布日期:2017-11-08
    • 文件大小:1002
    • 提供者:lihk
  1. tree

    0下载:
  2. 天津大学树,二叉树,堆的复习资料。适合初学者使用。比较倾向acm-Tianjin University of trees, tree, heap review the information. Suitable for beginners to use. Compare tendency acm
  3. 所属分类:software engineering

    • 发布日期:2017-05-02
    • 文件大小:531023
    • 提供者:阎杰
  1. SortCPP

    0下载:
  2. 数据结构多种排序算法C++实现,冒泡排序,选择排序,插入排序,希尔排序,堆排序等-Implementation of various sorting algorithm, the data structure of bubble sort, selection sort, insertion sort, Hill sort, heap sort etc.
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:10154
    • 提供者:方李
  1. chuandecunchujiegou

    0下载:
  2. 主要介绍了串的堆存储结构,附有串的堆存储结构的代码。-String heap storage structure
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:833
    • 提供者:cjk
  1. Java-stack-and-heap

    0下载:
  2. 堆和栈都是java用来在RAM中存放数据的地方。与C++不同,java自动管理堆栈,程序员不能直接设置堆栈. - Java heap and stack are used for local storage of data in RAM. Unlike C++, java automatic management stack, the programmer can not directly set the stack.
  3. 所属分类:software engineering

    • 发布日期:2017-04-30
    • 文件大小:13982
    • 提供者:anjin
  1. Heap-Layers-master

    0下载:
  2. library to manage heap memory
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:142848
    • 提供者:ginopino
« 12 »
搜珍网 www.dssz.com