• 数据结构课程设计 记事本

    数据结构课程设报告——电子计记事本 为了实现以上功能,函数结构如下所示。 (1) 数据结构 struct date /* 日期结构 */ { int year; /* 年 */ int month; /* 月 */ int day; /* 日 */ }; struct event /* 事件信息结构 */ { char describe[20]; /* 事件简要说明 */ struct date eventdate; /* 事件处理日期 */ int level; /* 事件优先级,表示事件处理的顺序 */ int flag; /*事件处理状态0/1/2表示未处理/已处理/暂缓处理 */ } stud[N]; /* 结构体数组 */

    0
    101
    195KB
    2012-06-07
    9
关注 私信
上传资源赚积分or赚钱