资源简介

银行模拟 课设 
严蔚敏数据结构题集 
C 语言书写
源码【100% 原创】在 Dev-C++  环境下 编译运行 成功

资源截图

代码片段和文件信息


#if !defined( NULL ) 
#define NULL ( 0 ) 
#endif
#include   
#include  
#include  
#include  

/*    2010.2.25  finish     */


typedef    struct
{

    int    time;                                                /*    type=1 in q[0] type=2 out q[0] type=3 out q[1]    */
    int    type;

}  Event   ;                                                  /*      Event type     */










typedef    struct    LNode
{

    Event   data;
    struct  LNode   *next;

}  LNode  *ListPtr;                                            /*      LNode type      */













typedef    struct
{

    ListPtr    head;

}  linkList;                                                     










typedef 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      11107  2010-02-25 20:24  MBank\Mbank1.0.cpp

     文件        179  2010-02-20 21:57  MBank\readme.txt

    ..A.SH.        77  2010-02-21 01:18  MBank\Desktop.ini

     文件       3840  2010-02-25 20:33  MBank\gmon.out

     文件     745331  2010-02-25 20:32  MBank\Mbank1.0.exe

    ...D..R         0  2010-02-25 20:29  MBank

----------- ---------  ---------- -----  ----

               760534                    6


评论

共有 条评论