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表达式都只能针对一行中的单一字段进行操作比较,而行值表达式可以针对一行中的多个字段进行操作 ...
随机推荐
- 新闻网大数据实时分析可视化系统项目——21、大数据Web可视化分析系统开发
1.基于业务需求的WEB系统设计 2.下载Tomcat并创建Web工程并配置相关服务 下载tomcat,解压并启动tomcat服务. 1)新建web app项目 创建好之后的效果 2)对tomcat进 ...
- GoJS实例1
复制如下内容保存到空白的.html文件中,用浏览器打开即可查看效果 <!DOCTYPE html> <html> <head> <meta charset=& ...
- tensorflow学习笔记(二)常量、变量、占位符、会话
常量.变量.占位符.会话是tensorflow编程的基础也是最常用到的东西,tensorflow中定义的变量.常量都是tensor(张量)类型. 常量tf.constant() tensorflow中 ...
- Day7 - A - Visible Lattice Points POJ - 3090
A lattice point (x, y) in the first quadrant (x and y are integers greater than or equal to 0), othe ...
- C# 控制台应用程序从外部传参运行和调试
参考:/*十有三博客*/ 新建一个用于演示的控制台应用程序项目,然后在Program.cs的入口Main方法里编写如下代码 foreach (var arg in args) { Console.Wr ...
- Qt编写的项目作品2-控件属性设计器(组态)
一.功能特点 自动加载插件文件中的所有控件生成列表,默认自带的控件超过120个. 拖曳到画布自动生成对应的控件,所见即所得. 右侧中文属性栏,改变对应的属性立即应用到对应选中控件,直观简洁,非常适合小 ...
- 吴裕雄--天生自然java开发常用类库学习笔记:Map接口使用的注意事项
import java.util.HashMap ; import java.util.Map ; import java.util.Set ; import java.util.Iterator ; ...
- 2.10 学习总结 之 JQ加强
一.说在前面 昨天 完成了体温统计APP的编写 今天 学习json数据结构 二.学习总结 1.json数据结构 1)什么是json: JSON(JavaScript Object Notation) ...
- HDU - 6152 Friend-Graph(暴力)
题意:给定n个人的关系,若存在三个及以上的人两两友好或两两不友好,则"Bad Team!",否则"Great Team!". 分析:3000*3000内存100 ...
- 51nod 1179:最大的最大公约数
1179 最大的最大公约数 题目来源: SGU 基准时间限制:1 秒 空间限制:131072 KB 分值: 40 难度:4级算法题 收藏 关注 给出N个正整数,找出N个数两两之间最大公约数的最大值 ...