没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
1
一、改错题
classCSample
{
inti;
public:
};
/**********found**********/
voiddisp()
{cout<<"i="<
voidmain()
{
CSample*a,b(10);
/**********found**********/
a->disp();
/**********found**********/
b->disp();
}
【参考答案】
【试题解析】
二、简单应用题
迭代步骤如下:
(2)x0=x1,把 x1 的值赋给 x0。
(5)所求 x1 就是方程 cos(x)-x=0 的一个实根,做为函数值返回。
程序输出结果 Root=0.739085。
文件 kt6_2 的内容如下:
{
}
voidmain()
【参考答案】
{
x1=cos(x0);}
}
【试题解析】
三、综合应用题
输入编号:
英语成绩:
计算机成绩:
classStudent
intcomputer;
inttotal;
public:
intgettotalscore();
~Student();};
voidStudent::getinformation()
{//**2**
cin>>english;
voidStudent::computesum()
{total=english+computer;
cout<<"编号"<
tempsum=(*A[0]).gettotalscore();
for(inti=1;i
{
if(((*A[i]).gettotalscore())>tempsum)
{tempcode=(*A[i]).getcode();
tempsum=(*A[i]).gettotalscore();}
}
cout<<"总分最高者--"<
}
voidmain()
for(i=0;i
{A[i]=newStudent;
A[i]->getinformation();}
for(i=0;i
(1)int code;
cin>>code;
【试题解析】
2
一、改错题
x=5
{intx;
public:
B(){x=0;cout<<"Constructor1"<<ENDL;}< p>
B(inti){x=i;cout<<"Constructor2"<<ENDL;}< p>
~B(){cout<<"Destructor"<<ENDL;}< p>
/**********found**********/
~B(inti){cout<<I<<"BEDESTRUCTOR"<<ENDL;}< p>
voidprint(){cout<<"x="<<X<<ENDL;}};< p>
voidmain()
ptr=newB[2];
/**********found**********/
ptr[0]=B(0);
/**********found**********/
for(inti=0;i<2;)
delete[]ptr;}
【参考答案】
/**********found**********/
ptr[0]=B(0);
/**********found**********/
for(inti=0;i<2;)
ptr[i].print();
delete[]ptr;}
【参考答案】
剩余94页未读,继续阅读
资源评论
春哥111
- 粉丝: 1w+
- 资源: 6万+
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 塑胶结构设计-螺丝柱设计
- Android开发中使用的google定位的总结:主要有四种方式:有需要自行寻找对应的方式方法
- 程序员专用的HTML5个人简历模版源代码+手机端
- 禾川HCQ1系列PAC脉冲控制步进驱动器测试程序
- 8255 并行接口实验-微机原理与接口技术课程设计
- 小程序快速实现大模型聊天机器人
- 金属、有机物、非有机物检测67-YOLO(v7至v9)、COCO、CreateML、Darknet、Paligemma数据集合集.rar
- 8254 定时计数器应用实验-微机原理与接口技术课程设计
- CSP竞赛全方位攻略:备赛指南与应考技巧
- IB Specification Vol 1-Release-1.9-Draft-2024-08-31
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功