English In April(2017)

    4月的主旋律已经变成自考了,但是考试之余也是没有完全忘记听英语呀!

娱乐

    查莉的成长日记跟中国的家有儿女很像啊,咱们这里不讨论版权问题,一集一集的小故事穿插起来,非常好看。看这个对其的文化也了解了不少呢。

Minstory

     Minsroty for Models,Let's go.
     Laura wanted to be a tri-athlete.Who wanted to be a tri-athlete?
     Laura, Laura wanted to be a tri-athlete.
     What is a tri-athlete?
     Well, a tri-athlete is a person who does three different sports, swimming, cyclin,riding a bicycle, and running, right? So tri means three, T-R-I, tri means three so three sports,a three‑sport athlete, swimming, cycling and running.
     劳拉想要成为铁人三项运动员。铁人三项包括游泳、跑步、骑自行车。
     Laura wanted to be a superstar tri-athlete. In fact, she wanted to be the numberone tri-athlete in the world.
     What kind of tri-athlete did she want to be?
     A superstar tri-athlete, Laura wanted to be a superstar tri-athlete.
     劳拉想要成为在铁人三项中最棒的那颗星。
     But she had a problem, of course. Oh there’s always a problem.
     What was Laura’s problem?
     Her problem was her peer group were all lazy losers.
     但是她身边的人都是好吃懒做的。
     It was a better job with great coworkers, super enthusiastic coworkers.
     What kind of coworkers did she have?
     Super enthusiastic, she had super enthusiastic coworkers.
     So she had new coworkers. She had new friends. She had a new peer group, a great peer group, an inspiring peer group. Now she felt great so she trained every day. She practiced every day. Every day she ran. Every day she swam.Every day she rode her bike.
    她找到了新的工作,找到了新的合作伙伴,她的生活现在变得越来越积极。

结论

   与善人居,如入芝兰之室,久而不闻其香,即与之化矣。与不善人居,如入鲍鱼之肆,久而不闻其臭,亦与之化矣。丹之所藏者赤,漆之所藏者黑,是以君子必慎其所者焉。

感受

   短短的一个小故事其中告诉我们的哲理是非常深刻的,我们要好好体会。

   多总结,多读书。

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
评论 46
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值