- 博客(2)
- 收藏
- 关注
原创 一上午写出了这么个破东西
<br />#include<iostream><br />using namespace std;<br />#define MaxLen 100<br />typedef int ElemType;<br />typedef struct{<br /> ElemType data[MaxLen];<br /> int length;<br />}sqList;<br />sqList L;<br />//线性表的定义<br />int Getlen(sqList *L)<br />{return L->
2010-10-30 11:36:00
300
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人