妙不可言的算法之棧的操做

/* 將一個2進制數,從2進制轉化爲十進制(棧的基本操做) */ #include <stdio.h> #include <stdlib.h> #include <math.h> #define STACK_INIT_SIZE 20 #define STACKINCREMENT 10 typedef char ElemType; typedef struct { ElemType
相關文章
相關標籤/搜索