-
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
-
lt
说明: 易语言论坛登陆打卡源码例程程序结合易语言互联网支持库,实现了登陆易语言论坛并打卡的功能。(Easy language forum landing punch source routine procedures combined with easy language Internet support library, the realization of the easy language forum landing and punch function.
)
- 2017-03-28 13:11:47下载
- 积分:1
-
win32控制台程序,从WEB服务器通过HTTP下载文件,值得借鉴
win32控制台程序,从WEB服务器通过HTTP下载文件,值得借鉴-win32 console program, from the WEB server to download files through HTTP, it is worth drawing
- 2022-03-01 20:30:19下载
- 积分:1
-
收录了很多著名的大型公司的网址,可以看一下。
收录了很多著名的大型公司的网址,可以看一下。-collections of many well-known large companies web site can look at.
- 2022-07-13 02:44:11下载
- 积分:1
-
c-P-P-pointers-and-references-
C语言的精华和灵魂是“指针”,但运用的时候却比较容易出错。c++又引入了“引用”的概念,好多人不理解它们之间的区别,本人将结合自己的使用经验,给出一些编程的实例,简单阐述它们之间的区别。(C language, the essence and the soul is "pointer", but the use of it has been more prone to error. c++ and the introduction of the "reference" concept, a lot of people do not understand the difference between them, I will combine their experience, give some programming examples, briefly discusses the differences between them.)
- 2013-06-25 14:53:57下载
- 积分:1
-
一个简单的socket实现传文件的源代码,希望对您有所帮助。
一个简单的socket实现传文件的源代码,希望对您有所帮助。-A simple transmission of documents socket implementation source code, want to help you.
- 2022-01-23 10:54:46下载
- 积分:1
-
x79-16d-drivers
Hunanzhi X79-16D drivers for chipset components intel 2011
- 2020-06-19 18:20:01下载
- 积分:1
-
28457
自选键盘记录器源码,例程程序结合易语言应用接口支持库,调用API函数实现键盘记录功能(Optional keyloggers source, routine program application interfaces combined with easy language support library , call the API functions keylogger)
- 2016-09-03 16:15:02下载
- 积分:1
-
6547687
用两个字符形成点阵大字,VC++经典编程源码,很好的参考资料。(Lattice with two characters form characters, VC++ classical programming source code, a good reference.)
- 2013-11-15 09:32:34下载
- 积分:1
-
CSDN网络版“小猪”写的一个重叠端口完成例程的网络通讯程序。...
CSDN网络版“小猪”写的一个重叠端口完成例程的网络通讯程序。-CSDN Network Edition of the "something" was a complete overlap port routines network communication process.
- 2022-01-25 16:51:23下载
- 积分:1