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) 今天周六我们的主要工作是把这周落下的一些工作补回来,这是写程序的最后阶段,准备进入测试阶段了,所以之前的工作 要补齐,今天大家的 ...
随机推荐
- HttpWebRequest下载文件,乱码问题解决方案
写在前面 今天之所以会总结HttpWebRequest下载文件,主要是因为在使用该类下载文件的时候,有些地方需要注意一下,在实际的项目中遇到过这种问题,觉得还是有必要总结一下的.在下载文件时,最常见的 ...
- lintcode-425-电话号码的字母组合
425-电话号码的字母组合 Given a digit string excluded 01, return all possible letter combinations that the num ...
- phpdisk 盲注 &前台任意用户登录
代码审核 文件 plugins\phpdisk_client\passport.php 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 $str ...
- CentOS安装crontab及使用方法(转)
CentOS安装crontab及使用方法(转) 安装crontab:[root@CentOS ~]# yum install vixie-cron[root@CentOS ~]# yum ins ...
- RAID卡服务器安装2003教程
这里先讲讲安装系统的几个思路: 1.U盘安装法(U盘只做可启动PE,常用的大白菜,IT天空,老毛桃.....拷贝系统ISO镜像到U盘,进入PE之后找到ISO,用虚拟光驱加载,运行WIN系统安装器 ...
- Delphi中的DBGrid控件
在Delphi中,DBGrid控件是一个开发数据库软件不能不使用的控件,其功能非常强大,可以配合SQL语句实现几乎所有数据报表的显示,操作也非常简单,属性.过程.事件等都非常直观,但是使用中,有时侯还 ...
- Arrays.toString 如果传入的是对象 那么调用的是此对象的toString
Arrays.toString(Object[] obj) 如果传入参数的是对象 那么调用的是此对象的toString
- DRM Study
1.DRM是什么? DRM,英文全称Digital Rights Management, 可以翻译为:数字版权管理.指的是出版者用来控制被保护对象的使用权的一些技术,这些技术保护的有数字化内容(例如: ...
- 转--- 秒杀多线程第七篇 经典线程同步 互斥量Mutex
阅读本篇之前推荐阅读以下姊妹篇: <秒杀多线程第四篇一个经典的多线程同步问题> <秒杀多线程第五篇经典线程同步关键段CS> <秒杀多线程第六篇经典线程同步事件Event& ...
- 【刷题】洛谷 P3808 【模板】AC自动机(简单版)
题目背景 这是一道简单的AC自动机模板题. 用于检测正确性以及算法常数. 为了防止卡OJ,在保证正确的基础上只有两组数据,请不要恶意提交. 管理员提示:本题数据内有重复的单词,且重复单词应该计算多次, ...