-
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
-
vc编的web网络浏览器
vc编的web网络浏览器-vc series of the web browser
- 2022-01-31 01:15:27下载
- 积分:1
-
IOCP(I/O Completion Port)Winsock例子
IOCP(I/O Completion Port)Winsock例子-IOCP(I/O Completion Port)Winsock example
- 2022-02-21 01:52:01下载
- 积分:1
-
myMdi
使用Qt实现记事本功能,功能齐全,带图标(Using Qt to achieve Notepad function, full-featured, with Icon)
- 2018-09-14 17:51:41下载
- 积分:1
-
Jiafei
用VC编写的WINDOWS程序 画了一个加菲猫的头像 并能通过按键改变其大小和图象变形(WINDOWS prepared using procedures VC painting a portrait of Garfield and can change its size keys and image distortion)
- 2009-05-23 16:29:35下载
- 积分:1
-
okphp
修正链接BUG 修正VISITORS BUG 修正FRIENDS BUG 优化SPACE主页与个人档案页的布局 增加IGNORE LIST 增强自定义会员属性(Fixed links Fixed BUG VISITORS BUG correction FRIENDS BUG optimize the layout of the home page and profile page SPACE increase IGNORE LIST Enhanced Custom Member Properties)
- 2016-07-18 21:29:50下载
- 积分:1
-
PCtoLCD2002wmb
图片、文字转LCD点阵,已经编译好,源文件暂不开放(Pictures, text to LCD dot matrix, has been compiled, source files are not open yet)
- 2020-06-21 18:20:02下载
- 积分:1
-
checkdiskinfo
VB检测硬盘空间大小及使用情况,有需要的就下载吧。(VB detect the size and usage of hard disk space, there is a need to download it.)
- 2013-08-23 11:40:08下载
- 积分:1
-
这是一个自我
这是一个自制的聊天程序,用C++builder实现的,基于TCP实现的,是《精彩c++builder程序设计》上的例子。-This is a self-made chat program, using C++ builder to achieve, based on the TCP implementation is a " wonderful c++ builder programming" on the case.
- 2022-11-10 01:10:04下载
- 积分:1
-
map_rom
Common code to handle map devices which are simple ROM.
- 2013-03-27 17:30:46下载
- 积分:1