-
JavaCard211API
Full documentation for Java Card 2.1.1 API for Smart Card development.
- 2014-08-05 12:38:38下载
- 积分:1
-
3.5.0
说明: mybatis3.5.0核心包,国内下载太麻烦,中转一下(Mybatis 3.5.0 core package, domestic download too troublesome, transfer)
- 2020-06-20 18:00:02下载
- 积分:1
-
src
SME框架(Swing)开发实例,使用SME框架开发桌面应用程序(SME framework (Swing) to develop examples of the use of SME framework for the development of desktop applications)
- 2007-12-26 17:01:24下载
- 积分:1
-
mystruts
自定义struts框架,使用了工厂设计模式,以及注释(Custom struts framework, using a factory design pattern, and notes)
- 2011-10-25 17:06:52下载
- 积分:1
-
PendingIntentRecord
Pending Intent Record extends I Intent Sender. Stub Source Code for Andriod.
- 2013-12-16 12:35:39下载
- 积分:1
-
javascript-By-Example
this is very useful e-book for JavaScript.
- 2014-03-01 13:11:09下载
- 积分:1
-
HealthyLifestyle
说明: program source code for a lifestyle program
- 2019-03-17 18:33:32下载
- 积分:1
-
exelHandleUp
EXcel文档转换为XML文档,将Excel表数据转换为工程所需的XML格式的配置文件(EXcel documents are converted to XML documents)
- 2018-03-26 16:00:40下载
- 积分:1
-
vb-dy-JAVA-WEBSERVER
一个调用JAVA的WEBSERVER的VB6源代码实例,简单明了(A WEBSERVER s VB6 invokes the JAVA source code examples, simple and clear
)
- 2013-08-14 10:42:07下载
- 积分:1
-
graphics
实验一:类与对象实验: 几何图形类的设计
实验目的:掌握用类进行面向对象程序设计的方法,掌握使用对象作为类的成员变量,掌握方法的参数传递,掌握静态域和静态方法。
实验内容:编写4个类:Rectangle、Circle、Geometry、Exa,具体要求如下:
① Rectangle类有double型成员变量表示矩形左上角的位置坐标及矩形的宽和高,要求提供修改和返回各成员变量的方法。
② Circle类有double型成员变量表示圆心坐标和圆的半径,要求提供修改和返回各成员变量的方法。
③ Geometry类有Rectangle类和Circle型的成员变量rect和circle。即Geometry类创建的对象由一个矩形和一个圆组合而成。要求该类提供修改rect、circle位置和大小的方法;提供显示rect和circle位置关系的方法,并能够显示圆是否完全坐落于矩形中。
④ 要求能对创建的Rectangle类和Circle类对象数目进行统计。
Exa类含有main方法,在main方法中用Geometry类创建对象,该对象调用相应的方法
设置圆和矩形的位置及大小并输出圆是否包含在矩形中。输出当前Rectangle和Circle
对象数目。
(test one)
- 2014-05-05 08:37:25下载
- 积分:1