文件名称:sheep
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2015-10-04
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- li***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
题目 :定义一个Sheep类
属性:类型
编号
重量
颜色
方法:两个构造函数
一组set方法
一组get方法
从键盘输入羊的属性的方法
显示羊属性的方法
定一个羊群:SheeArray类
属性: 一个存放羊对象的数组
羊队主人
羊的个数
方法: 从键盘输入羊群中羊的个数及每只羊的信息
返回羊群中羊的个数
往羊群中添加一只羊
从羊群中删除一只羊
从羊群中寻找某只羊
按重量对羊群中的羊进行由小到大的排序
挑出最肥的羊
将羊群中的羊按照重量由小到大排序-Title: Sheep define a class attribute: Type Number Weight Color Method: Two constructors a set method get method to display a set of attributes the method of keyboard input method sheep sheep property given one flock: SheeArray class attribute: a Object storage array sheep sheep sheep team owner number: Enter the keyboard and the number of sheep flock information return each sheep flock of sheep flock add the number to a sheep the flock Delete a sheep looking for a sheep the flock by weight of the flock of sheep were sorted in ascending pick the fattest sheep flock of sheep will be sorted in ascending weight
属性:类型
编号
重量
颜色
方法:两个构造函数
一组set方法
一组get方法
从键盘输入羊的属性的方法
显示羊属性的方法
定一个羊群:SheeArray类
属性: 一个存放羊对象的数组
羊队主人
羊的个数
方法: 从键盘输入羊群中羊的个数及每只羊的信息
返回羊群中羊的个数
往羊群中添加一只羊
从羊群中删除一只羊
从羊群中寻找某只羊
按重量对羊群中的羊进行由小到大的排序
挑出最肥的羊
将羊群中的羊按照重量由小到大排序-Title: Sheep define a class attribute: Type Number Weight Color Method: Two constructors a set method get method to display a set of attributes the method of keyboard input method sheep sheep property given one flock: SheeArray class attribute: a Object storage array sheep sheep sheep team owner number: Enter the keyboard and the number of sheep flock information return each sheep flock of sheep flock add the number to a sheep the flock Delete a sheep looking for a sheep the flock by weight of the flock of sheep were sorted in ascending pick the fattest sheep flock of sheep will be sorted in ascending weight
(系统自动生成,下载前可以参看下载内容)
下载文件列表
SheeArray.java
Sheep.java
text.java