Eng1—English daily notes
English daily notes
2015年
4月
Phrases
1. As a side note
#作为附注,顺便说句题外话,和by the way意思相近,例句:
@1:As a side note, there is no equivalent to tapply in the plyr package.
2. Across the range of
#各种/各类/所有的,例句
@1:In order to improve all the mechanism, we' are looking across the range of all the platforms and areas.
3. zero in on
注意力集中于(某事),聚焦于,对准(使(枪炮)瞄准(某目标)),例句:
@1:When we had all zeroed in our guns on the enemy post, we opened fire.
@2: The plane zeroed in on the arms factory and distroyed it with one bomb.
4. boil down to
# 归结为,浓缩成,意味着
@1:It could simply boil down to a lack of opportunity: Women still earn less than menworking the same jobs and are underrepresented in the boardroom.
这可以简单地归结为:机会的缺少。同样的工作中妇女的收入仍旧比男性少,在董事会中的席位也如此。
@2:Many data problems boil down to statistical tests
5. indoor and outdoor stadiums
@1:室内和露天大型运动场(或体育馆)
6. TV commentators
@1:电视评论员
7. during pregnancy
@1:怀孕期间:
8. bell-shaped curve
钟形曲线
@1:For many random variables, a good choice is the normal distribution, oftenrepresented as a bell-shaped curve, shown in Figure 1(对于许多随机变量来说,一个好的选择是正态分布,常常表现为一个钟型曲线,如图1 所示)
9. alternative hypothesis
@1:备择假设
10. computationally intensive
需要大量运算的!
@1:Fisher’s exact test can be very computationally intensive for large tables, so statisticians
usually use an alternative test: chi-squared tests。
Words
1. switch hitters
#左右手均能击球的运动员
@1:As you can see, the proportion of switch hitters (bats=="B") increases with higher batting average(击球率)
2. mosaic plot
#马赛克图/拼花图
3.formulate
vt. 规划/制定;用公式表示;明确地表达
@1:If you formulate something such as a plan or proposal, you invent it, thinking about the details carefully. 构想出 (计划或提案);
Little by little, he formulated his plan for escape:他一点一点地构想出了他的逃跑计划
@2:If you formulate a thought, opinion, or idea, you express it or describe it using particular words. 用独特的词语表述
I was impressed by the way he could formulate his ideas:我对他表述自己想法的独特用词印象深刻。
4.proprietary
# 专有的,特有的,私有的,专利的
R is a good substitute for expensive, proprietary statistics software packages
Sentence
Eng1—English daily notes的更多相关文章
- Eng1—English daily notes
English daily notes 2015年 4月 Phrases As a side note 作为附注,顺便说句题外话,和by the way意思相近,例句 As a side note, ...
- English is very important!
Well, as a college student,I haven't realized how important the English is . But as a web programmer ...
- Jekyll的_config文件配置报错
8 April 2019 by IchiehPan Jekyll 搭建博客时, 修改完_config.yml文件后就收到了github的build error邮件. 大致内容如下: did not f ...
- GitHub Pages 和 Jekyll 笔记
GitHub Pages 和 Jekyll 笔记 快速创建(使用默认的Jekyll引擎) 1. 新建仓库 新建一个空仓库, 名称为username.github.io, 其中 username 就是你 ...
- 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 ...
- The introduction of the book American daily English notes (enlarged edition)
After reading the book of American daily English notes written by Linkun Yang[1], I think I should a ...
- Notes of Daily Scrum Meeting(11.19)
Notes of Daily Scrum Meeting(11.19) 现在工程项目进入尾声了,我们的项目中还有一些问题需要解决,调试修改起来进度比较慢,所以昨天就没有贴出项目 进度,今天的团队工作总 ...
- Notes of Daily Scrum Meeting(11.17)
Notes of Daily Scrum Meeting(11.17) 今天是第四周的周一,也就是说距离最后发布也只剩下一周的时间,但我们的工程里面还有很多的问题没有解决,我关注过 其他一两个小组,他 ...
- Notes of Daily Scrum Meeting(11.15)
Notes of Daily Scrum Meeting(11.15) 今天周六我们的主要工作是把这周落下的一些工作补回来,这是写程序的最后阶段,准备进入测试阶段了,所以之前的工作 要补齐,今天大家的 ...
随机推荐
- 使用RStudio学习一个简单神经网络
数据准备 1.收集数据 UC Irvine Machine Learning Repository-Concrete Compressive Strength Data Set 把下载到的Concre ...
- 对scrum站立会议的理解
个人理解:首先我不明白scrum的含义,查了一下,scrum是迭代式增量软件开发过程,通常用于敏捷开发.scrum包括了一系列实践和预定义角色的过程骨架.scrum中的主要角色包括同项目经理类似的sc ...
- PAT L1-015 跟奥巴马一起画方块
https://pintia.cn/problem-sets/994805046380707840/problems/994805124398956544 美国总统奥巴马不仅呼吁所有人都学习编程,甚至 ...
- PHP面向对象之抽象类,抽象方法
抽象类,抽象方法 抽象类: 是一个不能实例化的类: 定义形式: abstract class 类名{} 为什么需要抽象类: 它是为了技术管理而设计! 抽象方法: 是一个只有方法头,没有方法体的方法 ...
- 我的 MyBatis 实现的 Dao 层
学了 Mybatis 之后,发现用 Mybatis 写 Dao层实在是简便多了,主要是在表的映射这块简单了很多.下面是我实现的使用 Mybatis 实现的简单的操作用户表的 Dao 层. 使用 Myb ...
- struct和class的联系与区别
C++支持另一个关键字struct,它也可以定义类类型.struct关键字是从C语言继承过来的. 默认初始访问级别不同: 如果使用class关键字来定义类,那么定义在第一个访问标号前的任何成员都隐式指 ...
- FZU2128_最长子串
题目说给你一个长串,要你选一个最长子串,不包括任何一个给定串为子串. 建立一个自动机,每个点保存的信息为当前这个状态为结尾最长可以有多长? 然后....就可以了... #include <ios ...
- 实现对一个8bit数据的指定位的置0或者置1操作,并保持其他位不变。
给定函数原型:void bit_set(unsigned char *p_data,unsigned char positin,int flag) 参数说明:p_data是指定的源数据:positio ...
- 【JavaScript】20款漂亮的css字体
样式一: body { margin: 0; padding: 0; line-height: 1.5em; font-family: "Times New Roman", Tim ...
- [九]SpringBoot 之 定时任务
代码: package me.shijunjie.config; import org.springframework.context.annotation.Configuration; import ...