码迷,mamicode.com
首页 >  
搜索关键字:静态顺序表的头插、头删    ( 1个结果
c语言:【顺序表】静态顺序表的头插、头删
#define_CRT_SECURE_NO_WARNINGS1 #include<stdio.h> #include<stdlib.h> #include<assert.h> #include<string.h> #defineMAXSIZE1000 typedefintDateType; typedefstructSeqList { DateTypearr[MAXSIZE]; size_tsize; }SeqList; //打印静态顺序表..
分类:编程语言   时间:2016-02-19 01:47:18    阅读次数:274
1条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!