实验报告 第五次作业.doc

  1. 1、本文档共8页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
实验报告 第五次作业

学生实验报告 学生姓名 学号 同组人 实验项目 C++ □必修 □选修 □演示性实验 □验证性实验 □操作性实验 □综合性实验 实验地点 机房 实验仪器台号 25 指导教师 实验日期及节次 2011 10 13 三四节 一、实验综述 1、实验目的及要求 1. Given a Rectangle class, which has Width and Height attributes and the following behaviors: (1) Init(): to initialize the Width and Height (2) SetWidth(): to set Width (3) SetHeight(): to set Height (4) GetWidth(): to get Width (5) GetHeight(): to get Height (6) Area(): to calculate the area of the rectangle (7) DispInfo(): to show the information of the rectangle such as Width, Height and area. Please analyze and design the class based on the above requirements. 1. 定义一个长方形Rectangle类,它有宽、高(Width,Height)和一些计算方法: (1) Init():设定宽、高的初始值 (2) SetWidth():设定宽度 (3) SetHeight():设定高度 (4) GetWidth():得到宽度 (5) GetHeight():得到高度 (6) Area():计算长方形的面积 (7) DispInfo():显示长方形的信息(包括宽、高和面积) 分析并设计: (1)Rectangle类中有哪些数据成员,应定义为公有的还是私有的。 (2)Rectangle类中有哪些成员函数,应定义为公有的还是私有的。并设计编写这些函数。 (3)编写一个主函数对Rectangle类实现调试。 2. Design a class Circle, which can be used to calculate the area and circumference of a circle. The radius is set when initializing an object. Please give a main function to call the class. 2. 定义一个Circle类,可以计算圆的面积和圆的周长。圆的半径通过说明对象时由初始化完成。 编写相应的调试用函数,来测试该类的正确性。 3. Design a Rectangle class with two attributes, Width and Height and to satisfy the following requirements. When the object is initialized by two arguments, which represent Width and Height respectively. But, when the object is initialized by only one argument, which means the rectangle is a square. There is a member function to show the area of the Rectangle in the class. Please also give a main function to call the class. 3. 定义一个长方形Rectangle类,它有宽、高(Width,Height)。在说明该类的对象时,若给定了两个参数,分别设为宽和高;若只给了一个参数,则宽和高相同(即正方形)。同时编写可以显示面积的成员函数。 编写相应的调试用函数,来测试该类的正确性。 2、实验仪器、设备或软件 电脑 VC 6.0 二、实验过程(实验步骤、记录、数据、分析) 第一题: #includeiostream #includeiomanip using namespace std; class Rectangle { public: void Init(int x,int y); void Setwidth(int a); void

文档评论(0)

xcs88858 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

版权声明书
用户编号:8130065136000003

1亿VIP精品文档

相关文档