资源简介
巩固C语言基础,开发的万年历程序。
代码片段和文件信息
#include “time.h“ /*包含的头文件*/
#include “stdio.h“
#include “math.h“
#include “windows.h“
#include “conio.h“
#define KEYNUMUp 0x48 /*宏定义*/
#define KEYNUMDown 0x50
#define KEYNUMLeft 0x4b
#define KEYNUMRight 0x4d
int eachyeartotal(int yearint monthint day); /*函数声明*/
int counterdays(int yearint monthint day);
int nowtime(int yearint monthint day);
int week(int yearint monthint day);
int maxDay(int yearint month);
int isleap(int year);
void whatweek(int yearint monthint day);
void display(int year int month);
void display2(int yearint month);
void display3(int yearint monthint day) ;
void setDay1(int yearint monthint day);
void setDay2(int yearint monthint d
- 上一篇:常用的图像处理算法及其实现(C语言)
- 下一篇:贪吃蛇控制台游戏 游戏学习入门
相关资源
- c++ 桌面精灵模块源码(附万年历+备忘
- FPGA万年历的实验代码
- TFTLCD显示-电子钟-万年历-完整
- 图形化界面的万年历代码
- c语言万年历的课程设计及源码
- C语言实现农历万年历,农历公历转换
- 51单片机数码管显示万年历的程序
- C语言课程设计万年历
- C语言编写的万年历,界面友好
- MFC万年历制作
- STC15F单片机制作的:计算器、万年历
- c语言万年历源码.zip
- 基于单片机控制的电子万年历
- 电子万年历Proteus仿真+源代码+原理图
- 基于Proteus 仿真的电子万年历
- 万年历及24节气c语言代码
- C++ MFC-课程设计万年历txt文档读取节假
- 用stm32设计的rtc万年历程序
- 用c语言实现的万年历,带农历
- 51 单片机 万年历 完整程序
- C++课设万年历显示
- Qt_Creater开发万年历(C++)
- C语言万年历程序 代做计算机课程设计
- 单片机c语言电子钟程序含闹钟、万年
- 万年历mfc版实用小工具
评论
共有 条评论