第12章第4题第一小问。
在顺序表类模板seqlist中增加一个实现反转的成员函数,即将原来的数据元素序列(e0、e1……e n-2、e n-1)变为(e n-1、e n-2、……e1、e0)要求反转操作就地进行(即在数组element本身的空间内进行)
#include
#include
using namespace std;
template
class seqlist;
template
seqlist::seqlist(int m)
template
bool seqlist::find(int i,t &x)
template
int seqlist::search(const t &x)
template
void seqlist::insert(int i,const t &x)
template
void seqlist::delete(int i,t &x)
else throw out_of_range("下标越界");
template
void seqlist::output(ostream &out)const
template
void seqlist::reverse()
void main();
seqlist l(100);
int i;
for(i=0;i<6;i++)
template
seqlist::seqlist(int m)
template
bool seqlist::find(int i,t &x)
template
int seqlist::search(const t &x)
template
void seqlist::insert(int i,const t &x)
template
void seqlist::delete(int i,t &x)
else throw out_of_range("下标越界");
template
void seqlist::output(ostream &out)const
template
void seqlist::deleteitem(const t &item)
void main();
seqlist l(100);
int i;
for(i=0;i<7;i++)
《论语十二章》补充作业二
班级初一 3 班姓名刘胤彤 一 指出下列句中通假字并解释。1 不亦说乎。2 吾十有五而志于学。二 区别下列句中加点字的古今意义。三 准确解释下列句中加点词,注意它的词性的变换。1 学而时习之。2 吾日三省吾身。3 温故而知新。4 传不习乎。5 饭疏食饮水。6 好之者不如乐之者。四 准确解释下列各组句...
《论语十二章》补充作业二
班级姓名。一 指出下列句中通假字并解释。1 不亦说乎。2 吾十有五而志于学。二 区别下列句中加点字的古今意义。三 准确解释下列句中加点词,注意它的词性的变换。1 学而时习之。2 吾日三省吾身。3 温故而知新。4 传不习乎。5 饭疏食饮水。6 好之者不如乐之者。四 准确解释下列各组句中一字多义的词语。...
十二章微分方程2019级作业
第六章微分方程。习题6 1 验证下列各函数是否是相应微分方程的解 第二节可分离变量的微分方程。习题 求下列可分离变量的微分方程的通解 求解下列微分方程的初值问题 第三节齐次方程。习题 求下列齐次方程的通解 求下列微分方程的初值问题 设有连接点和的一段向上凸的曲线弧,对于上任一点,曲线弧与直线段所围成...