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

搜索资源列表

  1. Dijksta-algorithm

    0下载:
  2. 提出一种新型的Dijkstra改进算法,具有高效性.其改进分3个方面:采用邻接表作为道路网络拓扑的存储结构;利用二叉堆实现优先队列;根据节点的分布情况将搜索过程分为几个阶段,引入了动态限制搜索区域机制.最后在实际道路网络中的测试及仿真结果表明了改进算法的可行性和优越性. -Dijkstra proposes a new improved algorithm with high efficiency. Improved three aspects: the adjacent table as th
  3. 所属分类:Document

    • 发布日期:2017-11-29
    • 文件大小:313854
    • 提供者:请问
  1. head

    0下载:
  2. 一个简单的游戏,Heap Data Member Demonstrates an object with a dynamically allocated data member-Demonstrates an object with a dynamically allocated data member
  3. 所属分类:Game Program

    • 发布日期:2017-12-08
    • 文件大小:1233
    • 提供者:董夏妮
  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-10
    • 文件大小:2637
    • 提供者:yunqeini
  1. DdmHeap

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

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

    0下载:
  2. 数据结构的一道有关堆的实现的简单的题目,含说明文档-A data structure of a simple subject on heap implementation
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:2945
    • 提供者:Stella
  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. seven_kind_sorting

    0下载:
  2. 七种排序方法的综合实现 包括1.快速排序2.插入排序3.选择排序4.冒泡排序5.堆排序6.归并排序7.基数排序-Seven sorting method to achieve quick sort, insertion sort selection sort bubble sort 5. Heap sort, merge sort 7. Radix sort
  3. 所属分类:Console

    • 发布日期:2017-12-03
    • 文件大小:1764
    • 提供者:wangaohui
  1. CSharpSort

    0下载:
  2. 常用七种排序算法(C#代码) 快速排序、希尔排序、堆排序、选择排序等-Seven kinds of commonly used sorting algorithm (C# code) quick sort, shell sort, heap sort, selection sort, etc.
  3. 所属分类:CSharp

    • 发布日期:2017-11-20
    • 文件大小:3698
    • 提供者:netbooting
  1. Heap

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

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

    0下载:
  2. A* A星算法, 经典的启发式寻求最短路径的算法,启发函数采用最简单的曼哈顿法,从OPEN表中选出最小的f值的点采用堆排序,里面注释很多,谢谢,共同学习!-A* A Star algorithm, classical heuristic seeks the shortest path algorithm, heuristic function takes the simplest Manhattan method selected from the OPEN statement smallest
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-01
    • 文件大小:8070
    • 提供者:彭陶
  1. Color

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

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

    0下载:
  2. 沃尔什哈达玛变换是实时的,堆对称的正交变化,在图像处理中应用广泛-Wall Shiha dammar transform in real time, changes in the heap orthogonal symmetry, widely used in image processing
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-09
    • 文件大小:567
    • 提供者:zerazhna
  1. winmonkey

    1下载:
  2. 堆猴子都有编号,编号是1,2,3 ...m ,这群猴子(m个)按照1-m的顺序围坐一圈,从第1开始数,每数到第N个,该猴子就要离开此圈,这样依次下来,直到圈中只剩下最后一只猴子,则该猴子为大王。-Heap monkeys are numbered, numbered 1,2,3 ... m, this group of monkeys (m a) in accordance with the order of 1-m sitting around, start counting from the
  3. 所属分类:Console

    • 发布日期:2017-12-01
    • 文件大小:168702
    • 提供者:李骁
  1. GradeCompare

    0下载:
  2. 读取文本中的学生成绩信息,实用堆排序输出成绩前三名的学生信息-Read the text of student achievement information, practical heap sort output scores of the top three student information
  3. 所属分类:Data structs

    • 发布日期:2017-11-19
    • 文件大小:542097
    • 提供者:julia
  1. sort

    0下载:
  2. 本代码是我参看网络上别人讲解排序后自己实现的, 有插入、选择、冒泡、快速、归并 堆排序没写, 大致是通过二叉树建堆实现 -This code is what I see other people on the network to explain himself after sorting achieve, insert, select, bubble, quick, heap sort merge did not write, roughly built by bina
  3. 所属分类:Linux Network

    • 发布日期:2017-11-15
    • 文件大小:33955
    • 提供者:zhangming
  1. Task2

    0下载:
  2. 数据结构与算法实验,堆排序,C++/CLR控制台应用程序-Experimental in data structures and algorithms, heap sort, C++/CLR Console Application
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:1470911
    • 提供者:包逸歆
  1. yaopinguanli

    1下载:
  2. 设计一系统,实现医药公司定期对销售各药品的记录进行统计,可按药品的编号、单价、销售量或销售额做出排名。在本设计中,首先从数据文件中读出各药品的信息记录,存储在顺序表中。各药品的信息包括:药品编号、药名、药品单价、销出数量、销售额。药品编号共4位,采用字母和数字混合编号,如:A125,前一位为大写字母,后三位为数字,按药品编号进行排序时,可采用基数排序法。对各药品的单价、销售量或销售额进行排序时,可采用多种排序方法,如直接插入排序、冒泡排序、快速排序,直接选择排序等方法。在本设计中,对单价的排序采
  3. 所属分类:Data structs

    • 发布日期:2016-12-30
    • 文件大小:2048
    • 提供者:苏中华
  1. paixu

    1下载:
  2. 利用随机函数产生N个随机整数(20000以上),对这些数进行多种方法进行排序。 (1)至少采用三种方法(希尔排序、快速排序、堆排序)实现上述问题求解; (2)统计每一种排序方法的性能(以上机运行程序所花费的时间为准进行对比),找出其中两种较快的方法; (3)统计每种算法所用的比较次数和交换次数,最后列表显示; -Using the random function random integers N (20,000 or more), the number of these var
  3. 所属分类:Data structs

    • 发布日期:2016-05-26
    • 文件大小:2048
    • 提供者:苏中华
  1. 124

    0下载:
  2. 比较简单的堆排序算法提供了一个很好的思路,简单易懂值得看哦-Heap sorting algorithm is relatively simple, straightforward worth Kane
  3. 所属分类:Data structs

    • 发布日期:2017-12-02
    • 文件大小:933
    • 提供者:ZK
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com