- 博客(10)
- 收藏
- 关注
原创 顺序表的基本操作--插入删除push,pop
在顺序表L的i位序插入元素e: SqList &L, int i, int e基础版代码: 调用布尔函数,进行判断i是否有效,与存储空间是否充足==>健壮性&::引用符,不是在该函数中的,是外面的
2023-12-15 18:41:00
274
原创 数据结构与算法笔记----第二章 线性表-定义与基本操作
相同数据类型、n(n>=0)个数据元素、有限序列表长n L命名线性表 L=(a1,...an)
2023-11-29 14:47:54
206
1
原创 [error]void value not ignored as it ought to be
对于线性表的查找数据,输入数据查找所在位置pos已经定义。
2023-11-24 20:28:06
973
1
原创 Error starting ApplicationContext. To display the conditions report re-run your application with ‘de
SpringBoot中出现**Error starting ApplicationContext. To display the conditions report re-run your application with ‘debug’ enabled.**错误(我的方法)先检查自己的代码有没有错误,还有粘贴SQL语句有没有错误,尤其是逗号位置有没有放错,空格有没有多
2023-11-22 19:11:32
213
原创 对assert函数报错的解决方法
对于assert()函数报错,【error】expected primary- expression before void解决方法
2023-11-20 18:57:34
180
1
原创 C语言顺序表结构加注释,assert()函数报错,【error】expected primary- expression before void-----已解决
【代码】C语言顺序表结构加注释,assert()函数报错,【error】expected primary- expression before void。
2023-11-19 16:04:06
1132
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅