资源列表
Element
- Java抽象类的应用,继承抽象类,可实现图形绘制-Application of Java Abstract class
Rectangle
- 做一个简单的矩形面积计算器,要求你输入长和宽就可以计算出其面积。- Create a class Rectangle (and store it in a file called Rectangle.java) It should have two instance variables l (the rectangle’s length) and w (the rectangle’s width). It should have one method that cal
text
- 从数据库中将所有数据依次放在一个list,然后进行查找,随机从一个值找到另一个值-In turn placed on a list, all the data from the database and then search to find another value randomly from a value
Form22s
- Form22s extends InsnFormat Source Code for Java scr ipt.
Sudoku
- java code for checking sudoku table
TestProxyIp
- Java设置代理IP访问网站,新手学习,可以看看其中的原理。-Java sets the proxy IP access site
UVa12504__true
- 这个java文件用于 UVa平台 UVa12504-this is UVa12504
lOCALvARIABLEiNFOaDDER.RAR
- This LocalVariableInfoVisitor adds all line numbers that it visits to the given target line number attribute.
ParallelSum
- ,采用多线程的方法计算一个数组的各个元素之和。具体来说,该数组为 整型数组 a,有 300 个元素。在 main 函数中,对该数组的每个元素进行赋值,值为一 个 1-100 的随机数。然后创建 3 个线程,第 1 个线程负责计算 a[0]~a[99]这 100 个元素 之和;第 2 个线程负责计算 a[100]~a[199]这 100 个元素之和;第 3 个线程负责计算 a[200]~a[299]这 100 个元素之和。最后在 main 函数中汇集各个线程的计算结果,然后 算出最终的结果,即 a
最小生成树耶
- 最小生成树-minimum spanning tree
MyHelloMIDlet
- java shouji 源代码!初学者的必修课
MultiFrame
- 这是一个简关的JAVA程序,能够实验实现多文档视图这个功能