CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序

文件名称:1

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2013-04-22
  • 文件大小:
    9.08kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

:构建一个圆类Circle,其成员为圆心的坐标(x,y)和圆半径r,并设计构造函数(可以赋初值也可以不赋初值),析构函数(可以什么都不做,只打印信息,表示其被调用),设置新值成员函数Set(), 取圆心坐标成员函数GetX()、GetY(),取圆半径成员函数GetR(),打印成员值成员函数Print(),计算圆面积成员函数Area()。并用此类定义长度为10的对象数组,每个对象的圆心的坐标(x,y)和圆半径r由随机数rand()产生,打印每个对象的(x,y)、r和面积;然后将对象数组按照其r值从小到大排序,并打印排序后每个对象的(x,y)、r和面积;并计算打印出所有对象的平均(x,y)、平均r和平均面积。

#include <stdlib.h>

void main()

{ int i

  srand(0) // srand为随机数序列赋初值,可以随意给

  for (i=0 i<10 i++)

  {  x = rand() y = rand() r = rand() }

}

-: A round-class Circle, whose members are the center coordinates (x, y) and radius of the circle r, and design constructor (initial value may not be given the initial value), the destructor (you can do nothing, print information only, which means that it is called), set the new value of the member function set () member function to take center coordinates getX (), getY (), take a round the radius of members the function GETR () member function Print Print member values ​ ​ () calculate the area of ​ ​ a circle member function area (). And 10 for the array of objects with such a defined length, the center coordinates (x, y) of each object and the circle of radius r by a random number rand () to generate print (x, y), r and area of ​ ​ each object then the array of objects in accordance with the r value from small to large order, and print sorting each object (x, y), r and area print out and calculate the average of all the objects (x, y), the average r an
(系统自动生成,下载前可以参看下载内容)

下载文件列表

1.docx

相关说明

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

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com