Diamond

Di"a*mond (?; 277), n. [OE. diamaund, the hardest iron, steel, diamond, Gr. . Perh. the corruption is due to the influence of Gr. transparent. See Adamant, Tame.] 1. A precious stone or gem excelling in brilliancy and beautiful play of prismatic colors, and remarkable for extreme hardness. &hand; The diamond is native carbon in isometric crystals, often octahedrons with rounded edges. It is usually colorless, but some are yellow, green, blue, and even black. It is the hardest substance known. The diamond as found in nature (called a rough diamond) is cut, for use in jewelry, into various forms with many reflecting faces, or facets, by which its brilliancy is much increased. See Brilliant, Rose. Diamonds are said to be of the first water when very transparent, and of the second or third water as the transparency decreases. 2. A geometrical figure, consisting of four equal straight lines, and having two of the interior angles acute and two obtuse; a rhombus; a lozenge. 3. One of a suit of playing cards, stamped with the figure of a diamond. 4. (Arch.) A pointed projection, like a four-sided pyramid, used for ornament in lines or groups. 5. (Baseball) The infield; the square space, 90 feet on a side, having the bases at its angles. 6.(Print.)The smallest kind of type in English printing, except that called brilliant, which is seldom seen. 'b5 This line is printed in the type calledDiamond.Black diamond,coal; SeeCarbonado. -- Bristol diamond.SeeBristol stone, underBristol. -- Diamond beetle(Zo'94l.),a large South American weevil (Entimus imperialis), remarkable for its splendid luster and colors, due to minute brilliant scales. -- Diamond bird(Zo'94l.),a small Australian bird (Pardalotus punctatus, familyAmpelid'91.). It is black, with white spots. -- Diamond drill(Engin.),a rod or tube the end of which is set with black diamonds; -- used for perforating hard substances, esp. for boring in rock. -- Diamond finch(Zo'94l.),a small Australian sparrow, often kept in a cage. Its sides are black, with conspicuous white spots, and the rump is bright carmine. -- Diamond groove(Iron Working),a groove of V-section in a roll. -- Diamond mortar(Chem.),a small steel mortar used for pulverizing hard substances. -- Diamond-point tool,a cutting tool whose point is diamond-shaped. -- Diamond snake(Zo'94l.),a harmless snake of Australia (Morelia spilotes); the carpet snake. -- Glazier's diamond,a small diamond set in a glazier's tool, for cutting glass.

Diamond

Di"a*mond (?; 277), a.Resembling a diamond; made of, or abounding in, diamonds;as, adiamond chain; adiamond field.

A precious stone or gem excelling in brilliancy and beautiful play of prismatic colors, and remarkable for extreme hardness.

Resembling a diamond; made of, or abounding in, diamonds; as, a diamond chain; a diamond field.

old english diamaund钻石的更多相关文章

  1. 英文DIAMAUND钻石DIAMAUND词汇

    首先谈谈钻石和金刚石的名称.金刚石是一种天然矿物,是钻石的原石.习惯上人们常将加工过的金刚石称为钻石,而未加工过的称为金刚石(当然,有的金刚石不用加工便可应用).钻石是那些达到宝石级别的金刚石晶体切磨 ...

  2. 单词diamaund钻石diamaund英文

    Diamond Di"a*mond (?; 277), n. [OE. diamaund, the hardest iron, steel, diamond, Gr. . Perh. the ...

  3. 英语DIAMAUND钻石指坚硬不可侵犯的物质

    首先谈谈钻石和金刚石的名称.金刚石是一种天然矿物,是钻石的原石.习惯上人们常将加工过的金刚石称为钻石,而未加工过的称为金刚石(当然,有的金刚石不用加工便可应用).钻石是那些达到宝石级别的金刚石晶体切磨 ...

  4. 钻石diamaund外语

    Whenever I fail as a father or husband... a toy and a diamond always works. I never worry about diet ...

  5. English常用短语

    (1) be waken  by    被什么吵醒 (2) wake up !           快醒醒 (3)  put the flames    /fleimz/               ...

  6. Lesson 14 Do you speak English?

    Text I had an amusing experience last year. After I had left a small village in the south of France. ...

  7. 运行nltk示例 Resource u'tokenizers punkt english.pickle' not found解决

    nltk安装完毕后,编写如下示例程序并运行,报Resource u'tokenizers/punkt/english.pickle' not found错误 import nltk sentence ...

  8. [LeetCode] Reconstruct Original Digits from English 从英文中重建数字

    Given a non-empty string containing an out-of-order English representation of digits 0-9, output the ...

  9. [LeetCode] Integer to English Words 整数转为英文单词

    Convert a non-negative integer to its english words representation. Given input is guaranteed to be ...

随机推荐

  1. Android外接USB扫码枪

    公司的设备以前接入的都是串口的扫码头,优点是直接通过串口读取流里面的数据就OK了,缺点是你需要知道每一款扫码器的型号以获取波特率及Android设备的串口地址.因为现在usb扫码器越来越方便且即插即用 ...

  2. 011 webpack中使用vue

    一:在webpack中使用vue 1.安装vue的包 2.index.html <!DOCTYPE html> <html lang="en"> <h ...

  3. anaconda 安装指定源的包

    当前知道的有两种方式可以查找: 1.conda search 命令:conda search pkg_name 安装的时候直接:conda install cudatoolkit=版本后 conda ...

  4. Flutter Plugin开发简单示例

    新建Plugin项目: flutter create --template=plugin -i swift -a javahello lib/hello.dart: 插件包的Dart API. and ...

  5. Python3基础 内置函数 dir 查询对象的方法列表

             Python : 3.7.3          OS : Ubuntu 18.04.2 LTS         IDE : pycharm-community-2019.1.3    ...

  6. Jenkins build 后 tomcat 启不来

    Jenkins build 后 war 包复制到 tomcat 下,启不来 添加 :export BUILD_ID=dontKillMe /usr/local/iron/tomcat8085/bin/ ...

  7. React.lazy和React.Suspense异步加载组件

    在React16.6中引入了React.lazy和React.Suspense,这两个组件,可以用来实现异步加载组件. 例如: const johanComponent = React.lazy(() ...

  8. python非官方扩展库

    https://www.lfd.uci.edu/~gohlke/pythonlibs/ 安装方法: 1.下载自己需要的库文件 例如:Twisted-19.2.1-cp37-cp37m-win32.wh ...

  9. Maven手动导本地jar到项目

    第一步:先把目标jar安装在本地,下面是安装到本地的步骤:在cmd命令中,输入:mvn install:install-file -Dfile=C:\Users\Ter\Desktop\jqd_doc ...

  10. LeetCode 1046. 最后一块石头的重量(1046. Last Stone Weight) 50

    1046. 最后一块石头的重量 1046. Last Stone Weight 题目描述 每日一算法2019/6/22Day 50LeetCode1046. Last Stone Weight Jav ...