In ecology [生态学], local abundance is the relative representation of a species in a particular ecosystem [生态系统]. It is usually measured as the number of individuals [个体] found per sample [样本。本句中生态系统]. The ratio of abundance of one species [物种] to one or multiple other species living in an ecosystem is referred to as relative species abundances. Both indicators are relevant for computing biodiversity [生物多样性bio+diverse+ity].

species的复数还是species,或者说它没有单数形式。data, datum像英文版的茴香豆的茴字有几种写法。actresses是女演员们。

A variety of sampling [取样本] methods are used to measure abundance. For larger animals, these may include spotlight [像野外有个相机] counts, track [兽痕] counts and roadkill [倒霉] counts, as well as presence at monitoring stations. In many plant communities [团体] the abundances of plant species are measured by plant cover [植被覆盖], i.e. the relative area covered by different plant species in a small plot. Abundance is in simplest terms usually measured by identifying and counting every individual of every species in a given sector [地区]. It is common for the distribution [分布] of species to be skewed [不是screw] so that a few species take up the bulk [大量] of individuals collected [收集的可能只是数据].

Relative species abundance is calculated by dividing the number of species from one group by the total number of species from all groups.

In English, ordinal numbers [序数] are countable, so you need to add 's' to the word: We pronounce 2/3 as two-thirds, 3/4 as three-fourths, and 6/8 as six-eighths. We have special words to talk about fractions that have 2 and 4 on the bottom [分数线的下面,分母, denominator]: We pronounce 1/2 as one-half, 1/4 as one-quarter, and 3/4 as three-quarters. I tought (thought) I taw (saw) 3-22nds before, but I can't assure you. Sylvester the Cat and Tweety Bird are two of the most well known characters in the Looney Tunes and Merrie Melodies stable.

[牛津词典] stable: 马厩/训练学校. actors from the same stable: 在同一处受训的演员。
lock the stable door after the horse has bolted: 亡马锁厩。这马还是像闪电狗波特一样跑出去的。
“见兔而顾犬,未为晚也;亡羊则补牢,未为迟也。”

In physics, natural abundance refers to the abundance of isotopes [同位素] of a chemical element as naturally found on a planet. The relative atomic mass [质量] (a weighted average, weighted by mole-fraction abundance figures) of these isotopes is the atomic weight [重量] listed for the element in the periodic table [周期表]. The abundance of an isotope varies from planet to planet, and even from place to place on the Earth, but remains relatively constant in time (on a short-term scale).

相对原子质量是指以一个碳-12原子质量的1/12作为标准,任何一个原子的真实质量跟一个碳-12原子质量的1/12的比值。原子量最早是由英国科学家道尔顿提出来的。他说“同一种元素的原子有相同的重量(weight),不同元素的原子有不同的重量。”因此atomic weight在中文里翻译成了“原子量”。但是当时由于重量和质量(mass)是相同的概念,因此虽然实际中获得的都是原子的相对质量,但仍然称作原子量。道尔顿和牛顿…… 红脸的窦尔敦盗御马……

The mole fraction [摩尔/克分子分数] is also called the amount fraction. It is identical to the number fraction, which is defined as the number of molecules of a constituent [成分的] N_i divided by the total number of all molecules N_tot. The mole fraction is sometimes denoted by the lowercase Greek letter χ (chi, 卡方检验的卡) instead of a Roman [罗马] x. mole应该是molecules的abbreviation [缩写],和摩尔人(Moors)无关。

abundant的更多相关文章

  1. [CCC 1996 01]Deficient, Perfect, and Abundant

    CCC加拿大高中生信息学奥赛 其余来源 CODEVS[3312]——CCC 1996 01 Deficient, Perfect, and Abundant ——http://codevs.cn/pr ...

  2. absurd, abundant

    absurd How: absolutely, completely, clearly, faintly, manifestly, obviously, patently, quite, rather ...

  3. Abundant Resources

    https://github.com/vhf/free-programming-books/blob/master/free-programming-books-zh.md

  4. Bible

    001 Love your neighbor as yourself.         要爱人如己.--<旧·利>19:18      002 Resentment kills a foo ...

  5. blade and soul zone overview

    The world of Blade and Soul, is a vast extension of land containing two continents (the Southern Con ...

  6. [题解]USACO 1.3 Ski Course Design

    Ski Course Design Farmer John has N hills on his farm (1 <= N <= 1,000), each with an integer ...

  7. 精品素材:15套免费的 Photoshop 自定义图形集

    网上到处都是 Photoshop 笔刷,图案,纹理素材,最缺少的就是 Photoshop 形状.寻找定制的 Photoshop 形状是真的很难,因为很少有人提供这样的 Photoshop 形状的集合. ...

  8. high-frequency words and phases

    abide by(=be faithful to ; obey vt)忠于:遵守. a) Plese feel assured we will abide by our promise. 2. be ...

  9. Cognition math based on Factor Space (2016.05)

    Cognition math based on Factor Space Wang P Z1, Ouyang H2, Zhong Y X3, He H C4 1Intelligence Enginee ...

随机推荐

  1. python生成有声小说模拟真人发音

    生成有声小说原理 文字是1500字内的生成微软文档说说 用代码实现小说爬取正本 实现每章小说1450字 实现自动剪切后添加封面 实现自动上传 用python代码实现爬取小说,本案列以一本小说为实列代码 ...

  2. 记一次 Java 导出大批量 Excel 优化

    常用的excel导出方案,详情见Spring Boot 入门(十二):报表导出,对比poi.jxl和esayExcel的效率,其中jxl.esayEscel 底层都是基于 poi,它们仅仅是对 poi ...

  3. Node.js躬行记(14)——压力测试

    公司有个匿名聊天的常规H5界面,运营向做一次 50W 的推送,为了能配合她的计划,需要对该界面做一次压力测试. 一.JMeter 压测工具选择了JMeter,这是Apache的一个项目,它是用Java ...

  4. C++ new 运算符 用法总结

    C++ new 运算符 用法总结 使用 new 运算符 分配内存 并 初始化 1.分配内存初始化标量类型(如 int 或 double),在类型名后加初始值,并用小括号括起,C++11中也支持大括号. ...

  5. 刷题日记-JZ25合并有序链表

    合并有序链表 递归方式合并链表pHead1,pHead2 base case是 pHead1为空或者pHead2为空 递归方式是 如果pHead1->val < pHead2->va ...

  6. find 删除日志文件

    find 命令删除日志文件 find ./my_dir -mtime +10 -type f -delete EXPLANATIONS ./my_dir your directory (replace ...

  7. lombok标签之@Data @AllArgsConstructor @@NoArgsConstructor -如何去除get,set方法。@Data注解和如何使用,lombok

    在代码中我们可以只加上标签@Data 而不用get,set方法: val : 和 scala 中 val 同名, 可以在运行时确定类型; @NonNull : 注解在参数上, 如果该类参数为 null ...

  8. 【JAVA】编程(5)---递归

    作业要求: 利用递归来计算出 从1加到100的数和 : public class 递归 { public static void main(String[] args) { System.out.pr ...

  9. vuex基础(vuex基本结构与调用)

    import Vue from 'vue'; import Vuex from 'vuex'; Vue.use(Vuex); const modulesA = { state:{//状态 count: ...

  10. 菜鸡的Java笔记 国际化程序实现原理

    国际化程序实现原理 Lnternationalization        1. Locale 类的使用        2.国家化程序的实现,资源读取                所谓的国际化的程序 ...