摘要: *p++ = val; val = *--p; 章5.5 4.3 阅读全文
posted @ 2019-02-22 18:06 papering 阅读(210) 评论(0) 推荐(0) 编辑
摘要: C语言保证,0永远不是有效的数据地址,因此,返回址0可用来表示发生的异常事件 阅读全文
posted @ 2019-02-22 17:44 papering 阅读(363) 评论(0) 推荐(0) 编辑
摘要: a 阅读全文
posted @ 2019-02-22 17:27 papering 阅读(331) 评论(0) 推荐(0) 编辑
摘要: Status ListInsert_Sq(SqList *L,int i,LElemType_Sq e) { LElemType_Sq *newbase; LElemType_Sq *p,*q; if(i<0 || i>(*L).length+1) return ERROR; // i值不合法 if 阅读全文
posted @ 2019-02-22 15:23 papering 阅读(239) 评论(0) 推荐(0) 编辑