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的更多相关文章

  1. Eng1—English daily notes

    English daily notes 2015年 4月 Phrases As a side note 作为附注,顺便说句题外话,和by the way意思相近,例句 As a side note, ...

  2. English is very important!

    Well, as a college student,I haven't realized how important the English is . But as a web programmer ...

  3. Jekyll的_config文件配置报错

    8 April 2019 by IchiehPan Jekyll 搭建博客时, 修改完_config.yml文件后就收到了github的build error邮件. 大致内容如下: did not f ...

  4. GitHub Pages 和 Jekyll 笔记

    GitHub Pages 和 Jekyll 笔记 快速创建(使用默认的Jekyll引擎) 1. 新建仓库 新建一个空仓库, 名称为username.github.io, 其中 username 就是你 ...

  5. 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 ...

  6. 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 ...

  7. Notes of Daily Scrum Meeting(11.19)

    Notes of Daily Scrum Meeting(11.19) 现在工程项目进入尾声了,我们的项目中还有一些问题需要解决,调试修改起来进度比较慢,所以昨天就没有贴出项目 进度,今天的团队工作总 ...

  8. Notes of Daily Scrum Meeting(11.17)

    Notes of Daily Scrum Meeting(11.17) 今天是第四周的周一,也就是说距离最后发布也只剩下一周的时间,但我们的工程里面还有很多的问题没有解决,我关注过 其他一两个小组,他 ...

  9. Notes of Daily Scrum Meeting(11.15)

    Notes of Daily Scrum Meeting(11.15) 今天周六我们的主要工作是把这周落下的一些工作补回来,这是写程序的最后阶段,准备进入测试阶段了,所以之前的工作 要补齐,今天大家的 ...

随机推荐

  1. CSS中px和em属性的特点与区别

    详解px和em的特点和区别象素px是我们在定义CSS中经常用到的尺寸大小单位,而em在国外网站中经常被使用,px和em之间究竟有什么区别和特点呢?◆px像素(Pixel),相对长度单位.像素px是相对 ...

  2. bash编程2

    bash基础编程 前言:条件测试语法有两种书写模式,一种时[expression] ,另外一种是[[exprssion]] ,为了在书写条件测试的过程中,不让大家将两种格式互相混淆,那么在这里只讲一种 ...

  3. PAT L1 - 046 整除光棍

    https://pintia.cn/problem-sets/994805046380707840/problems/994805084284633088 这里所谓的“光棍”,并不是指单身汪啦~ 说的 ...

  4. Python2 读取表格类型文件

    resp = My_Request_Get(xls_url) # My_Request_Get是我自己封装的请求函数,可修改为requests请求f = ]) nrows = table._dimnr ...

  5. rxjs5.X系列 —— ErrorHandling/Condition/Mathematical系列 api 笔记

    欢迎指导与讨论 : ) 前言 本文是笔者翻译 RxJS 5.X 官网各类operation操作系列的的第四篇 —— ErrorHanding异常处理.Condition Operator情况操作.Ma ...

  6. IP地址转换32为长整型

    Programming Question: Convert an IPv4 address in the format of null-terminated C string into a 32-bi ...

  7. 解决二维数组转为ArrayList集合问题

    1.修改前代码块 String[][] str = { { "语文", "100" }, { "英语", "90" }, ...

  8. C++解析(16):友元与类中的函数重载

    0.目录 1.友元的尴尬能力 2.类中的函数重载 3.小结 1.友元的尴尬能力 什么是友元? 友元是C++中的一种关系 友元关系发生在函数与类之间或者类与类之间 友元关系是单项的,不能传递 友元的用法 ...

  9. 吉哥系列故事――完美队形II HDU - 4513(马拉车变一下形)

    题意: 求最长回文串...但这个回文串要符合从中间到两头 逐个递减 解析: 在扩散的时候加一个判断就好了 #include <iostream> #include <cstdio&g ...

  10. Qin Shi Huang's National Road System UVA - 1494(次小生成树)

    秦始皇统一中国之后要在全国修公路连接各个城市,皇帝只想修成最小生成树(距离最小,不考虑人力),一个道士说自己可以不花人力物力修一条路,经过两方妥协,选择max(两个城市人口/(生成树长度-这条路的长度 ...