资源列表
eployee
- 编写一个Java Application程序。定义一个雇员类Employee(属性有员工编号、员工的姓名、薪水、年龄和所在部门),能够根据用户的要求输出指定部门或某个年龄范围内的所有员工的信息。该类的具体要求如下: 相关属性应为private; 为每个private属性定义一对getXXX()和setXXX()方法; 定义带参数的构造方法完成对雇员对象的初始化; 具有统计该公司员工总数的能力。 定
MyCircle
- 基本图形(画线和画园)算法生成的java模拟,是计算机图形学中的基础-Basic graphics (drawing lines and painting park) algorithm to generate the java simulation, is the basis of computer graphics
Emailsend
- 带服务器身份验证的Simple SMTP的java程序-With Simple SMTP authentication server' s java process
Playfair
- this the source code to implement play fair cipher -this is the source code to implement play fair cipher ................
ProxyIp
- java实现的代理IP测试,里面包含了使用IE代理的设置-Proxy IP test java implementation, which includes the use of IE proxy settings
shuzitongji
- 一本书的页码从自然数1开始顺序编码直到自然数n.书的页码按照通常的习惯编排,每个页码都不含多余的前导数字0.例如,第6页用数字6表示,而不是06或006等.数字计数问题要求对给定的总页码n,计算出书的全部页码中分别用到多少次数字0,1,2,……9。 -Page of a book from the coding sequence of natural numbers starting at 1 until the natural number n. page book arranged acco
test3
- 把10个浮点型成绩放入一个整型数组中,然后统计各分数段人数。-The 10 floating-point performance into an integer array, then the number of statistical segments of the score.
Table
- 交通规划中交通分布的乌尔希斯重力模型待定系数判定。-Transportation planning in the traffic distribution of Ur Heath gravity model to determine the unknown coefficients.
Student--system
- 学生成绩管理系统 login登陆jsp页面-Student achievement management system login
Test
- jtable显示数据库内容,很简单,非常有用jtable display database content-jtable display database content
SquareRoot
- import java.io.* public class SquareRoot { public static void main ( String [ ] args ) { System.out.print("Enter a positive value: ") double value = 0 try { BufferedReader in = new BufferedReader(new InputStreamReader(System.in)) String inputLine
QueryJFrame
- 使用JTable显示数据查询结果集(即将数据库中返回的数据用表格形式显示出来)-Use JTable display data search results