搜索资源列表
wll
- 一个用C语言写的万年历程序,功能不是很全,但很适用
wnl
- 这是一个用C写的控制台万年历程序,欢迎大家下载学习,帮助特大-This is a used C to write console calendar procedures, welcome to download the study, to help large
wannianli-for-C
- 万年历C语言控制台程序,在TC或VC6.0中编译程序,编译成功后,通过命令行向编译生成的可执行文件(.exe)传递参数,在命令行中输入该执行文件的路径名称,然后再输入传入的参数,回车,就会显示出运行结果 例如:........> d:\wannianli for C.exe 2013/08/-calendar for the console application of language C
wannianli
- 使用C++编写的一款控制台下的万年历程序,算法仅供参考-Written in C++ console under a calendar program, algorithm for reference only.
Calendar
- C语言设计万年历流程 1、输入要查找的年份和月份,其中,要对输入参数进行检查,以保证输入参数正确,不会对后续程序造成影响。 2、对输入的年份和月份进行处理和计算,判断输入年份是否闰年,若为闰年,则置2月日期为29天,否则,置为28天。 3、计算输入月份的1号距当年元旦的天数,进而计算该月1号是星期几。 4、最后,打印出当月的月历。-C language design flow 1 calendar, enter the month and year you want to fin