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

Search list

[Data structsheapsort

Description: 用堆排序算法实现对一组无序整数的排序,排序结果由大到小输出。-Heap Sort algorithm used to realize a group of disorderly integer sorting, sorting the results of descending output.
Platform: | Size: 214016 | Author: wu | Hits:

[AI-NN-PRheapsort_improvment

Description: 完成堆排序的改进算法,是根据《软件学报》中的堆排序的顾、诸排序。-Completion of improvements HEAPSORT algorithm is based on
Platform: | Size: 254976 | Author: wu | Hits:

[JSP/JavaSort

Description: 1. 实现插入排序; 2. 实现归并排序; 3. 实现堆排序,包括建堆过程;(三种排序在一个程序中实现) -1. Realize Insertion Sort 2. Merging Sort realize 3. HEAPSORT realize, including the reactor building process (three in one program to sort realize)
Platform: | Size: 1024 | Author: | Hits:

[Data structsset

Description: 对线段进行堆排序的算法,用于几何运算,可实现对端点进行进一步排序的双重排序功能,可用于线段运算-Carried out on the line segment HEAPSORT algorithms for geometric computing can be realized-to-end double further Sort sort function, can be used for computing segment
Platform: | Size: 934912 | Author: 1111 | Hits:

[TCP/IP stackduipai

Description: 用c++编写的堆排序 程序简单易懂,适合初学者-With c++ Prepared HEAPSORT procedures simple, suitable for beginners
Platform: | Size: 3072 | Author: zt | Hits:

[Othersushe2

Description: 宿舍管理查询软件(**) 任务:为宿舍管理人员编写一个宿舍管理查询软件, 程序设计要求: (1)采用交互工作方式 (2)可以增加、删除、修改信息 (3)建立数据文件 ,数据文件按关键字(姓名、学号、房号)进行排序(选择、快速排序、堆排序等任选一种) (4) 查询 : a.按姓名查询 b.按学号查询 c按房号查询 (5) 打印任一查询结果(可以连续操作)-Dormitory management inquiries software (**) tasks: for managers in the preparation of a hostel dormitory management query software, the program design requirements: (1) the use of interactive methods of work (2) can add, delete, modify the information (3) the establishment of data files, data documents by keyword (name, school number, room number) sort (selection, quick sort, such as optional HEAPSORT a) (4) query: a. by name inquiries b. inquiries by school No. c inquiries by the Housing No. (5) print any query results (can be continuous operation)
Platform: | Size: 1024 | Author: ping | Hits:

[Data structssortCompare

Description: 各种排序算法BubbleSort、DichotomySort、HeapSort、InsertSort、MergeSort、QuickSort、ShellSort、-Various sorting algorithm BubbleSort, DichotomySort, HeapSort, InsertSort, MergeSort, QuickSort, ShellSort,
Platform: | Size: 8192 | Author: myy | Hits:

[Data structsheappaixu

Description: 实现数据结构的堆排序,并且有堆排序的性能分析-Data structure HEAPSORT, and Performance Analysis HEAPSORT
Platform: | Size: 111616 | Author: 丁涛 | Hits:

[OtherCpulspulsLectureNotes2

Description: 輕易學好C++編程技巧 - 進楷 (香港科技大學筆記 19課) 內容包括 1) base C++ review, 2) Pointers and Dynamic Objects, 3) Recursion,Linked Lists, 4) Stacks and Queues, 5) Algorithm Analysis, 6) Insertion Sort and Mergesort, 7) Quicksort, 8) Heaps and Heapsort, 9) Lower Bound of Sorting and Radix Sort, 10) Binary Trees and Binary Search Trees 11) AVL Trees, 12) B+ Trees 13) Graphs and Breadth-First Search 14) Depth-First Search 15) Connected Components, Directed Graphs, 16) Topological Sort 17) Hashing 18) Pattern Matching 19) Additional Review -Easily learn C++ Programming skills- Jin Kai (Hong Kong University of Science and Technology Division notes 19) will include 1) base C++ Review, 2) Pointers and Dynamic Objects, 3) Recursion, Linked Lists, 4) Stacks and Queues , 5) Algorithm Analysis, 6) Insertion Sort and Mergesort, 7) Quicksort, 8) Heaps and Heapsort, 9) Lower Bound of Sorting and Radix Sort, 10) Binary Trees and Binary Search Trees 11) AVL Trees, 12) B+ Trees 13) Graphs and Breadth-First Search 14) Depth-First Search 15) Connected Components, Directed Graphs, 16) Topological Sort 17) Hashing18) Pattern Matching 19) Additional Review
Platform: | Size: 3751936 | Author: chan kindfish | Hits:

[Mathimatics-Numerical algorithmspaixu

Description: (1)对以下6种常用的内部排序算法进行比较:起泡排序、直接插入排序、简单选择排序、快速排序、希尔排序、堆排序。 (2)待排序表的表长不小于100;其中的数据要用伪随机数产生程序产生;至少要用5组不同的输入数据作比较;比较的指标为有关键字参加的比较次数和关键字的移动次数(关键字交换计为3次移动)。 (3)最后要对结果作出简单分析,包括对各组数据得出结果波动大小的解释。 -(1) of the following six kinds of commonly used internal sorting algorithm to compare: foaming sort of direct insertion sort, selection sort simple, quick sort, Hill sort HEAPSORT. (2) to be a long table to sort the table not less than 100 which data to use pseudo-random number generator procedures spend at least 5 different sets of input data for comparison comparable indicators for the comparison of the number of keywords and take part in mobile number of keywords (keyword exchanged 3 times the total mobile). (3) Finally to make a simple analysis of results, including data on the outcome of the interpretation of fluctuations in size.
Platform: | Size: 1024 | Author: xuezhijie | Hits:

[Data structsY_TFun_Tournament

Description: 二叉树,堆排序模板,时间复杂度:为O(N*Log2(N))。空间复杂度: 2*N-1(个结点)-Binary Tree, HEAPSORT templates, time complexity: In order to O (N* Log2 (N)). Space complexity: 2* N-1 (nodes)
Platform: | Size: 2048 | Author: xzzz | Hits:

[Data structsduidejianliheshaixuan

Description: 堆的建立和筛选 实现堆排序 数据结构初学者可以参考 -Heap realize the establishment and screening data structure HEAPSORT beginners can refer to
Platform: | Size: 515072 | Author: orochi | Hits:

[Otherduipaixu

Description: 通过建立大顶堆 建立堆排序 以从小到大的顺序输出结果-Through the establishment of the establishment of Dading heap HEAPSORT to the order from small to large output
Platform: | Size: 1024 | Author: 陈尧 | Hits:

[Data structssort

Description: 这是一个用堆排序实现的排序算法,可以通过阅读代码学习堆排序的思想-This is a used HEAPSORT realize the sorting algorithm, you can learn by reading the code thinking HEAPSORT
Platform: | Size: 1024 | Author: wei | Hits:

[Windows Develop5_sort

Description: 各种排序算法例程:简单选择排序;堆排序;插入排序;希尔排序;冒泡排序;快速排序;-Various sorting algorithm routines: Simple Selection Sort HEAPSORT Insertion Sort Hill sort Bubble Sort quick sort
Platform: | Size: 1024 | Author: 陈巍卿 | Hits:

[mpeg mp3Keyframe

Description: 从视频中提取关键帧,采用贪心算法和堆排序来处理视频中的大量帧信息。-Extracted from the video key frame, the use of greedy algorithm and HEAPSORT to deal with a large number of frames of video information.
Platform: | Size: 878592 | Author: wpc | Hits:

[Othersort

Description: 通过一组相同的数据,对六种不同排序方法(冒泡排序、快速排序、直接插入排序、希尔排序、简单选择排序、堆排序、二路归并排序)的数据元素的比较和移动的次数做一个比较,并对结果作出简单分析-Through a group of the same data, sort of six different methods (bubble sort, quick sort, direct insertion sort, Hill sort, simple selection sort HEAPSORT, Road Merging Sort) comparison of data elements and mobile number a comparison of the results of a simple analysis
Platform: | Size: 2048 | Author: 吕璐 | Hits:

[Compress-Decompress algrithmsDivConquer

Description: 算法实验:1 分治法在数值问题中的应用 ——最近点对问题 2 减治法在组合问题中的应用——8枚硬币问题 3 变治法在排序问题中的应用——堆排序 4 动态规划法在图问题中的应用——全源最短路径问题 -Algorithm experiment: 1 divided numerical problems in the application- the nearest point to question 2 by governance problems in the application portfolio- 8 coins 3 Variable governance issues in order of application- HEAPSORT 4 dynamic programming problems in the application map- the whole question of the source of the shortest path
Platform: | Size: 287744 | Author: 邱名楷 | Hits:

[Data structspaixu

Description: 2008软件公司面试题:排序大全:简单选择排序、冒泡排序、选择排序、shell排序、快速排序、插入排序、堆排序(从小到大)、归并排序(利用递归)-2008 software companies face questions: Sort Guinness: simple choice to sort, bubble sort, select sort, shell sort, quick sort, insert sort HEAPSORT (from small to large), Merging Sort (recursive)
Platform: | Size: 226304 | Author: chen | Hits:

[Data structs5428934

Description: 排序算法平均时间的比较,实现几种排序算法(selectionsort, insertionsort,bottomupsort,quicksort, 堆排序)-The average amount of time sorting algorithm of comparison, the realization of several sorting algorithm (selectionsort, insertionsort, bottomupsort, quicksort, HEAPSORT)
Platform: | Size: 2048 | Author: 丹丹 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 14 »

CodeBus www.codebus.net