当前位置:首页 » 《资源分享》 » 正文

坐牢第三十一天(c++)

0 人参与  2024年09月17日 17:21  分类 : 《资源分享》  评论

点击全文阅读


一.作业:

 使用C++手动封装一个顺序表,包含成员数组一个,成员变量N个

#include <iostream>#include <cstring> // 引入cstring以使用memcpyusing namespace std;// 类型重命名using datatype = int; // typedef int datatype;struct SeqList{private:    // datatype data[MAX] = {0};                //顺序表的数组    datatype *data; // 顺序表的数组    int size = 0;   // 数组的大小    int len = 0;    // 顺序表实际长度public:    // 初始化函数    void init(int s);    // 要实现的函数    // 判空函数    bool empty();    // 判满函数    bool full();    // 添加数据函数    bool add(datatype e);    // 求当前顺序表的实际长度    int length();    // 任意位置插入函数    bool insert_pos(int pos, datatype e);    // 任意位置删除函数    bool delete_pos(int pos);    // 访问容器中任意一个元素 at    datatype &at(int index);    // 遍历整个数组输出    void show();    // 君子函数:二倍扩容    void expend();    // 释放函数    void free();};// 初始化函数void SeqList::init(int s){    size = s;                  // 当前数组的最大容量    data = new datatype[size]; // 在堆区申请一个顺序表容器}// 判空函数bool SeqList::empty(){    if (len == 0)    {        return true;    }    else    {        return false;    }}// 判满函数bool SeqList::full(){    if (size == len)    {        return true;    }    else    {        return false;    }}// 添加数据函数bool SeqList::add(datatype e){    if (data == NULL)    {        cout << "添加数据失败" << endl;        return false;    }    if (full())    {        expend();    }    data[len]=e;    len++;    cout << "添加数据成功" << endl;    return true;}// 求当前顺序表的实际长度int SeqList::length(){    return len;}// 任意位置插入函数bool SeqList::insert_pos(int pos, datatype e){    if (data == NULL || pos < 0 || pos > len)    {        cout << "插入数据失败" << endl;        return false;    }    if (full())    {        expend();    }    for (int i = len - 1; i >= pos; i--)    {        data[i + 1] = data[i];    }    data[pos] = e;    len++;    cout << "插入数据成功" << endl;    return true;}// 任意位置删除函数bool SeqList::delete_pos(int pos){    if (data == NULL || SeqList::empty() || pos < 0 || pos >= len)    {        cout << "删除数据失败" << endl;        return false;    }    for (int i = pos + 1; i < len; i++)    {        data[i - 1] = data[i];    }    len--;    cout << "删除数据成功" << endl;    return true;}// 访问容器中任意一个元素 atdatatype &SeqList::at(int index){    if (data == NULL || SeqList::empty() || index < 0 || index >= len)    {        cout << "访问数据失败" << endl;    }    return data[index];}// 遍历整个数组输出void SeqList::show(){    if (data==NULL||empty())    {        cout << "遍历数组失败" << endl;        return ;    }    cout << "数组中的数据:" << endl;    for (int i = 0; i < length(); i++)    {        cout << data[i] <<'\t';    }    cout << endl;}// 释放函数void SeqList::free(){    delete []data;    data=NULL;    cout << "释放空间成功"<<endl;}// 君子函数:二倍扩容void SeqList::expend(){    datatype *temp;    size = 2*size;    temp =new datatype[size];    std::memcpy(temp,data,size/2*sizeof(datatype));    free();    data =temp;    cout << "申请空间已满" << endl;    cout << "自动二倍扩容" << endl;    cout << length() << endl;}int main(){    SeqList L;    L.init(1);    L.add(1);    L.add(2);    L.add(3);    L.add(4);    L.add(5);    L.add(6);    L.add(6);    L.add(6);    L.add(99);    L.add(99);    L.add(99);    L.add(99);    L.add(99);    L.show();    L.free();    L.show();    return 0;}

效果图: 

二.思维导图:


点击全文阅读


本文链接:http://zhangshiyu.com/post/160987.html

<< 上一篇 下一篇 >>

  • 评论(0)
  • 赞助本站

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

最新文章

  • 祖母寿宴,侯府冒牌嫡女被打脸了(沈屿安秦秀婉)阅读 -
  • 《雕花锦年,昭都旧梦》(裴辞鹤昭都)完结版小说全文免费阅读_最新热门小说《雕花锦年,昭都旧梦》(裴辞鹤昭都) -
  • 郊区41号(许洛竹王云云)完整版免费阅读_最新全本小说郊区41号(许洛竹王云云) -
  • 负我情深几许(白诗茵陆司宴)完结版小说阅读_最热门小说排行榜负我情深几许白诗茵陆司宴 -
  • 九胞胎孕妇赖上我萱萱蓉蓉免费阅读全文_免费小说在线看九胞胎孕妇赖上我萱萱蓉蓉 -
  • 为保白月光,侯爷拿我抵了债(谢景安花田)小说完结版_完结版小说全文免费阅读为保白月光,侯爷拿我抵了债谢景安花田 -
  • 陆望程映川上官硕《我的阿爹是带攻略系统的替身》最新章节阅读_(我的阿爹是带攻略系统的替身)全章节免费在线阅读陆望程映川上官硕
  • 郑雅琴魏旭明免费阅读_郑雅琴魏旭明小说全文阅读笔趣阁
  • 头条热门小说《乔书意贺宴临(乔书意贺宴临)》乔书意贺宴临(全集完整小说大结局)全文阅读笔趣阁
  • 完结好看小说跨年夜,老婆初恋送儿子故意出车祸_沈月柔林瀚枫完结的小说免费阅读推荐
  • 热推《郑雅琴魏旭明》郑雅琴魏旭明~小说全文阅读~完本【已完结】笔趣阁
  • 《你的遗憾与我无关》宋怀川冯洛洛无弹窗小说免费阅读_免费小说大全《你的遗憾与我无关》宋怀川冯洛洛 -

    关于我们 | 我要投稿 | 免责申明

    Copyright © 2020-2022 ZhangShiYu.com Rights Reserved.豫ICP备2022013469号-1