文件名称:Cpp4
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2014-07-15
- 文件大小:
- 1.01mb
- 下载次数:
- 0次
- 提 供 者:
- 紫***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
创建一个名为3DPoint 的类,来建模三维空间中的一个点。将3DPoint 设计 为MyPoint 的一个派生类,包含如下额外属性:
(1)一个名为z 的数据域,表示z 轴坐标。
(2)一个无参构造函数,创建一个坐标为(0,0,0)的点。
(3)一个带参数的构造函数,按指定坐标创建一个点。
(4)z 的获取器函数。
(5)覆盖distance 函数,返回三维空间中两点之间的距离。
(6)一个名为getPerimeter()的函数,返回矩形的周长。
编写一个测试程序,它创建两个点,坐标为(0,0, 0)和(10,30,25.5),并输出两点之间的距离。-Create a class named 3DPoint to modeling three-dimensional space to a point. The 3DPoint MyPoint designed as a derived class, including the following additional attributes:
(A) a data field called z, showing the z-axis.
(2) a no-argument constructor, create a coordinate (0,0,0) point.
(3) with a constructor argument, create a point at the specified coordinates.
(4) z getter function.
(5) covering the distance function that returns the distance between two points in three-dimensional space.
(6) a function named getPerimeter () returns the perimeter of the rectangle.
Write a test program that creates two points at coordinates (0,0, 0) and (10,30,25.5), and outputs the distance between two points.
(1)一个名为z 的数据域,表示z 轴坐标。
(2)一个无参构造函数,创建一个坐标为(0,0,0)的点。
(3)一个带参数的构造函数,按指定坐标创建一个点。
(4)z 的获取器函数。
(5)覆盖distance 函数,返回三维空间中两点之间的距离。
(6)一个名为getPerimeter()的函数,返回矩形的周长。
编写一个测试程序,它创建两个点,坐标为(0,0, 0)和(10,30,25.5),并输出两点之间的距离。-Create a class named 3DPoint to modeling three-dimensional space to a point. The 3DPoint MyPoint designed as a derived class, including the following additional attributes:
(A) a data field called z, showing the z-axis.
(2) a no-argument constructor, create a coordinate (0,0,0) point.
(3) with a constructor argument, create a point at the specified coordinates.
(4) z getter function.
(5) covering the distance function that returns the distance between two points in three-dimensional space.
(6) a function named getPerimeter () returns the perimeter of the rectangle.
Write a test program that creates two points at coordinates (0,0, 0) and (10,30,25.5), and outputs the distance between two points.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
C++实验4
........\Debug
........\.....\MyPoint.obj
........\.....\MyPoint3D.obj
........\.....\Test3D.obj
........\.....\test4.exe
........\.....\test4.ilk
........\.....\test4.pch
........\.....\test4.pdb
........\.....\vc60.idb
........\.....\vc60.pdb
........\MyPoint.cpp
........\MyPoint.h
........\MyPoint3D.cpp
........\MyPoint3D.h
........\Test3D.cpp
........\test4.dsp
........\test4.dsw
........\test4.ncb
........\test4.opt
........\test4.plg