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. IDEA设置头注释—自定义author和date

    IDEA设置头注释,自定义author和date的方法如下所示: 去掉波浪线的方式:鼠标选中单词 --> 点击鼠标右键 --> spelling --> save 'xxx' to ...

  2. 第130天:移动端-rem布局

    一.关于布局方案 当拿到设计师给的UI设计图,前端的首要任务就是布局和样式,相信这对于大部分前端工程师来说已经不是什么难题了.移动端的布局相对PC较为简单,关键在于对不同设备的适配.之前介绍了一篇关于 ...

  3. 【Java】接口开发中关于接受和发送json的相关范例

    接受json package com.suneee.scn.wms.web.rocketmq; import java.util.List; import net.sf.json.JSONArray; ...

  4. OSPF与Vlan间通信综合实验小结与端口隔离

      总结 本实验模拟实际工作环境的网络拓扑结构,至此终于理解了一部分的配置思路: 一.三层交换机连接路由器的端口配置 图中GE0/0/4应该是配置成access类型,这个时候应该是不带vlan标签的. ...

  5. CodeForces - 955B(用char会超时。。。)

    #include <bits/stdc++.h> #define mem(a, b) memset(a, b, sizeof(a)) using namespace std; , INF ...

  6. ans_rproxy 说明

    ans_rproxy 说明 网络IP资源分配 Windows2008R2:        IP: 172.16.204.50/24        Gateway: 172.16.204.1      ...

  7. [APIO2014]回文串 manacher 后缀数组

    题面:洛谷 题解: 还是这个性质:对于每个串而言,本质不同的回文串最多只有O(n)个. 所以我们先求出这O(n)个本质不同的回文串,然后对整个串求一次sa. 然后对于每个回文串,求出它的出现次数,更新 ...

  8. 【CF954I】Yet Another String Matching Problem(FFT)

    [CF954I]Yet Another String Matching Problem(FFT) 题面 给定两个字符串\(S,T\) 求\(S\)所有长度为\(|T|\)的子串与\(T\)的距离 两个 ...

  9. Linux内核设计与实现第四周读书笔记

    第5章系统调用 5.1与内核通信 主要作用: 为用户控件提供了一种硬件的抽象接口. 保证了系统稳定性与安全性. 为用户空间&系统提供公共接口. 5.2API.POSIX和C库 一般情况,应用程 ...

  10. 【bzoj4869】相逢是问候

    Portal-->bzoj4869 Solution 这道题的话..长得就是线段树的样子qwq 如果做过的话..可能会联想到bzoj3211(没写博qwq晚点再说吧哈哈..) 首先大胆猜一波结论 ...