CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - heap java
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - heap java - List
[
Other resource
]
排序算法-java
DL : 0
用java实现的数据结构排序算法,包括:选择排序、插入排序、冒泡排序、希尔排序、快速排序、堆排序、归并排序。-used to achieve the ranking algorithm data structure, including : Select, in order of insertion sequence and Bubble Sort, Hill sequencing, rapid sequencing, heap sort, merging sequencing.
Date
: 2008-10-13
Size
: 52.96kb
User
:
陈为
[
JSP/Java
]
深入浅出Java堆的管理--垃圾回收
DL : 0
深入浅出Java堆的管理--垃圾回收-simple Java heap management -- the garbage collector
Date
: 2008-10-13
Size
: 6.74kb
User
:
赵华
[
JSP/Java
]
深入浅出Java堆的管理--垃圾回收
DL : 0
深入浅出Java堆的管理--垃圾回收-simple Java heap management-- the garbage collector
Date
: 2025-07-11
Size
: 6kb
User
:
赵华
[
Data structs
]
排序算法-java
DL : 0
用java实现的数据结构排序算法,包括:选择排序、插入排序、冒泡排序、希尔排序、快速排序、堆排序、归并排序。-used to achieve the ranking algorithm data structure, including : Select, in order of insertion sequence and Bubble Sort, Hill sequencing, rapid sequencing, heap sort, merging sequencing.
Date
: 2025-07-11
Size
: 53kb
User
:
陈为
[
Other
]
huffmantreeandheap
DL : 0
HUFFMAN和HEAP的JAVA实现。 用来实现文件压缩的基本部分。-HUFFMAN HEAP and JAVA. Documents used to achieve a fundamental part of compression.
Date
: 2025-07-11
Size
: 9kb
User
:
姚维
[
Data structs
]
JavaSortingMethod
DL : 0
java 排序,冒泡排序,快速排序,选择排序,插入排序,堆排序,归并排序等等!-java ranking, bubble sort, quick sort, select Sort, insert sequencing, heap sort, merge sort, and so on!
Date
: 2025-07-11
Size
: 6kb
User
:
丁如敏
[
JSP/Java
]
SomeSort
DL : 0
许多的排序算法,包括选择排序,堆排序,冒泡排序,折半排序,用java开发。-many of the sorting algorithm, including the option of scheduling, heap sort, Bubble sort, half ranking with java development.
Date
: 2025-07-11
Size
: 1kb
User
:
[
JSP/Java
]
heap_sort
DL : 0
用java编写的一个演示堆排序算法的代码。 -java with a demonstration of the preparation of the heap sorting algorithm code.
Date
: 2025-07-11
Size
: 38kb
User
:
往往
[
Other
]
sort
DL : 0
算法中经典问题,排序算法的实现。其中有冒泡、改进的快速、堆、选择排序的实现。-Algorithm in the classical problem of sorting algorithm implementations. Which the bubble has to improve fast, heap, choose to sort of realize.
Date
: 2025-07-11
Size
: 1kb
User
:
莫海波
[
Algorithm
]
paixu
DL : 0
用Java语言实现的各种排序,包括插入排序、冒泡排序、选择排序、Shell排序、快速排序、归并排序、堆排序、SortUtil等-Using Java language to achieve a variety of sorting, including the Insertion Sort, Bubble Sort, Selection Sort, Shell Sort, Quick Sort, Merge Sort, Heap Sort, SortUtil, etc.
Date
: 2025-07-11
Size
: 2kb
User
:
王晓磊
[
Data structs
]
ShortestPathviaFibonacciHeap
DL : 0
This code implements the shortest path algorithm via the simple scheme and fibonacci heap data structure. It has 3 kinds of testing data input method : random input by computer, reading from the file, reading from the key board.
Date
: 2025-07-11
Size
: 19kb
User
:
heavenflames
[
JSP/Java
]
javamp3
DL : 0
java编写的一个播放器程序,能播放多种文件,希望对大家有所帮助-java met迡cavity temperature ? Xiaqi stamp instance, the most唗Xikui ㄛ Xiaqi温嗣text Gou Qin Li ㄛ洷submerged mode bleed at the nose咡All heap翑
Date
: 2025-07-11
Size
: 485kb
User
:
剑侠
[
3D Graphic
]
Huffman
DL : 0
迄今为止见过的最方便的huffman编码,效率很高 一个外国人写的,很具有研究价值 Constructing a Huffman Tree according to the number of times each symbol appears in the data stream: 1) Create an array of N nodes, representing N possible symbols (ranging between 0 and N-1). 2) Set the value of each node to the number of times that its symbol appears in the data stream. 3) Create a Minimum-Heap of N nodes. 4) Add every node whose value is greater than zero to the heap. 5) Extract the best two nodes in the heap. 6) Create a parent node whose children are the two extracted nodes. 7) Add the parent node to the heap. 8) Repeat the previous three steps N-1 times (until only 1 node remains in the heap). 9) Extract the last node in the heap. The array created in the first step stores the leaves of the tree, and is used in order to encode the data stream. The node extracted in the last step is in fact the root of the tree, and is used in order to decode the data stream.-So far seen the most convenient huffman coding, efficient write a foreigner, I have research value Constructing a Huffman Tree according to the number of times each symbol appears in the data stream: 1) Create an array of N nodes , representing N possible symbols (ranging between 0 and N-1) .2) Set the value of each node to the number of times that its symbol appears in the data stream.3) Create a Minimum-Heap of N nodes.4) Add every node whose value is greater than zero to the heap.5) Extract the best two nodes in the heap.6) Create a parent node whose children are the two extracted nodes.7) Add the parent node to the heap.8) Repeat the previous three steps N-1 times (until only 1 node remains in the heap) .9) Extract the last node in the heap.The array created in the first step stores the leaves of the tree, and is used in order to encode the data stream.The node extracted in the last step is in fact the root of the tree, and is used in order to decode the data stream.
Date
: 2025-07-11
Size
: 17kb
User
:
游弋人生
[
Data structs
]
SortAlgorithmInJava
DL : 0
java中几种常用的排序算法。 用Java语言实现的各种排序,包括插入排序、冒泡排序、选择排序、Shell排序、快速排序、归并排序、堆排序、SortUtil等。-java of several commonly used sorting algorithm. Using Java language to achieve a variety of sorting, including the Insertion Sort, Bubble Sort, Selection Sort, Shell Sort, Quick Sort, Merge Sort, Heap Sort, SortUtil such.
Date
: 2025-07-11
Size
: 3kb
User
:
alonso
[
JSP/Java
]
paixu
DL : 0
包括了5个基本排序过程,快速,冒泡,堆,选择,插入。-Includes five basic sort process, rapid, and bubble, heap, select Insert.
Date
: 2025-07-11
Size
: 23kb
User
:
黄戈
[
Windows Develop
]
Heap
DL : 0
数据结构中大根堆的实现,Java语言描述。-Heap
Date
: 2025-07-11
Size
: 1kb
User
:
wicool
[
Mathimatics-Numerical algorithms
]
Sort
DL : 0
通过Java语言实现了选择、插入、冒泡、希尔、快速、归并、堆、基数等8种排序算法-Java based selection, insertion, bubble, shell, quick, merge, heap, radix sorting algorithm
Date
: 2025-07-11
Size
: 11kb
User
:
陈昱安
[
JSP/Java
]
graph
DL : 0
A simple implementation of a graph in java with heap and dijkstra algorithm
Date
: 2025-07-11
Size
: 3kb
User
:
cascina
[
JSP/Java
]
Inside-the-Java-Virtual-Machine
DL : 0
本书共分20章,第1-4章解释了java虚拟机的体系结构,包括java栈、堆、方法区、执行引擎等;第5-20章深入描述了java技术的内部细节,包括垃圾收集、java安全模型、java的连接模型和动态扩展机制、class文件、运算及流程控制等等,其中等6章和附录a-c完全可以作为class文件和指令含集的参考手册深入JAVA虚拟机第二版-This book is divided into 20 chapters, chapters 1-4 explain the java virtual machine architecture, including the java stack, heap, methods area, the execution engine 5-20 chapter in-depth description of the internal details of the java technology, including garbagecollection, the Java security model, Java connection model and the dynamic extension mechanism, the class file, computing and process control, etc., of which 6 and Appendix ac can be used as the class files and instruction set reference manual containing
Date
: 2025-07-11
Size
: 18.52mb
User
:
杨庆怡
[
JSP
]
Heap
DL : 0
把Heap.java档改写成顺序. 开头的是最小数目,结尾最大.-The Heap.java file rewrite order. In ascending order. The root node is smallest number.
Date
: 2025-07-11
Size
: 2kb
User
:
vernon
«
1
2
3
4
5
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.