文件名称: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.
(系统自动生成,下载前可以参看下载内容)

下载文件列表





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

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org