C++数组数据处理对象实验.doc

上传人:11****ws 文档编号:3179988 上传时间:2019-05-24 格式:DOC 页数:3 大小:44.50KB
下载 相关 举报
C++数组数据处理对象实验.doc_第1页
第1页 / 共3页
C++数组数据处理对象实验.doc_第2页
第2页 / 共3页
C++数组数据处理对象实验.doc_第3页
第3页 / 共3页
亲,该文档总共3页,全部预览完了,如果喜欢就下载吧!
资源描述

1、【实验名称】 数组数据处理对象实训【实验题目和要求】设计一个最多可以存放 100 个整数的类,要求这些整数按照从小到大的顺序存放在类中的数组里,可以删除数组中的数据,也可以向数组中插入数据,但是要保持从小到大的顺序,可以求出数据的多少,可以判断数组的空和满,可以显示数组中的整数。当然刚生成对象时,对象中的数组没有数据,只有一个一个地向对象中插入数据。设计主程序先生成一个对象,然后插入 100 个随机数,最后显示结果。考察若生成 101或 110 个数,结果会怎样?再设计主程序先生成一个对象,然后插入数据34, 48,25,45,74,26, 68,37,48,95,21,35, 19,73,5

2、8 ,接着删除48, 37,35,再插入46, 18,最后显示对象中的所有数据。【源程序】#include#include#include#include#define max 100class dataint amax;int last;public:data()last=0;int inset(int);int Delete(int);int isempty()if(last=0)return 1;else return 0;int isfull()if(last=max)return 1;else return 0;void display(int i)couti)aj=aj-1;j-;

3、last+;ai=x;return 1;int data:Delete(int x)if(isempty()return 0;int i=0;while(i=last)return 0;for(int j=i;jlast-1;j+)aj=aj+1;last-;return 1;void data:display()int j=0;for(int i=0;ilast;i+)couttai;j+;if(j=8)coutendl;j=0;coutendl;void main()data obj;srand(unsigned)time(NULL);for(int i=0;i100;i+)obj.ins

4、et(rand();obj.display();void main()data obj;obj.inset(34);obj.inset(48);obj.inset(25);obj.inset(45);obj.inset(74);obj.inset(26);obj.inset(68);obj.inset(37);obj.inset(48);obj.inset(95); obj.inset(21);obj.inset(35);obj.inset(19);obj.inset(73);obj.inset(58); obj.display();cout“删除 48,37,35 得:“endl;obj.Delete(48);obj.Delete(37);obj.Delete(35);obj.display();cout“添加 46,18 得:“endl;obj.inset(46);obj.inset(18);obj.display();【实验结果】插入 100 个随机数:插入数据34,48,25,45, 74,26,68,37,48,95, 21,35,19,73,58 ,接着删除48 ,37,35,再插入46 ,18 ,结果显示为:

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 教育教学资料库 > 精品笔记

Copyright © 2018-2021 Wenke99.com All rights reserved

工信部备案号浙ICP备20026746号-2  

公安局备案号:浙公网安备33038302330469号

本站为C2C交文档易平台,即用户上传的文档直接卖给下载用户,本站只是网络服务中间平台,所有原创文档下载所得归上传人所有,若您发现上传作品侵犯了您的权利,请立刻联系网站客服并提供证据,平台将在3个工作日内予以改正。