鏈式棧的基本操做——LinkStack(C語言版)

#include "stdafx.h" #include <malloc.h> #define OK 1 #define ERROR 0 #define TRUE 1 #define FALSE 0 #define MAXSIZE 20 /* 存儲空間初始分配量 */ typedef int Status; typedef int SElemType; /* SElemType類型根據實際狀
相關文章
相關標籤/搜索