资源列表
DiceFreq
- 记录骰子的出现面次数,并且把次数显示并输出-frequence of dice
Ticket
- 售票系统的java语言简单模拟实现,可以实现100个用户实现购票时的窗口的简单模拟实现。-Simple java language simulation ticketing system to achieve, you can achieve 100 users achieve a simple analog ticket window when realized.
Class-Position
- 设计一个描述二维平面上点的类Position,该类需要描述点的横坐标和纵坐标,并提供访问器方法(set方法和get方法)和计算两点间距离的方法。写一个程序测试这个类-Design of a two-dimensional plane descr iption class Position point, the class needs to describe the point of abscissa and ordinate and provide accessor methods (set a
urlconvert
- 实现网址中编码的转换,如%20可以转成空格等
exercise4
- is for icarnegie ssd1 exercise4 100
shellsort
- Shell sort in java source thanks
acce
- java 连接access的例子,可以直接连接,不需要使用JAR包-java connection access examples, can be directly connected without using the JAR package
parerat
- This is a program for parallel seive of eratosthenes.
SequenceDemo
- 一个合并流的简单实例,主要是对初学者有一定的帮助。 -A simple example of a combined stream is mainly for beginners some help.
LibraryField
- Representation of a field from a class-file.
QuickSort
- 快速排序(QuickSort)是一种有效的排序算法。虽然算法在最坏的情况下运行时间为O(n^2),但由于平均运行时间为O(nlogn),并且在内存使用、程序实现复杂性上表现优秀,尤其是对快速排序算法进行随机化的可能,使得快速排序在一般情况下是最实用的排序方法之一。快速排序被认为是当前最优秀的内部排序方法。-Quick Sort (QuickSort) is an efficient sorting algorithms. Although the algorithm runs in the wo
sourcecode2
- using the functions of String Buffer class such as insert(), append(), toLowerCase() etc and outputting the result using output stream(System.out)