资源列表
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)
java源代码
- java源代码源代码源代码源代码源代码创建一个执行复数运算的Complex类。复数具有如下格式: realPart+imaginary*j 其中j为虚数。
分别定义图形类Shape(抽象基类)
- 分别定义图形类Shape(抽象基类),继承类矩形类Rectangle、正方形类Square、 圆形类Circle;并且计算周长和面积。在另一个main函数中分别创建矩形、 正方形和圆形对象,设置所需的属性值,打印其周长和面积。(备注:只要把该文件解压,把里面的东东COPY去即可使用)-Graphics categories are defined Shape (abstract base class), the succession of quasi-rectangular type R
Archivo
- Codigo fuente java que cre un archivo .txt y le escribe en el.
MessageDigestExample
- 单一的消息摘要算法,不使用密码.可以用来对明文消息(如:密码)隐藏保存-A single message digest algorithm, do not use a password. Can be used to express the message (for example: password) hide the save
shift
- 批处理 shift 命令详解,学习shift 命令非常好的东西-Batch shift command Xiang Jie, a very good thing to learn shift command
Java_access_machine_name_IP_address_classical_code
- Java获取本机名称和IP地址经典代码Java access to the machine name and IP address of the classical code-Java access to the machine name and IP address of the classical code
HyperLinkLabel
- Add a file to a JLabel, FileName is displayed and file can be explored by clicking on the link
SimpleSocketDemo
- Socket 连接的简单例子, 用于实现简单的服务器和客户端的连接。-Simple Socket Demo