收藏 分享(赏)

人机交互作业.docx

上传人:kpmy5893 文档编号:7229963 上传时间:2019-05-10 格式:DOCX 页数:9 大小:15.50KB
下载 相关 举报
人机交互作业.docx_第1页
第1页 / 共9页
人机交互作业.docx_第2页
第2页 / 共9页
人机交互作业.docx_第3页
第3页 / 共9页
人机交互作业.docx_第4页
第4页 / 共9页
人机交互作业.docx_第5页
第5页 / 共9页
点击查看更多>>
资源描述

1、 6.1 编写一个程序。请用户输入日,月和年。程序返回一年中到给定的日子(包括这一天)的总天数。#include #include #include #include #define SIZE 20#define EASY 3#define YUE 12struct MONTH char month_nameSIZE; /月份名char month_easyEASY + 1; /月份简称int days; /月份的天数;struct MyDATE int year;int month;int day;int leap_year(int year);int GetMonth(char month

2、);void GetDate(struct MyDATE *date);struct MONTH yearYUE = “january“,“jan“,31,“february“,“feb“,28,“march“,“mar“,31,“april“,“apr“,30,“may“,“may“,31,“june“,“jun“,30,“july“,“jul“,31,“august“,“aug“,31,“september“,“sep“,30,“october“,“oct“,31,“november“,“nov“,30,“december“,“dec“,31;int main() int mnth,day

3、s,alldays,nowdays;MyDATE mydate;GetDate(days = (mydate.month = mydate.month; -mnth)days += yearmnth - 1.days;/printf(“%d 天n“,days); /到年后的天数days = days - mydate.day + 1;/ printf(“%d 天“,(alldays-days);/days = days - mydate.day + 1;nowdays=alldays-days;/ printf(“%d 年%d 月%d 日到年底还有%d 天。n“,mydate.year,myd

4、ate.month,mydate.day,days);printf(“到%d 年%d 月%d 日还有%d 天。n“,mydate.year,mydate.month,mydate.day, nowdays);fflush(stdin);system(“pause“);return 0;void GetDate(struct MyDATE *date) int flag,days,addday;char mnth15;printf(“请输入日期(空格隔开 ) : “);do scanf(“%d%s%d“,flag = 0;if(date-year year 99999999) flag = 1;

5、printf(“你的输入有误(年份应在 1 - 99999999 之间)n“);printf(“请重新输入日期(空格隔开 ) : “);continue;if(mnth0 = 0 else date-month = GetMonth(mnth);if(date-month month YUE) flag = 1;printf(“你的输入有误(月份应在 1 - 12 之间, 或英文的全写,或缩写 )n“);printf(“请重新输入日期(空格隔开 ) : “);continue;addday = (date-month = 2) ? leap_year(date-year) : 0;days =

6、 yeardate-month - 1.days + leap_year(date-year) + addday;if(date-day day days) flag = 1;printf(“你的输入有误(%d 月的日期应在 1 - %d 之间)n“,date-month,days);printf(“请重新输入日期(空格隔开 ) : “);continue;while(flag);int leap_year(int year) return year % 4 = 0 /判断是不是闰年int GetMonth(char mnth) int i,CmpRes1,CmpRes2;for( i = 0

7、 ; i #define CSIZE 4void eatline(void);void get_score(struct student *);float get_avr(struct student *);struct namechar firstname5;char lastname10;struct studentstruct name sname;float grade3;float average;int main(void)struct student njust981021CSIZE;int i;for(i=0;isname.lastname);scanf(“%f%f%f“,s-

8、grade0=a;s-grade1=b;s-grade2=c;float get_avr(struct student *s) return (s-grade0+s-grade1+s-grade2)/3.0;6.3 设计一个函数,把输入的十进制整数转化为八进制数。要求用递归和循环两种方法#include int fun(int x); /定义函数void maina();void main(void)maina(); int fun(int x) if(x8) return x;return x%8+10*fun(x/8);void maina()int x;printf(“请输入一个十进制的数:n“);scanf(“%d“,printf(“十进制:%dn“,x);x=fun(x);printf(“八进制:%dn“,x);

展开阅读全文
相关资源
猜你喜欢
相关搜索
资源标签

当前位置:首页 > 企业管理 > 管理学资料

本站链接:文库   一言   我酷   合作


客服QQ:2549714901微博号:道客多多官方知乎号:道客多多

经营许可证编号: 粤ICP备2021046453号世界地图

道客多多©版权所有2020-2025营业执照举报