English Words and Expressions
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的更多相关文章
- some phrase for oral english
依我看,在我看来 I suppose that, ... As far as i'm concerned, ... As i see it, ... It seems to me that ... 1 ...
- English Time And Date
What's the Time in English? Explanation There are two common ways of telling the time. Formal but ea ...
- 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 ...
- 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 ...
- 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. ...
- 运行nltk示例 Resource u'tokenizers punkt english.pickle' not found解决
nltk安装完毕后,编写如下示例程序并运行,报Resource u'tokenizers/punkt/english.pickle' not found错误 import nltk sentence ...
- [LeetCode] Reconstruct Original Digits from English 从英文中重建数字
Given a non-empty string containing an out-of-order English representation of digits 0-9, output the ...
- [LeetCode] Integer to English Words 整数转为英文单词
Convert a non-negative integer to its english words representation. Given input is guaranteed to be ...
- SQL——行值表达式(Row Value Expressions)
概述 最近接触了一个新概念——行值表达式,也叫做行值构造器.这是一个很强大的SQL功能,通常我们所操作的SQL表达式都只能针对一行中的单一字段进行操作比较,而行值表达式可以针对一行中的多个字段进行操作 ...
随机推荐
- firewalld学习-zone的使用和配置
原文地址:http://www.excelib.com/article/290/show zone文件标签名词解释 target:目标,这个前面学生也已经给大家介绍过了,可以理解为默认行为,有四个可选 ...
- [转载]@Component 和 @Bean 的区别
@Component 和 @Bean 的区别 @Component 和 @Bean 的区别 Spring帮助我们管理Bean分为两个部分,一个是注册Bean,一个装配Bean. 完成这两个动作有三种方 ...
- suse下静默方式安装oracle(无图形界面)
以 http://www.cnblogs.com/0201zcr/p/4728241.html 为主 以 http://www.cnblogs.com/jyzhao/p/5001782.html 为参 ...
- ReadAsm2
首先查看题目 下载文档之后用虚拟机打开(我用的是Kali Linux) 推测应该是对这个func函数反汇编结果应该就出来了 用c写一下算出结果 #include<bits/stdc++.h> ...
- 我的Grunt之旅-序章
时间:2018-03-05 13:52 事件:安装Grunt 相关网址: grunt官网:https://gruntjs.com node.js下载地址 :https://nodejs.org/en ...
- php导出合同模板到excel
/** * [export_excel 合同导出] * [@param itemid:单号] * @return [type] */ public function export_excel() { ...
- etcd入门
简介 etcd是CoreOS团队于2013年6月发起的开源项目,它的目标是构建一个高可用的分布式键值(key-value)数据库. etcd内部采用raft协议作为一致性算法,基于Go语言实现. et ...
- MQTT 协议学习:Retained(保留消息) 与 LWT(最后遗嘱)
背景导入 让我们来看一下这个场景: 你有一个温度传感器,它每三个小时向一个 Topic 发布当前的温度.那么问题来了,有一个新的订阅者在它刚刚发布了当前温度之后订阅了这个主题,那么这个订阅端什么时候能 ...
- Fedora 19安装以后的优化
Fedora 19安装以后的优化 转载自 http://www.zhukun.net/archives/6614 最近安装了Fedora 19 32bit,以下是一些优化配置,使之更适合国人使用. 1 ...
- CSS - 美化字体 => CSS的-font-smoothin属性优化
body{ margin: 0; font-family: Arial, Helvetica, sans-serif; line-height: 1.2em; back ...