首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴周丽娟的代码贴C语言
#include<malloc.h>
#include<iostream.h>
#include <string.h>
#include<stdlib.h>
#define max 100
typedef float SElemType;
typedef struct

char stack[max];
    int top;
}Stack1;  //创建运算符栈
typedef struct
......................
阅读全部 | 2013年3月4日 16:16
1
周丽娟