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表达式都只能针对一行中的单一字段进行操作比较,而行值表达式可以针对一行中的多个字段进行操作 ...
随机推荐
- Echarts 折线图y轴标签值过长 显示
参考: https://blog.csdn.net/dandelion_drq/article/details/79270597 改变Y轴单位:https://www.cnblogs.com/cons ...
- 小程序列表循环出来的list是不同接口赋的值
需求:首页有三个列表,样式形式都是一样的,可以循环展示,但是循环的内容list部分是来自于不同的三个接口. data: { indexList:[{ name: "中考体能突击营" ...
- HihoCoder 1246:王胖浩与环
#1246 : 王胖浩与环 时间限制:6000ms 单点时限:1000ms 内存限制:256MB 描述 王胖浩有一个环,环上有n个正整数.他有特殊的能力,能将环切成k段,每段包含一个或者多个数字. 对 ...
- Redis详解(七)——集群
Redis详解(七)--集群 Redis3.0版本之前,可以通过Redis Sentinel(哨兵)来实现高可用 ( HA ),从3.0版本之后,官方推出了Redis Cluster,它的主要用途是 ...
- eshop4-tomcat 安装
1. 下载tomcat 7 2. 解压缩 注意:是否使用sudo 权限执行请根据具体环境来决定 3. sudo vim /etc/profile 在最下方增加 export CATALINA_HOME ...
- .Net内存回收
研究了好半天的GC.Collect(),遗憾的发现,无法主动控制内存的回收. 只有窗体最小化的时候,内存才回收. 貌似gc.collect只是告诉虚拟机,准备回收内存吧. GC.WaitForPe ...
- Python 日志模块详解
前言 我们知道查看日志是开发人员日常获取信息.排查异常.发现问题的最好途径,日志记录中通常会标记有异常产生的原因.发生时间.具体错误行数等信息,这极大的节省了我们的排查时间,无形中提高了编码效率.所以 ...
- STM32之GD25Q256应用笔记
前言 使用标准SPI指令格式: 3字节地址模式或4字节地址模式: 支持SPI 总线 模式0 和 模式3: 存储容量32MB: 时钟频率范围:80Mhz – 104Mhz: 主机:STM32F103ZE ...
- Charles抓包(HTTP)
一.电脑抓包: 安装Charles,打开Charles即可 二.手机抓包: 设置手机WiFi配置代理即可:(确保电脑和手机在同一个网络) 三.拦截请求: 四.修改请求/返回: 打上断点后,刷新页面,在 ...
- 不能安装64位office提示已安装32位如何处理
不能安装64位office提示已安装32位如何处理? 1 2 3 4 5 6 当你遇到提示说[无法安装64位版本的office,以为在您的PC上找一下32位程序......]时如果你还想安装64位 ...