用C++编写的顺序表基本操作 上传者:ensons 2020-08-21 06:27:40上传 RAR文件 1.63MB 热度 45次 用C++编写的顺序表基本操作 #include "stdafx.h" #include "iostream" using namespace System; using namespace std; const int Max=10; class seqList {int data[Max]; int i,last; public: seqList(int x[],int n) { for(int i=0;i 下载地址 用户评论 更多下载 下载地址 立即下载 用户评论 发表评论