栈和队列的基础上设计模拟停车场管理程序  停车场管理问题 #include    #include    struct {    char status;    int num;    int time;    }a; /*命令的结构*/    typedef struct{    int num;    int time;    }Element;    struct {    Element *base;    Element *top;    in

时间:2013-12-17 10:34:32
【文件属性】:

文件名称:栈和队列的基础上设计模拟停车场管理程序  停车场管理问题 #include    #include    struct {    char status;    int num;    int time;    }a; /*命令的结构*/    typedef struct{    int num;    int time;    }Element;    struct {    Element *base;    Element *top;    in

文件大小:51KB

文件格式:DOC

更新时间:2013-12-17 10:34:32

C程序、栈

C语言程 停车场管理问题 #include    #include    struct {    char status;    int num;    int time;    }a; /*命令的结构*/    typedef struct{    int num;    int time;    }Element;    struct {    Element *base;    Element *top;    in


网友评论