leiht 的 站内主页
2009
06-11
	
            
    06-11
    				在Linux下编写程序SqList.c如下
/**
*程序功能说明:顺序表初始化
*/
#include <stdio.h>#include <stdlib.h>
/* In common use */#define OVERFLOW -1#define OK 1#define LIST_INIT_SIZE 100 /* 线性表存储空间的初始分配量 */#defi....                               
				                				
                Read More >