摘要: 将做工程过程比较常用的代码片段珍藏起来,如下资料是关于C++顺序表操作演示的代码,希望对大伙也有用处。 #include #include "malloc.h" #include <stdio.h> using namespace std; struct SqList{ int length; in 阅读全文
posted @ 2021-12-01 01:09 tozgb 阅读(107) 评论(0) 推荐(0)