搜索资源列表
day
- 输入一个年月日,如XXXX/XX/XX,计算是一年的第几天-Input a date, such as XXXX/XX/XX, computing is a year which day
jisuanriqi
- 输入年月日(需要按此顺序),输出该天是一年中的那一天。-Input a date(year.month.day),Output which day it is in that year.
SoftTest
- 控制台程序,输入年月日,判断输出的是星期几。-input the year month and day,ouput the day is which day
2
- 实验二、进程控制(15分) 设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 在Windows下实现: 使用CreateProcess()来创建进程 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 调用GetSystemTime()来获取时间 在Linux下实现: 使用fork()/execv()来创建进程
wannianli
- 输入日期(年月日),会输出当月的月历。紧接着,用户输入1或2或3 则会显示每行分别为1,2,3个月份的当年的年历。用户自己选择是否继续。-Enter the date (year, month, day), it will output the current month calendar. Then, the user inputs 1 or 2 or 3, respectively, in each row appears 1,2,3 calendar month of the year.
