CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - heap insert
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
GUI Develop
Windows Kernel
WinSock-NDIS
Driver Develop
ADO-ODBC
GDI-Bitmap
CSharp
.net
Multimedia Develop
Communication
Shell api
ActiveX/DCOM/ATL
IME Develop
ISAPI-IE
Hook api
Screen saver
DirextX
Process-Thread
Console
File Operate
Printing program
Multi Monitor
DNA
Other
Search - heap insert - List
[
Other
]
minheap
DL : 0
最小堆,自己写的一个最小堆程序,只有插入构建最小堆的功能-Minimum heap, its own written procedures for a minimum heap, only to insert the function to build the smallest heap
Date
: 2025-12-16
Size
: 113kb
User
:
wendell
[
Other
]
SortProject
DL : 0
自己写的所有的内部排序算法,包括冒泡排序,插入排序,选择排序,快速排序,堆排序,shell排序,归并排序,计数排序,基数排序等-all the internal sort, including bubble, insert, select, quick, heap, shell, merge, counting, radix sort
Date
: 2025-12-16
Size
: 12kb
User
:
胡欣
[
Other
]
Heap
DL : 0
输入序列能调整为最小堆,能模拟调整过程,能够插入和删除-Input sequence can be adjusted to minimum heap, can simulate the process of adjustment that can insert and delete
Date
: 2025-12-16
Size
: 142kb
User
:
emily
[
Other
]
huffmancode-0.1
DL : 0
构造霍夫曼树 ////////////////////// //根据权重生成霍夫曼树 //weight 权重数组 //n 权重数组长度 //NewTree 新生成的霍夫曼树 void createHFMTree(int* weights,int n,BinaryTree<int>& NewTree) { //初始化堆 MinHeap<BinaryTree<int> > heap(n) int i=0 for( i<n i++){ heap.Insert(BinaryTree<int>(weights[i])) } //选择堆中根数值较小的两棵树,组成一棵新树然后插入堆里,并把原来的两棵树从堆里删除-Construct the Huffman tree//////////////////////// to generate Huffman tree// weight weights array// n weights array length// NewTree weight new Huffman tree generated void createHFMTree (int* weights, int n, BinaryTree <int> & NewTree) {//initialize heap MinHeap <BinaryTree<int> > Heap (n) int i = 0 for ( i <n i++){ heap.Insert(BinaryTree<int> (Weights [i])) }// Select heap root smaller value of the two trees, and then inserted into the pile to form a new tree and two trees removed from the pile
Date
: 2025-12-16
Size
: 3kb
User
:
kimikami
[
Other
]
sort
DL : 0
最小堆算法,实现插入最小堆元素,删除最小堆中的元素,创建最小堆功能-Minimum heap algorithm to achieve to insert minimum heap elements, delete the smallest elements of the heap, create minimum heap
Date
: 2025-12-16
Size
: 1kb
User
:
陈悦
[
Other
]
minimumheap
DL : 0
创建一个一定范围内的最小堆,可以进行堆排序、插入、删除、添加的操作。-Create a minimum heap within a certain range, you can heap sort, insert, delete, add operation.
Date
: 2025-12-16
Size
: 1kb
User
:
scinamo
[
Other
]
CDEMO_01
DL : 0
c语言常用排序算法包括快速排序,归并排序,堆排序,希尔排序等-sort algorithm including quick sort,shell sort,heap sort,merge sort,bubble sort,insert sort, sort.
Date
: 2025-12-16
Size
: 68kb
User
:
GUOQIANG
[
Other
]
新建 WinRAR 压缩文件
DL : 0
该程序是分别使用快速排序、插入排序、选择排序、冒泡排序、堆排序、归并排序、基数排序制作的,可以选择其一实现数组排序,通过主函数调用实现七种算法的演示。当输入一个数组的元素个数和数组元素之后可以选择七种排序方法之一进行排序并按从小到大的顺序输出。(The program is using fast sorting, insert sort, select sort, bubble sort, heap sort, merge sort, radix sort production, you can choose one to achieve array sorting, through the main function call to achieve the seven algorithms demo. When you enter the number of elements and array elements of an array, you can choose one of the seven sorting methods to sort, and output from small to large order.)
Date
: 2025-12-16
Size
: 1kb
User
:
silverbullet
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.