摘要:
闲来无事,练练手,写点C代码,对于线性表的简单操作。编辑工具Notpad++,编译工具tcc. 1 /* 2 *the sequence of the list 3 *author:JanneLee 4 *data:2013-10-26 5 */ 6 7 #include 8 #include /*rand()*/ 9 #include /*time()*/ 10 #ifdef DEBUG 11 #include 12 #endif 13 #define MAX_SIZE 1000 14 #define N 10 15 typedef struct Sqlist{ ... 阅读全文
posted @ 2013-10-25 17:03
alexander.bruce.lee
阅读(575)
评论(0)
推荐(0)

浙公网安备 33010602011771号