Ta上传的资源 (0)

备注详细,纯纯的课程交流。 #include #include #include #include//使用system()函数 #define RANGE 60 typedef int directiveType; typedef struct { int r,c; }PosType; typede

代码注释详细,可供参考。 typedefcharSElemType,QElemType; typedefstruct{ SElemType*base; SElemType*top; intStackSzie; }SqStack; boolInitStack(SqStack*s);//初始化一个栈 v

这部分仅是功能实现,不包括主函数。里面的函数可以直接使用,改改整整就可以放到自己的程序当中了。敢兴趣的可以下载了看看。