-
man
编写一个接口ICaculatable 接口中有一个doCaculte()方法
要求三个类BlackMan WhiteMan YellowMan实现这个方法
BlackMan 实现从控制台输入5个数 排序(正排)输出
WhiteMan 实现从控制台输入5个数 排序(倒排)
YellowMan 实现从控制台输入5个数 计算总和 输出
写出一个测试类来测试以上类的功能。
测试类中要有void solveProblem(ICaculatable obj)方法进行测试
要求以上类在不同的包当中。(The preparation of an interface, there is a ICaculatable interface doCaculte () method requires three types of BlackMan WhiteMan YellowMan method to achieve this BlackMan input from the console 5, the number of sort (being ranked) output from the console WhiteMan enter the number 5 ranking (inverted ) YellowMan input from the console 5, the number of calculation of the sum of the output type to write a test to test the functions of the above categories. Test category must be void solveProblem (ICaculatable obj) method of the above testing requirements in different types of packages were.)
- 2009-05-16 22:17:27下载
- 积分:1
-
springmvc-1
这是springmvc基础学习资料,也是我开始用的东西,非常实用,能够运行的起来(springmvc 学习资料,基本上个可以满足初学者的需求)
- 2015-04-13 10:15:32下载
- 积分:1
-
JMF_API
JMF_API开发文档 chm格式 适用于JMF开发(The development documents chm format of JMF_API JMF development)
- 2013-04-28 11:14:03下载
- 积分:1
-
yizhu
该源码实现电子医嘱管理系统,可以查询、增加、修改、删除病人信息,科室信息,就诊记录信息等。(The source code for electronic prescription management system that can query, add, modify, delete patient information, department information, medical records and other information.)
- 2015-04-22 20:24:26下载
- 积分:1
-
IDW_JAVA
反距离加权插值(IDW),Gis二维等值线网格化中常用的,采用java语言实现,内有实例,测试代码,很实用的(Inverse distance weighted interpolation (IDW), Gis-dimensional contour grid commonly used, using java language, there are examples, test code, very useful)
- 2021-05-08 09:58:35下载
- 积分:1
-
PinYinHelper
1 取字符串所有汉字首字母
2 取汉字字符串的首字母(A string of all the characters take the first letter of two characters to take the first letter of a string)
- 2013-08-14 08:53:18下载
- 积分:1
-
mscurl
可用来抓取美国晨星上的美股的市场。配置完需要的美股名,程序会自动查询美股所在的市场,然后抓取。带所有的需要的库,导入eclipse就可以用。(Can be used to grab market stocks on the American Morningstar. Stocks finished configuring the required name, the program will automatically check stocks where the market, then crawl. With all the required libraries, import eclipse can be used.)
- 2014-09-11 16:29:24下载
- 积分:1
-
Java-mid-term-test
(1)某邮局对邮寄包裹有如下规定:若包裹的长宽高任一尺寸超过1米或重量超过30千克,不予邮寄;对可以邮寄的包裹每件收取手续费0.5元,再加上根据下表按重量weight计算的邮资,请编写程序计算某包裹的邮寄资费。
重量(千克) 收费标准(元)
weight<=10 1.00
10<weigh<=20 0.90
20<weigh<=30 0.80
(2)设计一个Rectangle(矩形)类,数据成员包括length(长)、width(宽)。要求成员方法实现以下功能:
①由键盘输入长和宽
②计算面积
③计算周长
④输出面积和周长
(3)一辆卡车违反交通规则,撞人后逃跑。现场有3人目击事件,但都没记住车号,只记下车号的一些特征。甲说:牌照的前两位数字式相同的;乙说:牌照的后两位数字是相同的,但与前两位不同;丙是数学家,他说:4位的车牌号刚好是一个整数的平方。请根据以上线索求出车号。(Java mid-term test)
- 2011-06-19 18:49:56下载
- 积分:1
-
flash4
有四套录音的demo,都实现了录音功能,播放录音的功能,还是很不错的(There are four sets of recording demo, realize the recording function, play the recording function, or very good)
- 2014-01-18 15:22:51下载
- 积分:1
-
swingmap
将指定经纬度的点在地图上显示出来,提供地图图片放大缩小和拖动功能。(The designated latitude and longitude points will be displayed on the map, providing map image zooming and zooming and dragging functions.)
- 2020-06-16 06:20:01下载
- 积分:1