搜索资源列表
print_cal
- 一个在控制台下打印日历的源码,只要输入年和月,就能打印当月的日历,包括星期
wnl
- 我来秀一下我的C语言啊!(适合刚学C语言的初级者,高手勿进!) 今天主打程序是日历,输入年和月,可以打印出当月的日历。 (没有注释的,大家慢慢看!)
calendar日历软件
- 本程序基于命令行设计,需要完成日历表相关的以下五个基本功能: 1) 打印日历:当输入年份,输出所输入年份的每月的日历 a) 输入形式:print XXXX(一个正整数,年份) 输入值的范围:年份为正整数,命令为大小写不敏感 b) 输出形式 例:Jan. 1992 Mon. Tue. Wed. Thu. Fri. Sat. Sun. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
code
- 打印1900年后任意指定年份的日历,以制定格式显示。运用多个函数实现该功能-Print any given year after 1900 the calendar, to develop format. The use of multiple functions to achieve the function
Ex_3_34_ShowCalendar
- 根据输入打印日历。 《Java语言程序设计》习题-exercise for textbook
rili
- 打印某年的日历的C++源程序,输入年份,回车就可以将该年的日历全部显示出来。-Print a calendar-year C++ source code, enter the year, you can enter the calendar year all displayed.
Sample3_32
- 创建当前日历对象,从当前时期对象中取出时间日期对象,打印日历头并换行, 设置日期与星期几为下一天。 -Object to create the current calendar, the period from the current target date of the object out of time, print the calendar and the first line, set the date and day for the next few weeks.
TIME
- 这是一个关于日历的算法,只要你输入合适的年份,就会以一个文件的形式打印出本年的日历-This is an algorithm on the calendar, as long as you enter the appropriate year, will be in the form of a paper print out the calendar this year. . . Thanks
test4
- 创建当前日历,包括年,月,日;然后打印出当前填入日期;-The creation of the current calendar, including the year, month, day and then print out the current fill date
Print_calendar
- 在日历中输入日期后,程序自动打印日历的年、月、日。-This program prints a calendar for a year specified int text
123
- 打印日历 输入年份和月份,输入该月日历。 随便输入一个日期,要求计算出此天是星期几,此月是否是31天等 -Print calendar enter month and year, enter the monthly calendar. Easily enter a date, required to calculate the day of the week, this month is 31 days and so if
calendar
- C语言写的简单打印日历程序,初学者可以看一下-Simple print calendar program written in C language
code-C
- 汉诺塔程序,递归 五种排序法 输入年份,打印日历 寻找公约数等-hanoi program
Calender
- 日历的打印程序,用户输入那一年,即横列打印日历。其中算法、在代码中有详细说明!-Calendar printing program, the user enters year, namely row print calendars. Which algorithm is described in detail in the code!
printcalendar
- 打印日历,输入所要打印的年份和月份,然后就可以打印出这个月的日历-Print calendar year and month, enter the desired print, and then you can print out this month' s calendar
calender
- 本代码可实现打印日历功能。即用户输入年份和月份,程序则输出该年该月的月历。-print the calender
C++练习题
- 打印日历 推箱子游戏 最大公约数与最小公倍数 最简分数的化简 腾讯面试题(Print calendar Box game GCD and LCM Simplification of the simplest fraction Tencent interview questions)
C++课设日历
- 居中和横向两种方法打印日历,包括报告,程序和代码(Middle and horizontal two methods to print calendar)
日历
- 输入1900-2100的任意年份,即可打印出该年的年历(You can print out the year's calendar for any year in 1900-2100.)
日历打印
- 输入2007年以后的年数和月数,显示对应月的日历(input your year which must be gigger than 2007, and your month, and than it will print out the callendar of the month.)