Welcome![Sign In][Sign Up]
Location:
Search - heap

Search list

[OtherDijkstra-Single-Source-Shortest-Path

Description: 利用Fibonacci堆和Binomial堆实现Dijkstra单源最短路径算法-implement Dijkstra Single Source Shortest Path using Fibonacci heap, and Binomial heap
Platform: | Size: 8192 | Author: Min Chen | Hits:

[GUI DevelopDC

Description: 固结度计算:计算软土地基在堆载预压法处理后的固结度。-Degree of consolidation calculation: the calculation of soft ground in a heap load pre-pressure treatment of the degree of consolidation.
Platform: | Size: 8192 | Author: chen_wh | Hits:

[OS Developsg_chapter6_erchadui

Description: 这个是二叉堆的实现代码,c++,希望有用~-the source code for binary heap
Platform: | Size: 3692544 | Author: 李铎 | Hits:

[Data structspaixu

Description: 使用简单数组实现下面各种排序算法,并进行比较。 排序算法: 1、插入排序 2、希尔排序 3、冒泡排序 4、快速排序 5、简单选择排序 6、堆排序 7、归并排序 8、基数排序 要求: 1、测试数据分成三类:正序、逆序、随机数据 2、对于这三类数据,比较上述排序算法中关键字的比较次数和移动次数(其中关键字交换计为3次移动)。 3、对于这三类数据,比较上述排序算法中不同算法的执行时间,精确到微秒-Using a simple array to achieve the following variety of sorting algorithms, and compare. Sorting algorithms: insertion sort, shell sort, bubble sort 4, the quicksort 5, simple select 6 sort, heap sort, merge sort, radix sort requirements: one, the test data is divided into three categories: positive sequence , reverse, random data for these three types of data, compare the number of keywords in the comparison of the sorting algorithm and the number of moves (where the key exchange is counted as three times a mobile). 3, three types of data, different algorithms in the comparison of the sorting algorithm execution time, accurate to the microsecond
Platform: | Size: 897024 | Author: 小咩 | Hits:

[Technology ManagementC-Program-examples

Description: 河内塔 费式数列 巴斯卡三角形 三色棋 老鼠走迷官(一) 老鼠走迷官(二) 骑士走棋盘 八个皇后 八枚银币 生命游戏 字串核对 双色、三色河内塔 背包问题(Knapsack Problem) 数、运算 蒙地卡罗法求 PI Eratosthenes筛选求质数 超长整数运算(大数运算) 长 PI 最大公因数、最小公倍数、因式分解 完美数 阿姆斯壮数 最大访客数 中序式转后序式(前序式) 后序式的运算 关于赌博 洗扑克牌(乱数排列) Craps赌博游戏 约瑟夫问题(Josephus Problem) 集合问题 排列组合 格雷码(Gray Code) 产生可能的集合 m元素集合的n个元素子集 数字拆解 排序 得分排行 选择、插入、气泡排序 Shell 排序法 - 改良的插入排序 Shaker 排序法 - 改良的气泡排序 Heap 排序法 - 改良的选择排序 快速排序法(一) 快速排序法(二) 快速排序法(三) 合并排序法 基数排序法 搜寻 循序搜寻法(使用卫兵) 二分搜寻法(搜寻原则的代表) 插补搜寻法 费氏搜寻法 矩阵 稀疏矩阵 多维矩阵转一维矩阵 上三角、下三角、对称矩阵 奇数魔方阵 4N 魔方阵 2(2N+1) 魔方阵 对C语言的学习非常有用。-Tower of Hanoi Fibonacci row Pascal triangle Three-color chess Mice have gone astray Officer (a) Mice have gone astray Officer (2) Knights go board Eight Queen Eight of silver Game of Life String to check Color, tri-color Towers of Hanoi Knapsack problem (Knapsack Problem) The number of operator Monte Carlo method for PI Eratosthenes screening and quality Long integer arithmetic (large numbers operation) Long PI The greatest common divisor, least common multiple, factoring Perfect number Armstrong number The maximum number of visitors Sequence type (pre-order type) in sequence rotary After the order type of computing On gambling Wash cards (random number order) Craps gambling game The problem of Joseph (Josephus Problem) Collection of problems Permutations and combinations Gray code (Gray Code) Produce may be the collection of m elements of a collection of n elements in a subset of Digital dismantling Sort Score Ranking Select, insert, bubble sort S
Platform: | Size: 64512 | Author: 李艳文 | Hits:

[JSP/Javamysort

Description: 虽然只有一个文件,但里面包含了较为全面的排序算法,包括:选择排序、插入排序、冒泡排序、堆排序、快速排序、归并排序、基排序、桶排序等,并包含了各个排序算法的对比。采用java的泛型结构实现的,具有很高的学习价值。-Although only one file, which contains a more comprehensive ranking algorithm include: selection sort, insertion sort, bubble sort, heap sort, quick sort, merge sort, based sort, bucket sort, and includes various sorting algorithms contrast. Using java generic structure, has a high learning value.
Platform: | Size: 6144 | Author: 汤捷 | Hits:

[Otherstx-btree-0.8.6.tar

Description: The STX B+ Tree package is a set of C++ template classes implementing a B+ tree key/data container in main memory. The classes are designed as drop-in replacements of the STL containers set, map, multiset and multimap and follow their interfaces very closely. By packing multiple value pairs into each node of the tree the B+ tree reduces heap fragmentation and utilizes cache-line effects better than the standard red-black binary tree. The tree algorithms are based on the implementation in Cormen, Leiserson and Rivest s Introduction into Algorithms, Jan Jannink s paper and other algorithm resources. The classes contain extensive assertion and verification mechanisms to ensure the implementation s correctness by testing the tree invariants. To illustrate the B+ tree s structure a wxWidgets demo program is included in the source package.
Platform: | Size: 1776640 | Author: icegull | Hits:

[Windows DevelopULLab_Sorts

Description: 用MFC实现的关于内部排序算法的时间比较,包括快速排序序,堆排序,选择排序等五种排序方法,已通过测试。 -Time on internal sorting algorithm is implemented by MFC, including five quick sort order, heap sort, selection sort sorting method has been tested.
Platform: | Size: 31744 | Author: 奉献 | Hits:

[OS programheapsort

Description: 堆排序的算法, 堆的建立,筛选,数据结构排序算法 -Heap sort algorithm, the establishment of the heap, filtering, data structure sorting algorithm
Platform: | Size: 1024 | Author: 吴国祥 | Hits:

[Other Embeded programlk

Description: mutithreaded OS kernel, does not have process space segregation but supports MMU. Also has other feature like heap etc-mutithreaded OS kernel, does not have process space segregation but supports MMU. Also has other feature like heap etc...
Platform: | Size: 346112 | Author: rick | Hits:

[Data structsmain

Description: 完整的堆排序代码,C语言编写的。本人亲自编写,而且准确无误,有注释。-A complete heap sort code, C language. I personally prepared and accurate, annotated.
Platform: | Size: 1024 | Author: gu | Hits:

[Data structsexperimental-reports

Description: 算法导论实验报告 各种排序算法的实现 插入排序、冒泡排序、堆排序、快速排序、归并排序、基数排序、计数排序-Introduction to Algorithms, experiment reports a variety of sorting algorithms for insertion sort, bubble sort, heap sort, quick sort, merge sort, radix sort, counting sort
Platform: | Size: 600064 | Author: | Hits:

[Data structsHeapSort

Description: 堆排序为常见的排序算法,程序员必须掌握。此代码注释详细而且正确完整。-The heap sort is a common sorting algorithm, the programmer must master. This code comments detailed and complete.
Platform: | Size: 155648 | Author: gu | Hits:

[Windows DevelopIbatch_algorin

Description: 在OFDM系统中,用于均衡的的一种堆算法的设计 -In OFDM systems, a heap algorithm is designed for balanced
Platform: | Size: 1024 | Author: tiebos | Hits:

[OtherP(2)

Description: dijkstra 加入heap优化后的代码-dijkstra join heap optimized code
Platform: | Size: 1024 | Author: liuxin | Hits:

[Data structsSTL_quene

Description: 用c++的STL实现大根堆和小根堆,实现相当方便简单,优先队列效率好-Large root heap and small root heap, quite simple priority queue efficiency c++ the STL
Platform: | Size: 1024 | Author: 朱铖恺 | Hits:

[JSP/JavaSort

Description: 排序算法的图形演示系统,包含冒泡排序、选择排序、插入排序、希尔排序、快排、堆排、基数排序、归并排序算法的演示。-Graphics presentation systems, of the sort algorithm contains bubble sort, selection sort, insertion sort, shell sort, fast row heap row, radix sort, merge sort algorithm demo.
Platform: | Size: 15360 | Author: 不只是· | Hits:

[Technology ManagementAIX6.1-overflow-exploits-principle

Description: AIX5.3及6.1堆溢出漏洞利用原理分析-AIX5.3 and 6.1 heap overflow exploits the principle of analysis
Platform: | Size: 406528 | Author: windy | Hits:

[Data structsordering-systems

Description: 内排序系统,提供快速排序、冒泡排序、堆排序等常见排序代码。-Within the sorting system, providing quick sort, bubble sort, heap sort common sort code.
Platform: | Size: 6144 | Author: ci | Hits:

[Data structsdui

Description: 本源码是堆排序的源代码,在c环境下编译成功! -Heap sort of the source is the source code successfully compiled under the c!
Platform: | Size: 1024 | Author: liu | Hits:
« 1 2 ... 45 46 47 48 49 50»

CodeBus www.codebus.net