基础英语(三):Unit3

一,基础词汇

1,prefer

  • she prefer jazz to rock music (prefer A to B) (to为介词)
  • I would prefer reading books to watching TV (prefer doing sth to doing sth)
  • I prefer to walk there rather than go by car (rather than)
  • I would rather walk there than go by car
  • I would‘t have a preference for the high score students (have a preference for)
  • She was chosen in preference to sister (in preference to)

preferable,preference

persuasive,persuade,persuasion

2,schedule

  • we finished the task on schedule (on schedule)
  • building was completed ahead of schedule
  • the sport is scheduled for tomorrow
  • the film star is scheduled to arrive in shanghai at 10 o‘clock (be scheduled to do sth)

All this suggests that the battle against inflation will be hard. (suggests that)

what he did just now suggests that he didn‘t do well in in test

3,care

  • I am glad to see that you are well cared for (care for)
  • The tropical plants thrived well under our care.
  • Why do I care?
  • But he does take care to cover his tracks. (take care)
  • Take care of yourself (take care of)
  • you need to use these resources with care (with care)

4,mind

  • when susan make up her mind to take part in meeting (make up one‘s mind)
  • One or more views make up a perspective (make up)
  • If you do not use make up, now is the time to begin.
  • This material will make up into three dresses
  • Keep in mind this does require your project to be open source
  • Bear in mind, however, that these tests were based on simulated user workloads
  • He must be out of his mind. (be out of mind)
  • This is guaranteed to make you go out of your mind.
  • Go insane and out of your mind!
  • try to fix your mind on a particular thought context (fix one‘s mind on)

5,give

  • she never gives in
  • she not to give in to the fears
  • please give in your papers now (give in == hand in)
  • please give your homework in before Monday
  • you shold give up somke
  • body language can give away a lot about your mood
  • my strength give out and I fell down (give out)
  • Many flowers give off a nice smell (give off)
  • pples give off a natural gas called ethylene that can wilt, spot, or rot other food.
  • All bodies, no matter what their temperature, give off radiation in the form of electromagnetic waves
  • do not give out your main email address
  • Do not give out your credit card info unless it is a secure site
  • I‘d love to give out tablets, but I only have so much capital budget
  • To give out the awards
  • I usually I don‘t give out dollars to the homeless
  • Does your management give out anything resembling a genius grant?
  • Finally, I felt I was able to give back some of the support she had given me. (give back)
  • You need to give back to the tribe and offer other tribe members your support
  • Never give away anything you can sell. (give away)
  • Mobile phones give away your location
  • Give away your power.
  • We have invited a famous actor to give away the prizes.
  • What you give away, you get back.
  • Don‘t give away to the public when we will start. (give away to)
  • Or being hated, don‘t give away to hating
  • this is itself a choice to give away autonomy to some extent.
  • We don‘t have to give away secrets to make our intentions clear, just open up a little.
  • This matter is between you and me, and don‘t give it away to anybody.

she paced up and down outside the operating room

altitude,latitude,longitude,multitude

6,go like clockwork

  • the concert went like clockwork
  • the project goes like clockwork

7,boil

  • when the water boils,it turn into steam (turn into)
  • bring the soup to the boil (bring)

8,been to

  • Have you ever been to Beijing?
  • I have never been to Shangha
  • If you‘ve been travelling, I could guess which countries you‘ve been to or what you ate.

9,usual

  • It‘s usual for him to get up early

10,reliable (rely)

  • she is very reliable
  • you may rely on it that she won‘t be late

11,view

  • in view of the weather,the event will be held indoors (in view of)

12,put

  • put up a tent bt the fire (put up)
  • put up your hand
  • they‘ve put up the rent
  • this store pu up many advertisements
  • finally an old woman put up the girls at her home
  • we put up at a motel
  • Bosses have a lot to put up with - like you for instance! (put up with)
  • How hard it is for us, non-idiots, to put up with them.
  • My sisters put on their best dresses
  • Put off living your life until you meet someone
  • I put down my observations in it.
  • He stooped and put down his gun.
  • The bus stopped to put down some passengers.
  • The noisy activity quickly put down the fish.
  • I think I put forward some great ideas, but none of them were accepted.
  • Put away clothes when you take them off.
  • Therefore put away from among yourselves that wicked person
  • She put away her compact and smiled kindly
  • This magazine was put out every week.
  • We put out all the ship‘s lights.
  • The government has put out a statement denying these rumours
  • But they have to put aside their scientist hats.
  • He‘s put aside a tidy sum for his retirement.

13,direction

  • beneath 在下面,强调上下物体接触(不一定),与on相对
  • below 位置低于,不强调在正下方,与above相对
  • under 位置处于正下方,与over相对

二,句型

1,when to start has not been decided

2,I have not idea when to tell her the bad news

3,as time goes by

4,with time going by

5,he feel like that he has never been to such a place

6,can‘t help

  • I can hardly wait to see it
  • I can‘t help to eating it (can‘t help doing sth)
  • I can‘t help to do it (can‘t help to do)
  • However, you can‘t help but think that the stock might comeback. (can‘t help but do)
  • Given our situation, we can‘t help but be a large market.

三,谚语

1,there is a steady flow of traffic

四,语法

1,determine to do sth (强调动作)

2,be determine to do sth (强调状态)

3,as 引导时间状语从句时,意为当...时,在..同时,随着,强调主从句动作同时进行

  • they talked as they walked

4,boiling 表示沸腾的,boiled表示沸腾过的

5,such that mean == so that

6,be about to

原文地址:https://www.cnblogs.com/shitianfang/p/12661813.html

时间: 2024-10-19 13:19:46

基础英语(三):Unit3的相关文章

20_Shell语言———VIM编辑器基础知识三之窗口属性定制、配置文件及查找替换功能

Vim编辑器可以让用户按照需求来定制一些使用属性. 一.窗口属性定义 1)显示行号 行号不是内容,只是用来帮助用户确认文本所在的行.在vim编辑器中,如果要显示行号,可以在末行模式下输入: set number 如果想关闭,则可以在功能名称前面加上no,即: set nonumber 命令可以被简写,如set number 可以简写为 set nu:set nonumber 可以简写为 set nonu. 注意,上述设定仅对当前vim的进程有效,一旦当前进程关闭,这些设定就会失效,如果要使设定永

【Java面向对象基础(三)】面向对象思想

[喵"的Android之路][基础篇(三)][Java面向对象基础]面向对象思想 1 面向对象的WWH 1.1 What--什么是面向对象 首先,要理解“对象”.在Thinking in Java中提到“Everything is an object”,即万物皆对象.这里的“对象”指的是任何实体或者任何可以当作实体看待的“虚幻的事物”.比如现实中的人(男人.女人.老人.小孩而...).动物(大象.狮子.猴子...).桌子.凳子.汽车.ATM机等等,也可以使看不见摸不着的空气(氧气.二氧化碳.氮气

数字视频基础(三)

2.3 HDMI和DVI 2.3.1 HDMI 2.3.1.1 概述 如下图所示,HDMI电缆和连接器有4对差分线,3对TMDS数据线和1对时钟通道.这些通道用来传输视频.音频和辅助数据.另外,HDMI还有DDC通道,DDC是用来配置显示器和获得显示器状态,这里我们不讨论DDC. 音频.视频和辅助数据通过3个TMDS数据通道来传输,TMDS时钟,其频率通常是视频像素时钟频率,作为接收器的参考频率.TMDS将每个TMDS数据通道的并行8bit数据转换为直流平衡跳变最少的串行10bit数,因此发送是

JAVA基础英语单词表(下)

quantity                     / 'kw?ntiti /                    量,数量 query                            / 'kwi?ri /                       查询 queue                           / kju: /                                队列 rate                          / reit /

Swift语法基础入门三(函数, 闭包)

Swift语法基础入门三(函数, 闭包) 函数: 函数是用来完成特定任务的独立的代码块.你给一个函数起一个合适的名字,用来标识函数做什么,并且当函数需要执行的时候,这个名字会被用于“调用”函数 格式: func 函数名称(参数名:参数类型, 参数名:参数类型...) -> 函数返回值 { 函数实现部分 } 没有参数没有返回值 可以写为 ->Void 可以写为 ->() 可以省略 Void.它其实是一个空的元组(tuple),没有任何元素,可以写成() func say() -> V

这回真的是挤时间了-PHP基础(三)

hi 刚看了唐人街探案,5星好评啊亲.由于是早就约好的,也不好推辞(虽然是和男的..),但该写的还是得挤时间写.明天早上老师的项目结题,虽然和我关系不大,但不要添乱就好!! 1.PHP  一.PHP基础(三)1.3.2 Int 整型. 几个点:进制问题(2,8,16): 溢出——溢出后自动转为float型: 整除: float转为int——向下取整: 例子给出 $shi=123;$bin=0b100001;$ba=0123;$shiliu=0x1234555; function show($a)

Python基础(三)

Python基础(三) 深浅拷贝 函数(全局与局部变量) 内置函数 文件处理 三元运算 lambda 表达式 递归(斐波那契数列) 冒泡排序 深浅拷贝 一.数字和字符串 对于 数字 和 字符串 而言,赋值.浅拷贝和深拷贝无意义,因为其永远指向同一个内存地址. import copy #定义变量   数字.字符串 n1 = 123 #n1 = 'nick' print(id(n1))   #赋值 n2 = n1 print(id(n2))   #浅拷贝 n3 = copy.copy(n1) pri

Java Script基础(三) 函数

Java Script基础(三) 函数 一.JavaScript中的函数 在JavaScript中,函数类似于Java中的方法,是执行特定功能的代码块,可以重复调用.JavaScript中的函数分为两种,一种是系统函数,另一种是自定义函数. 1.系统函数 系统函数有JavaScript提供,直接调用即可,常用的系统函数包括: parseInt():转换为整数. parseFloat() :转换为浮点数. isNaN():判断是否是非数字,为非数字返回true,数字返回false. eval():

Python 基础语法(三)

Python 基础语法(三) --------------------------------------------接 Python 基础语法(二)-------------------------------------------- 七.面向对象编程 python支持面向对象编程:类和对象是面向对象编程的两个主要方面,类创建一个新的类型,对象是这个类的实例. 对象可以使用普通的属于对象的变量存储数据,属于对象或类的变量被称为域:对象也可以使用属于类的函数,这样的函数称为类的方法:域和方法可

C#GDI+基础(三)画刷详解

SolidBrush:一般的画刷,通常只用一种颜色去填充GDI+图形 创建一般画刷: SolidBrush sbBrush1 = new SolidBrush(Color.Green); HatchBrush:阴影画刷,有两种颜色:前景色和背景色创建阴影画刷: HatchBrush(HatchStyle,Color);//前景 HatchBrush(HatchStyle,Color,Color)://前景.背景 HatchStyle对应阴影方案列表. 名称 说明 BackwardDiagonal