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. 51nod 1445:变色DNA 最短路变形

    1445 变色DNA 题目来源: TopCoder 基准时间限制:1 秒 空间限制:131072 KB 分值: 40 难度:4级算法题  收藏  关注 有一只特别的狼,它在每个夜晚会进行变色,研究发现 ...

  2. xfpt 连接Linux失败问题

    首先切换到root用户 1. su 未设置root密码的可以使用一下命令 sudo passwd root 一.上传文件失败(一动不动) 1.安装ftp服务 apt-get install vsftp ...

  3. 说说mysql和oracle他门的分页查询,分别是怎么实现的?

    MySQL: 1.MySQL数据库实现分页比较简单,提供了 LIMIT函数.一般只需要直接写到sql语句后面就行了. 2.LIMIT子 句可以用来限制由SELECT语句返回过来的数据数量,它有一个或两 ...

  4. python重要函数eval

    1.参数会作为一个 Python 表达式(从技术上说是一个条件列表)被解析并求值 >>> x = 1 >>> eval('x+1') 2 2.去除字符串两边的引号 ...

  5. 06 MySQL运算符

    算数运算符     +    -    *    /    DIV    %    MOD   比较运算符     =    <>    !=    <=>(安全等于,NULL ...

  6. local feature和global feature的理解

    在计算机视觉方面,global feature是基于整张图像提取的特征,也就是说基于all pixels,常见的有颜色直方图.形状描述子.GIST等:local feature相对来说就是基于局部图像 ...

  7. PYTHON画三维图

    import matplotlib.pyplot as pltfrom mpl_toolkits.mplot3d import Axes3Dimport numpy as np #bbb=[1 if ...

  8. WebStorm 使用经验

        1.优点 1.1 可自动提示图片的宽高 1.2 标签名字可重构(改名) 1.3 css重命名 1.4 可把内联的style移到外部 1.5 可实现声明提升 1.6 设置项是可搜索的 1.7 有 ...

  9. golang用slice、list当queue

    背景 golang没有queue这种类型,不过可以用slice.list模拟 slice当queue 声明队列 var queue []int 入队一个元素: queue = append(queue ...

  10. js加密(十三)zzxt.hee.gov.cn md5

    1. url: http://zzxt.hee.gov.cn/ 2. target: 登录加密 3. 简单分析: 这个应该很容易就能找到加密的js,直接拿出来就好. 4. js: /* * md5 * ...