English——Unit 1
- meditate v.沉思,冥想;考虑,谋划
- medtiation n.沉思,冥想;深思熟虑
- medium
- elaborate adj.精心制作的,详尽的,复杂的;v.精心制作;详述(计划,说明)
- elegant
- element in your element:得心应手,如鱼得水
- elementary
- eliminate vt.排除,消除;(比赛中)淘汰;消灭(敌人或对手)
- abolish
- absence in the absence of / in one’s absence:(某人)不在时,在(某人)背地里
- absent
- abroad at home and abroad:国内外;go abroad:出国;spread abroad:到处流传
- absolute
- absorb be absorbed in :专心于;be absorbed into:吸收;把······并入;同化
- abstract
- ban ban from:禁止······做
- bar bar from:禁止,不准(某人)做(某事);at the bar:受审讯的;behind bars:在狱中,坐牢
- bare bare of:没有······的,空的;lay bare:揭露,使公开
- barely
- bargain
- capable
- capacity
- capital
- captive
- capture
- career
- careful
- case
- cast
- casual
- casualty
- catch
- category
- cater
- cause
- caution
- cautious
- cease
- celebrate
- celebrity
- ceremony
- certain
- certainty
- certificate
- certify
- decline
- decrease
- deem
- dedicate
- deduce
- deduct
- fashion
- fashionable
- favo(u)r
- favo(u)rable
- favo(u)rite
- sit
- site
- situated
- situation
- skeleton
- skeptical
- sketch
English——Unit 1的更多相关文章
- English——Unit 2
radiant radiate radical ideal ideology identical identification identify identity journal jounalist ...
- English trip -- Review Unit 10 Leisure 休闲
Words dance exercise fish play basketball play cards swim cook play the guitar listen to music watch ...
- English trip -- Review Unit 9 Daily living 日常生活
主要讲了一个时态:现在进行时 Be动词+Ving 需要记住的有6种规律 1.直接单词后面 + ing e.g. watch -> watching 2.是ie结尾的单词,变y ...
- English trip -- Phonics 6 元音字母 u + Unit 5 B课 review
Vowel u [ʌ] 闭音节 bunny cut bug mushroom lunch ar er ur or ir = R (读音类似儿) e.g. dollar 美元 collar n. ...
- English Metric Units and Open XML
English Metric Units and Open XML 在Open XML里使用了English Metric Units(EMUs)来作为度量单位.比如 public class Ext ...
- LeetCode Integer to English Words
原题链接在这里:https://leetcode.com/problems/integer-to-english-words/ Convert a non-negative integer to it ...
- leetcode@ [273] Integer to English Words (String & Math)
https://leetcode.com/problems/integer-to-english-words/ Convert a non-negative integer to its englis ...
- The 500 Most Commonly Used Words in the English Language
Based on the combined results of British English, American English and Australian English surveys of ...
- Unit 1 overview of IT Industry
Unit 1 overview of IT IndustryConcept LearningIT Industry OutlookThe term technology commonly refers ...
随机推荐
- NOIP 2018 -The Wound-
"一招不慎,满盘皆输" 如果这个盘是整整一年的OI生涯的话 那么"一招"一定就是NOIP了 Update 2019/4/6 剧变的一年 noip这个成绩意味着我 ...
- ContestHunter暑假欢乐赛 SRM 03
你们也没人提醒我有atcoderQAQ... A题曼哈顿距离=欧拉距离就是在同一行或者同一列,记录下i,j出现过的次数,减去就行,直接map过. B题一开始拿衣服了,一直以为排序和不排序答案是一个样的 ...
- hzwer分块九题(暂时持续更新)
hzwer分块9题 分块1:区间加法,单点查询 Code #include<bits/stdc++.h> #define in(i) (i=read()) using namespace ...
- ReentrantLock和synchronized区别和联系?
相同:ReentrantLock提供了synchronized类似的功能和内存语义,都是可重入锁. 不同: 1.ReentrantLock功能性方面更全面,比如时间锁等候,可中断锁等候,锁投票等,因此 ...
- bzoj 3580 冒泡排序 乱搞+思维
冒泡排序 Time Limit: 15 Sec Memory Limit: 256 MBSubmit: 243 Solved: 108[Submit][Status][Discuss] Descr ...
- Android编程之LayoutInflater的inflate方法详解
LayoutInflater的inflate方法,在fragment的onCreateView方法中经常用到: public View onCreateView(LayoutInflater infl ...
- SSH内存泄露及Spring Quartz问题
版权声明:转载时请以超链接形式标明文章原始出处和作者信息及本声明 http://www.blogbus.com/anoxia-logs/34360203.html 问题的起因: 为客户开发了一个系统权 ...
- 使用html5的Geolocation API实现定位
公司有个需求,需要获取用户的位置,所以看了下html5的Geolocation 这个新东西,发现挺好用的. <!DOCTYPE html> <html> <body> ...
- uploadify图片上传配置
参考:http://www.cnblogs.com/XuebinDing/archive/2012/04/26/2470995.html 官网地址:http://www.uploadify.com/ ...
- ZooKeeper食谱(八)
使用ZooKeeper构造高级别应用的指南 在这个文章中,你将会发现使用ZooKeeper来实现高级别功能的指南.所有的它们在客户端上被实现而不需要ZooKeeper特别的支持.希望社区将注意到这些约 ...