《单词的减法》state1~state17(200p)
单词的减法
2016.05.18
state 1
- absent
- accessible
- accordingly
- accuracy/accurate
- acquaint/acquaintance
- adequacy/adequate
- advisory
- ancient
- ancient
- annoy
- anticipate
- anxiety
- anxious
- appetite
- applause
state 2
- appliance/applicable/applicant/application
- appropriate
- appreciate
- approximate
- artisitic
- assert
- assist
- associate
- assure
- attempt/contempt !differently
- attorney
- authentic/authoritative
- auxiliary
- awful/awkward
- banquet
state 3
- barrel/barrier
- basically
- basin
- behalf benefit
- balde
- blast/explode
- blow
- bouncebound
- brake
- bow
state 4
- breadth/width
- breeze
- bridegroom
- brilliant
- bucket
- brow
- bulk
- bullet
- bureau
- bugone
- bypass
- cabin
- able
- cage
- careless/ceaseless
- cargo
- carpet/blanket
- cassette
- cart
- castle/cattle
- sentury
state 5
- cement
- chalk
- charity/clarify
- cheek
- cheque
- chimney
- chop
- church
- clap/claw
- clay
- climate
- clue/tip
state 6
- coarse/crude
- coil
- collapse
- colleague
- collision
- colony
- commencement
- commit
- commitment
- comparable/comparative
- compensation
- compete
- competent
- complaint/complain
- complicated
- compose
- conceal
- comprise/contain
- concrete
- condence/compress
- confess/frank
- conquest
state 7
- consent
- considerable/considerate
- contempt
- cpmtamination
- constract
- convention/conventional
- cooperate/corporte
- cord
- corresponding
- counter
- courier
- creature
state 8
- crowd/crown/crew/chew
- crust
- cultivate
- curricula
- curse
- curve/cave/carve
- dedication
- density
- destination
- democratic
- devotion/devote
- diagnose
- diplomatic
- disastrous
- disfigure/figure
- disruptive
- discrimination
- discover/discovery
- distinct/distinctive
- distract
- diverse/diversity
- division/department
- due/due to
- dreadful/awful
state 9
- demestic/demesticate
- dominate
- downsize/downfall
- town/downtown/hometown/ancient town/old town
- earnest
- economically
- elastic/plastic
- effective/efficient/sufficient
- elaborate
- elementary/primary
- emigrate
- encounter
- enforce/force
- engage/engagement
- enormous
- entertain/entertainment
state 10
- entrepreneur
- environmental
- equivalent
- essence
- estimate
- ethnic
- evaluate
- evaporate
- evolutionary
- evolve
- exclusively
- excursion
- execute
- executive
- exemplify
- exert
- exhausted
- expectancy
- exploit
- exposure
- external
- fabric
- facilitate
state 11
- faculty
- faint
- fascrinate/fascrinating
- fault/faulty
- feature
- feasible
- fertile
- fix 决定
- lash 闪光
- flaw 裂隙,缺点
- fleet 船队
- flesh
- flock
- fold
state 12
- fond
- foreseeable
- former
- forth
- foster
- frank
- frog/fog
- fruitful
- frontier
- furniture
- forthermore
- gay
- garage
- generous
- genetic
state 13
- germ
- glimpse
- glory
- goods
- granted???
- gratitude/grateful
- grape/grasp
- grave
- grief
- gross
- habitually
- harsh
- hatred
- hazard
state 14
- headquarter
- hedge
- heel
- heroic
- herd
- hillside
- hollow
- horizontal
- horn
- hospitalize
- humble
- identical
- identify
- identity
- illliterate
- ignorant
- immigrant
- implement
- implication
- impose
state 15
- inadequacy/inadequate
- indication
- indifferent
- inevitable
- inform
- ingredient
- inhabitant
- inherently
- inquire
- innovative
- insight
- instinct
- insufficient
- intake
- integrate
- intensely/sincerely
state 16
- interference
- intermediate
- interpret
- intimate
- invariably
- involve 潜心于
- jet
- jury
- knife
- lamp
- laborious
- landlord
- landscape
- lane
- laser/loser
state 17
- lest
- leather
- lean/leak
- laundry
- lavatory
- lawn
- liability/liable
- liberal
- lime
- lid
- lively/liver
- lodge
- longevity
- lump
- magnetic
- maid
- manual
- march
《单词的减法》state1~state17(200p)的更多相关文章
- 《单词的减法》state1~state17(第二遍学习记录)
单词的减法(二) 2016.05.18.2016.05.21 state 1 advisory 顾问的,劝告的 anticipate/participate 期望/参加 state 2 applian ...
- 《单词的减法》state1~state17(第一遍学习记录)
单词的减法 2016.05.18 state 1 accordingly 因此,相应地,对应地 advisory 顾问的,劝告的 annoy 打扰,干扰,使恼怒 anticipate/particip ...
- 《单词的减法》state1~state17(第三遍学习记录)
2016.05.24 state 8 curse/curve dedication 多用于奉献和献身 disastrous disruptive distract state 9 domestic/d ...
- uva 1567 - A simple stone game(K倍动态减法游戏)
option=com_onlinejudge&Itemid=8&page=show_problem&problem=4342">题目链接:uva 1567 - ...
- java统计字符串单词的个数
在一些项目中可能需要对一段字符串中的单词进行统计,我在这里写了一个简单的demo,有需要的同学可以拿去看一下. 本人没怎么写个播客,如果有啥说的不对的地方,你来打我啊 不说废话了直接贴代码: 实现代码 ...
- JavaScript将字符串中的每一个单词的第一个字母变为大写其余均为小写
要求: 确保字符串的每个单词首字母都大写,其余部分小写. 这里我自己写了两种方法,或者说是一种方法,另一个是该方法的变种. 第一种: function titleCase(str) { var new ...
- BZOJ 3172: [Tjoi2013]单词 [AC自动机 Fail树]
3172: [Tjoi2013]单词 Time Limit: 10 Sec Memory Limit: 512 MBSubmit: 3198 Solved: 1532[Submit][Status ...
- [LeetCode] Concatenated Words 连接的单词
Given a list of words (without duplicates), please write a program that returns all concatenated wor ...
- [LeetCode] Word Squares 单词平方
Given a set of words (without duplicates), find all word squares you can build from them. A sequence ...
随机推荐
- Map3
map切片: 切片的数据类型如果是map,则我们称为 slice of map, map切片,这样使用则map个数就可以动态变化了. 案例演示:要求:会用一个map来记录monster的信息 name ...
- 通过Samba练习metasploit的使用
文章学习利用metasploit通过Samba3.X获取metasploitable2的shell,从而去熟悉metasploit的使用. 环境: kali IP:192.168.137.133 me ...
- Linux scp常用命令
Linux scp命令用于Linux之间复制文件和目录. scp是 secure copy的缩写, scp是linux系统下基于ssh登陆进行安全的远程文件拷贝命令. 1.从本地复制到远程 命令格式: ...
- jenkinsapi和python打包工具的安装日志
Successfully installed PyInstaller-3.3.1 altgraph-0.15 dis3-0.1.2 future-0.16.0 macholib-1.9 pefile- ...
- 如何查找django安装路径
需要找到django的安装路径,官方说的那个方法不好用,国内搜索都是都不到的,后来谷歌搜到了很简单 import django django 这样就可以找django的安装路径了,真心不懂为什么国内都 ...
- ajax_封装函数_升级_传递多个参数和传递一个参数
HTML: <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset=" ...
- Docker Swanm集群配置
首先 可以用ContOS虚拟机 克隆 5个虚拟机,注意(克隆主机必须装了Docker,克隆后,克隆机都会有Docker) 配置 网络 克隆CentOS虚拟机 最后和到如下结果 打开2377端口 ...
- idea模块搭建新手党常见错误
一.搭建java和web模块会出现的错误(此篇以分布式模块为例) 1.创建空工程 1.点击file ,在弹出的窗口左侧选项中在最后有一个Empty Project选项.此处就是创建空工程. 2.在此空 ...
- Spark 读取HBase数据
Spark1.6.2 读取 HBase 1.2.3 //hbase-common-1.2.3.jar //hbase-protocol-1.2.3.jar //hbase-server-1.2.3.j ...
- spring中引入多个quertz 注意事项
每一个独立的调取任务 需起不同的名字,否则只有最后一个调度起作用其他不起作用