• 大小: 516KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-05
  • 语言: C/C++
  • 标签: 电子  日历  C  C++  源代码  

资源简介

1.基本日历功能 2.按每行两个月的格式输出日历 3.计算某个日期是星期几 4.计算某两个日期间的天数 5.查询某年的属相 6.查询某天的星座 7.创建日程备忘录 8.显示当前时间 9.计时器 10.游戏--Flappy Bird(xzk66版)

资源截图

代码片段和文件信息

#include 
#include 
#include 
#include
#include
#include
#include
#include
using namespace std;

ofstream fout(“电子日历系统_执行结果.txt“);      //执行结果输出到“电子日历系统_执行结果.txt”文件中
ofstream rout(“日程备忘录.txt“);      //日程备忘录输出到“日程备忘录.txt ”文件中
static int edfijknsspaceyeargame=0TIME=0;      //geme和TIME为标记变量 
int a[2][12]={{312831303130313130313031}
              {312931303130313130313031}};      //储存非闰年与闰年每月的天数
char cf_week[7][8]={“ 星期日““ 星期一““ 星期二““ 星期三““ 星期四“
 “ 星期五““ 星期六“};;
const int Year=2000;      //const符号常量,代表2000年
string ss;      //字符型变量ss,存放选择操作命令
int MonNum[12]={312831303130313130313031};      //储存每月的天数
SYSTEMTIME sys;      //系统时间参量 

class Data   

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1097  2014-06-18 03:50  电子日历系统\新建文本文档.txt
     文件           0  2014-06-22 18:46  电子日历系统\日程备忘录.txt
     文件       51595  2014-06-22 18:46  电子日历系统\电子日历系统.cpp
     文件     1415099  2014-06-22 18:46  电子日历系统\电子日历系统.exe
     文件      937738  2014-06-22 18:46  电子日历系统\电子日历系统.o
     文件         383  2014-06-22 18:46  电子日历系统\电子日历系统_执行结果.txt
     目录           0  2017-03-19 15:58  电子日历系统\

评论

共有 条评论