Sunday and Monday

image星期天,英文是Sunday,意思就是太阳的日子(sun’s day),日语用汉字“日曜日”表示;星期一,英文是Monday,意思是月亮的日子(moon’s day),日语用汉字“月曜日”表示。

古代欧,日耳曼和挪威神话中,Sol(Sunna)和Mani是姐妹两,分别是太阳神和月亮神。比较奇怪的是太阳神居然是女性。这两个姐妹被两头巨狼Skoll和Hati追赶,Skoll和Hati想要吃掉Sol和Mani。有意思的是和中国古代神话中天狗吃太阳的故事很想。不知道是古代先辈们传统好的故事,还是大伙的想象力都差不多。

当然,现在我们都知道了,日食和月食其实是这两姐妹与地球玩的捉迷藏。

由于英语和北欧的语言同源,所以星期中的每一天都是和北欧神话中的神相关,虽然罗马神话也有对应的神,但是在读音上有很大差别。

Sunday means Sun’s Day.

Monday means Moon’s Day.

Tuesday means Tyr’s (Tiw) Day. Tyr is the god of war and law, 等同于Mars

Wednesday means Woden’s Day. Woden (Wodan, Odin)是北欧神话中的主神,也被等同于罗马神话中“墨丘利Mercury”。

Thursday means Thor’s Day. Thor (Thunor) is god of thunder. 罗马神话中的“Jupiter” the god of sky and thunder。

Friday means Frige’s Day. Frige(Frigg,Freyja)是女神中很杰出的一个,也是Woden的妻子。等同于拉丁语的Venus。

Saturday means Saturn’s Day. Saturn直接来自于罗马神话中的农业神。

Write a C++ program that defines a class DateV2 that (1) Contains all the members in the class DateV1; Programming for Engineers C++ (2) Has two constructors as follows: One takes three parameters, int y, int m, int n; The other is the default constructor that takes no parameter (3) Has additional public member functions as follows: string getWeekDay(); // return the week day, for example, Sunday if day is 0, etc bool Leap(); // return if the year is leap int differFrom(DateV2& oneDate); // return the difference in days between the calling object // and the oneDate object void printDate(); // print the year, the month in English, the day, and the week day Test class DateV2 in the main function as follows: (1) Declare and set the objects today and tomorrow as in Problem 2. (2) Declare and initialize (by a constructor) an object to represent your OWN birthday. (3) Use the member function printDate to print today, tomorrow, and your birthday. (4) Output the weekday of today, tomorrow, and your own birthday. (5) Output how many days has passed since your birth (the difference between your birthday and today). Hint: i) We can use another string array to store the English name for week days (Sunday, Monday, through Saturday) ii) We know that it is Monday on Year 1, Month 1, and Day 1 iii) A good idea is to first design a function to compute the number of days that has passed since Year 1, Month 1, and Day 1, and then to use this function to compute the week day for a give date and to compute the difference between two dates. You can store the number of days for each of the 12 months in an integer array, which helps in counting the days.
05-22
1、资源项目源码均已通过严格测试验证,保证能够正常运行;、 2项目问题、技术讨论,可以给博主私信或留言,博主看到后会第一时间与您进行沟通; 3、本项目比较适合计算机领域相关的毕业设计课题、课程作业等使用,尤其对于人工智能、计算机科学与技术等相关专业,更为适合; 4、下载使用后,可先查看README.md或论文文件(如有),本项目仅用作交流学习参考,请切勿用于商业用途。 5、资源来自互联网采集,如有侵权,私聊博主删除。 6、可私信博主看论文后选择购买源代码。 1、资源项目源码均已通过严格测试验证,保证能够正常运行; 2、项目问题、技术讨论,可以给博主私信或留言,博主看到后会第一时间与您进行沟通; 3、本项目比较适合计算机领域相关的毕业设计课题、课程作业等使用,尤其对于人工智能、计算机科学与技术等相关专业,更为适合; 4、下载使用后,可先查看README.md或论文文件(如有),本项目仅用作交流学习参考,请切勿用于商业用途。 5、资源来自互联网采集,如有侵权,私聊博主删除。 6、可私信博主看论文后选择购买源代码。 1、资源项目源码均已通过严格测试验证,保证能够正常运行;、 2项目问题、技术讨论,可以给博主私信或留言,博主看到后会第一时间与您进行沟通; 3、本项目比较适合计算机领域相关的毕业设计课题、课程作业等使用,尤其对于人工智能、计算机科学与技术等相关专业,更为适合; 4、下载使用后,可先查看README.md或论文文件(如有),本项目仅用作交流学习参考,请切勿用于商业用途。 5、资源来自互联网采集,如有侵权,私聊博主删除。 6、可私信博主看论文后选择购买源代码。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值