资源列表
Desktop
- 创建一个Teacher类,要求描述姓名、性别、年龄、薪水,定义一个方法,用于在教师原有薪水的基础上增加5000,再定义一个TeacherTest类,创建一个Teacher对象并初始化对象的各属性值,调用教师增加薪水的方法,并将增加薪水后的教师信息输出。-Create a class the Teacher, the requirement descr iption name, gender, age, salary, define a method that is used to teacher
PeanoBoard
- Java实现的皮亚诺曲线分形图,递归算法和awt的应用-Java implementation of the Piano curve fractal, recursive algorithm and awt application
Java2048
- java 控件实现2048小游戏,上下左右键控制,简单的小程序-Java control to achieve 2048 game,up and down left and right key control, simple small program
libraryshop
- 最简单最实用的网上图书商城,javaweb,实现了很全的功能,前台登陆注册,购买东西添加到购物车,提交订单,后台管理添加删除商品,管理订单状态等等。-The most simple and practical online book store, JavaWeb, to achieve a full function, front landing registration, buy things added to the shopping cart, submit orders, backsta
SerialPortDemo
- (rxtx)简单的串口通信,java编的,有图形界面 -Simple serial communication
JAVA_BANKTEST
- 基于java基础的一个 银行存取款管理系统-the java of bank thanks
ssh_manager
- 简易的ssh部门管理系统,适合入门者学习-Simple ssh sector management system, suitable for beginners to learn
TestScore
- 利用Vector代替数组处理:从键盘读入学生成绩(以负数代表输入结束),找出最高分,并输出学生成绩等级。 提示:数组一旦创建,长度就固定不变,所以在创建数组前就需要知道它的长度。 而向量类java.util.Vector可以根据需要动态伸缩。 创建Vector对象:Vector v new Vector() 给向量添加元素:v.addElement(obj) //obj必须是对象 取出向量中的元素:Object obj v.elementAt(0) 注意第
TestCustomer
- 创建一个Customer ,名字叫 Jane Smith, * 他有一个账号为1000,余额为2000元,年利率为 1.23% 的账户。 (2) 对Jane Smith操作。 存入 100 元,再取出960元。再取出2000元。 打印出Jane Smith 的基本信息 Customer [Smith, Jane] has a account: id is 1000, annualInterestRate is 1.23%, balance is 1140
DBSCAN-master
- Implementation of DBSCAN Algorithm.
ssm4
- ssm整合 maven+spring+spring-mvc+mybatis+mysql+eclipse-ssm maven+spring+spring-mvc+mybatis+mysql+eclipse
BusSystem
- 公交运营系统的编程 里面有调度信息等功能-bus management