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. Myod 选做

    一.题目要求 1.复习c文件处理内容 2.编写myod.c 用myod XXX实现Linux下od -tc -tx XXX的功能 3.main与其他分开,制作静态库和动态库 4.编写Makefile ...

  2. [转]DDR3基础知识介绍

    本文转自:(4条消息) xilinx ddr3 MIG ip核使用详解_admiraion123的博客-CSDN博客 1,DDR3基本内容介绍1.1,DDR3简介DDR3全称double-data-r ...

  3. single-number leetcode C++

    Given an array of integers, every element appears twice except for one. Find that single one. Note: ...

  4. 『学了就忘』Linux基础命令 — 27、搜索操作相关命令

    目录 1.whereis命令 2.which命令 3.locate命令 1.whereis命令 whereis是搜索系统命令的命令,也就是说,whereis命令不能搜索普通文件,而只能搜索系统命令. ...

  5. 『学了就忘』Linux基础命令 — 29、关机和重启

    目录 1.sync数据同步 2.shutdown命令 3.reboot命令 4.halt和poweroff命令 5.init命令 1.sync数据同步 sync命令的基本信息如下: 命令名称:sync ...

  6. mysql流程控制结构case when

    一.case 使用场景 简单函数 CASE case_value WHEN when_value THEN statement_list [WHEN when_value THEN statement ...

  7. 浏览器调用接口正常,jmeter调不通的可能原因

    首先,还是http状态码介绍(网上都能找到这些简介): 1xx 信息,服务器收到请求,需要请求者继续执行操作 2xx 成功,操作被成功接收并处理 3xx 重定向,需要进一步的操作以完成请求 4xx 客 ...

  8. java 邮件 接收与发送

    ... package com.e6soft; import java.io.BufferedReader; import java.io.FileOutputStream; import java. ...

  9. SpringCloud升级之路2020.0.x版-36. 验证断路器正确性

    本系列代码地址:https://github.com/JoJoTec/spring-cloud-parent 上一节我们通过单元测试验证了线程隔离的正确性,这一节我们来验证我们断路器的正确性,主要包括 ...

  10. Spark面试题(七)——Spark程序开发调优

    Spark系列面试题 Spark面试题(一) Spark面试题(二) Spark面试题(三) Spark面试题(四) Spark面试题(五)--数据倾斜调优 Spark面试题(六)--Spark资源调 ...