摘要:
#include "stdafx.h" #include #include #include using namespace std; const int increment=100; typedef struct { int size; //每个元素所需空间 int quantity; //存储空间总数量 int next; //下一个空的空... 阅读全文
posted @ 2016-03-23 20:17
各种笔记
阅读(539)
评论(0)
推荐(0)
浙公网安备 33010602011771号