-
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
-
jspPdb
jsp网页连接数据库(access),并进行读写操作。这是一个典型实例,针对的是学生基本信息内容读写。(jsp page connect to the database (access), and read and write operations. This is a typical example, is for students to read and write basic information content)
- 2013-11-15 21:57:21下载
- 积分:1
-
EncryptUtil
java MD5算法加解密工具类,直接就能够调用(Java MD5 Algorithms Encryption and Decryption Tool Class)
- 2020-07-02 12:20:01下载
- 积分:1
-
j2eestudynote
Oak是 一 种 用 于 网 络 的 精 巧 而 安 全 的 语 言,学习指南(Oak is a sophisticated network for security and the language, learning guide)
- 2005-04-01 15:50:22下载
- 积分:1
-
APlayer
AP音乐播放器是一个html5的音乐播放器用于快速建造自己的音乐播放器(APlayer is a lovely HTML5 music player to help people build audio easily.)
- 2017-09-19 18:30:52下载
- 积分:1
-
Impl_RowSet
add Row Set Listener Source Code for Andriod.
- 2013-12-13 14:50:27下载
- 积分:1
-
Java(_)
java语言程序基本概述全集以及SDK1.6编译器的新规定
(Java language program to complete basic overview and new rules of SDK1.6 compiler
)
- 2013-09-28 19:51:34下载
- 积分:1
-
DatabaseOperater
数据库连接及简单操作(database)
- 2018-10-14 15:27:15下载
- 积分:1
-
AbstractItemVisitor
An output stream for the body of an HTTP request Source Code for Java Script.
- 2013-10-04 10:18:01下载
- 积分:1
-
filtering
用JAVA写的带通滤波代码,实现思路很简单,没有采用各种数字滤波的方法。而是通过傅里叶变换到频域,将要求外的频率均置0,再逆傅里叶变换得到的。效果还不错。(Written using JAVA bandpass filtering code to achieve the idea is very simple, without using a variety of digital filtering approach. But through the Fourier transform to the frequency domain, the frequency requirements are set to 0, then the inverse Fourier transform. Results were pretty good.)
- 2021-01-15 00:08:46下载
- 积分:1