Words

apprentice 学徒
corny 老套的
obnoxious 作呕的
intermezzo 间奏曲
predate 日期上早于
parenthesis 括号
delimiter 分隔符
utopian 乌托邦
overhyped 过头的
hype 夸张宣传
nascent 新生的
ramifications 分支、结果
intractable 难处理的
empirically 经验上的
shroud 寿衣,遮蔽物
daunt 威吓 dauting task吓人的任务
herald 预示,是……的前兆
dearth 缺乏,不足n
hyperplane超平面
gist 要点、大意
state-of-the-art 最先进的
birttle 脆弱的、易碎的
shun 躲避
watershed 分水岭
crux 症结、最难点
perceptual 感知的
entrant 新加入者
benchmark 基准
bottlenecks 瓶颈
frenetic 发狂一样的
fad 一时风尚
Scalability 可测量性
amenable 服从的,可检验的
scalar 标量
axis 坐标轴(复数:axes)
preallocated 预先分配的
contiguous 相邻的
preclude 排除、妨碍
actuarial 保险精算的
ZIP code 邮政编码
coefficient 系数
affine 同族的,远交的(数学)
crumple 崩溃,扭成一团
Stochastic 随机的
Anatomy 解剖学
metaphor 隐喻
acyclic 非周期性的
topology 拓扑学
inception 盗梦空间、开始
omnipotent 万能的,全能的
crossentropy 交叉熵
seamlessly 无缝地
knock on wood 祈求好运,吉人天相
dissention 异议n
concussion 脑震荡
refresher 让人清爽的东西。最新的
tweak 拧
excruciatingly 极其地、痛苦地
hassle 麻烦
pros and cons 优缺点
for kicks 为了取乐
ground-truth 真正的事实
mutiny 反抗、暴动v,n
canonical 规范的,典型的
unary 一元的
cumulative sum 累计求和

2019年6月3日
disseminate 传播v
avalanche 雪崩v&n
point of sale 销售点
intrusion 入侵n
anomaly 异常事物,反常现象

2019年6月10日
Apparel 服装、衣服
Ordinal 序数的,依次的
fable 寓言
silhouette 侧影,轮廓
purg 清洁
endian 字节存储次序

2019年6月11日
hideous 丑陋的令人厌恶的
gratification 满足
wildcards 通配符
legacy 遗产,已经停产的
elevated 高尚的,睿智的

Expressions

tip of the iceberg 冰山一角
flock to 蜂拥而至
at stake 在危机关头
align ... wtih ..使一致、排列整齐
Words can't describe how beautiful it it. 无与伦比的美丽
lines would be drawn on the sand. 划清界限
Denial is a river in Africa. 逃避解决不了问题
She creats a drama series out of it. 戏精附体

English Words and Expressions的更多相关文章

  1. some phrase for oral english

    依我看,在我看来 I suppose that, ... As far as i'm concerned, ... As i see it, ... It seems to me that ... 1 ...

  2. English Time And Date

    What's the Time in English? Explanation There are two common ways of telling the time. Formal but ea ...

  3. English trip V1 - 1.How Do You Feel Now? Teacher:Lamb Key:形容词(Adjectives)

    In this lesson you will learn to describe people, things, and feelings.在本课中,您将学习如何描述人,事和感受. STARTER  ...

  4. American daily English notes (enlarged edition): A review

    Life English is the most pragmatic kind of English when one wants to associate with foreigner friend ...

  5. Lesson 14 Do you speak English?

    Text I had an amusing experience last year. After I had left a small village in the south of France. ...

  6. 运行nltk示例 Resource u'tokenizers punkt english.pickle' not found解决

    nltk安装完毕后,编写如下示例程序并运行,报Resource u'tokenizers/punkt/english.pickle' not found错误 import nltk sentence ...

  7. [LeetCode] Reconstruct Original Digits from English 从英文中重建数字

    Given a non-empty string containing an out-of-order English representation of digits 0-9, output the ...

  8. [LeetCode] Integer to English Words 整数转为英文单词

    Convert a non-negative integer to its english words representation. Given input is guaranteed to be ...

  9. SQL——行值表达式(Row Value Expressions)

    概述 最近接触了一个新概念——行值表达式,也叫做行值构造器.这是一个很强大的SQL功能,通常我们所操作的SQL表达式都只能针对一行中的单一字段进行操作比较,而行值表达式可以针对一行中的多个字段进行操作 ...

随机推荐

  1. HihoCoder第四周:Trie图

    第四周的题目是前两周的综合,综合在一个是KMP算法的思想,一个是树的这么一个数据结构. 题目 : Trie图 输入 每个输入文件有且仅有一组测试数据. 每个测试数据的第一行为一个整数N,表示河蟹词典的 ...

  2. R分析实现对招聘网站薪资预测分析

    1.首先确定数据分析目标——薪酬受哪些因素影响 确定变量: 因变量:薪资 自变量:(定性)-- 公司类别.公司规模.地区.行业类别.学历要求.软件要求. (定量)-- 经验要求(数值型) 分析目标:建 ...

  3. MS SQLSERVER 自增ID列竟然会重复

    MS SQLSERVER 2008 R2 datacenter edition 自增的ID列,设为了主键. 从没遇到过的情况.

  4. Notepad2&Notepad++

    写在前面 几个礼拜前电脑自带的记事本抽风,打开文本后台有进程但就是不显示界面,网上搜的教程无非是重装.杀毒.换包;这些操作要不就是太繁琐要不就是没效果,于是乎我物色了两款十分强大且轻量的开源记事本No ...

  5. 盘姬工具箱WV1.10

    ========================================================================== {盘姬工具箱CruiserEXPforWin版是一 ...

  6. Python中eval与exec用法的区别

    Python中eval,exec这两个函数有着相似的输入参数类型和执行功能,因此在用法上经常出现混淆,以至经常用错,程序易抛出错误.下面主要通过这两个函数的语法来阐述区别,并用例子来进一步说明. 首先 ...

  7. pyhton读入Excel和csv数据文件

    pyhton读入Excel和csv数据文件#file 数据文件的输入输出操作(主要包括Excel表格和csv表格文件)import pandas as pd #pyhton读入数据必须要导入panda ...

  8. 剑指offer自学系列(三)

    题目描述: 输入一个整数数组,实现一个函数来调整该数组中数字的顺序,使得所有的奇数位于数组的前半部分,所有的偶数位于数组的后半部分,并保证奇数和奇数,偶数和偶数之间的相对位置不变,例如{5,1,4,2 ...

  9. 滑条滚动发请求要用Debounce

    import debounce from 'lodash.debounce'; this.deboucedFunc = debounce(this.viewModel.v_onHomeworkRequ ...

  10. jQuery实现图片放大镜效果

    实现图片放大镜的原理: 给放大镜元素一个对应的html元素为<div class='right'> 设置这个div的宽高固定为某个值(350px,350px) 设置div的css为超出部分 ...