#include #define STOP TIME 5 从开始停靠到开始运行时间为5s #define INTERVAL TIME 5 电梯正常运行一层的时间为5s #define MAXFLOOR 9 最大楼层为9 #define IDLE 1 定义表示状态的三个常量 #define RUN 2 #define STOP 3 #define UP 1 电梯运行方向 #define DOWN 1 #define NONE 0 int state IDLE; 初始化电梯状态为停靠状态 int
含全套代码+数据库文件 mdb private sub txtoldpassword lostfocus if oldpassword txtoldpassword text then msgbox "密码不正确 " "密码错误" txtoldpassword setfocus end if end sub private sub form unload cancel as integer set mclsmidtier nothing lusersr
#include #include #include int g MonthDays[13] {0 31 28 31 30 31 30 31 31 30 31 30 31}; 定义全局数组 函数声明 int LeapYear int n ; 判断闰年与否 int CountYearDays int year ; 计算从公元1 1到某年12 31一共多少天 int CountMonthDays int month ; 计算某年一月一日到12月31日的天数 void Menu void ; 输出系