文件名称:Cpp2

  • 所属分类:
  • Windows编程
  • 资源属性:
  • [Windows] [Visual C] [源码]
  • 上传时间:
  • 2014-07-15
  • 文件大小:
  • 656kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 紫***
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

设计一个名为MyPoint 的类,表示直角坐标系中的一个点。这个类包含:

(1)两个数据域x 和y,表示坐标。

(2)一个无参构造函数,创建一个点(0,0)。

(3)一个构造函数,按给定的坐标创建一个点。

(4)x 和y 的获取器函数。

(5)一个名为 distance()的函数,返回当前点和另一个给定的 MyPoint 类型的点之间的距离。

编写一个测试程序,它创建两个点(0,0)和(10,30.5), 并输出两点之间的距离。-MyPoint design named class in the Cartesian coordinate system represents a point. This class includes:

(A) two data fields x and y, and said coordinates.

(2) a no-argument constructor, create a point (0,0).

(3) a constructor, given the coordinates by creating a point.

(4) x and y acquirer functions.

(5) a function named distance (), returning from a given point to another point and MyPoint type between the current.

Write a test program that creates two points (0,0) and (10,30.5), and outputs the distance between two points.
(系统自动生成,下载前可以参看下载内容)

下载文件列表





C++实验2

........\Debug

........\.....\MyPoint.obj

........\.....\TestMyPoint.obj

........\.....\test2.exe

........\.....\test2.ilk

........\.....\test2.pch

........\.....\test2.pdb

........\.....\vc60.idb

........\.....\vc60.pdb

........\MyPoint.cpp

........\MyPoint.h

........\TestMyPoint.cpp

........\test2.dsp

........\test2.dsw

........\test2.ncb

........\test2.opt

........\test2.plg

相关说明

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

相关评论

暂无评论内容.

发表评论

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

源码中国 www.ymcn.org