【English】 April English


    

      在四月的季节了,我又开始了英语的学习,相比较以前,从心态上我似乎更加的重视了英语。也许不同时期,每一个人的心态也会不一样吧。看到了十期的师哥师姐都如此如火如荼的学习着英语,自己从内心中更不想落下。

     

      四月的这几天,自己慢慢的熟悉着AJ材料,重新听了AJ老师的七个原则,这些原则都是听AJ材料的指导思想,米老师经常说:你相信他,又不按照他说的做。这就是我常常犯的毛病。所以我们在听材料的时候,要按照老师的要求去做,不要觉得这觉得那的。


     在组长崔伟林的带领下,我们开始了复述小故事,前后依次复述,这样也就是我们听一个小故事的时间为一周。听完小故事后,我们会谈论一些其他的话题,乐趣多多。


                                          


     倩倩那天给我们讲了如果管理自己的注意力的问题,我觉得用在我身上最合适不过了,在我的现阶段,还不到那种可以同时干很多事情的程序,我早上学习英语的精力都是有限的,但我经常在早上听英语的时候,浏览网页,玩手机,弄弄这,捣鼓捣鼓那里,就这样,声音在耳朵里面飘,但是根本就听不进到心里。所以总是觉得英语没有进步。


     这俩天耳朵有点不舒服,耳机的声音都会很小。


     四月的英语,每天都在进行着,我坚信,我不会间断。

   

                         

     

      


   

 







     

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值