old english diamaund钻石
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钻石的更多相关文章
- 英文DIAMAUND钻石DIAMAUND词汇
首先谈谈钻石和金刚石的名称.金刚石是一种天然矿物,是钻石的原石.习惯上人们常将加工过的金刚石称为钻石,而未加工过的称为金刚石(当然,有的金刚石不用加工便可应用).钻石是那些达到宝石级别的金刚石晶体切磨 ...
- 单词diamaund钻石diamaund英文
Diamond Di"a*mond (?; 277), n. [OE. diamaund, the hardest iron, steel, diamond, Gr. . Perh. the ...
- 英语DIAMAUND钻石指坚硬不可侵犯的物质
首先谈谈钻石和金刚石的名称.金刚石是一种天然矿物,是钻石的原石.习惯上人们常将加工过的金刚石称为钻石,而未加工过的称为金刚石(当然,有的金刚石不用加工便可应用).钻石是那些达到宝石级别的金刚石晶体切磨 ...
- 钻石diamaund外语
Whenever I fail as a father or husband... a toy and a diamond always works. I never worry about diet ...
- English常用短语
(1) be waken by 被什么吵醒 (2) wake up ! 快醒醒 (3) put the flames /fleimz/ ...
- 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. ...
- 运行nltk示例 Resource u'tokenizers punkt english.pickle' not found解决
nltk安装完毕后,编写如下示例程序并运行,报Resource u'tokenizers/punkt/english.pickle' not found错误 import nltk sentence ...
- [LeetCode] Reconstruct Original Digits from English 从英文中重建数字
Given a non-empty string containing an out-of-order English representation of digits 0-9, output the ...
- [LeetCode] Integer to English Words 整数转为英文单词
Convert a non-negative integer to its english words representation. Given input is guaranteed to be ...
随机推荐
- mysql实现row_number()和row_number() over(partition by)
row_number() ) r, test_table t 解释:给test_table里的数据设置行号, rn是行号 row_number() over(partition by) ,@rank: ...
- MySQL 5.7 虚拟列 (virtual columns)(转)
原文地址:https://www.cnblogs.com/raichen/p/5227449.html 参考资料: Generated Columns in MySQL 5.7.5 MySQL 5.7 ...
- jquery checkbox全选和取消
$("#allcheck").click(function(){ var allcheck=$('#allcheck').is(':checked'); $.each($(&quo ...
- 深入理解Python变量与常量
深入理解Python变量与常量 变量是计算机内存中的一块区域,变量可以存储规定范围内的值,而且值可以改变.基于变量的数据类型,解释器会分配指定内存,并决定什么数据可以被存储在内存中.常量是一块只读的内 ...
- CMDBuild部署教程
一.CMDBuild简介 CMDBuild是一个通过Web界面配置的CMDB系统.可以通过Web界面来进行建模.创建资产数据库,并处理相关的工作流程.CMDBuild可用于集中管理数据库模块和外部应用 ...
- 浅谈PageRank
浅谈PageRank 2017-04-25 18:00:09 guoziqing506 阅读数 17873更多https://blog.csdn.net/guoziqing506/article/de ...
- (记录问题)1.Canvas.drawArc()方法的问题
先看看异常: 一眼看去就知道说的是方法找不到错误 后面发现是系统版本过低,4.0的系统找不到5.0后添加的方法报的错. 修改后完美解决
- 最常见的Java面试题及答案汇总(五)
Java Web 64. jsp 和 servlet 有什么区别? jsp经编译后就变成了Servlet.(JSP的本质就是Servlet,JVM只能识别java的类,不能识别JSP的代码,Web容器 ...
- C++的菱形继承会发生什么问题?如何解决?画出其内存布局图
菱形继承问题样例: #include <iostream> using namespace std; class A { public: ; virtual int getx() { re ...
- 安装cnpm出现问题
安装cnpm: 命令行中输入 npm install -g cnpm --registry=http://registry.npm.taobao.org 报:cnpm不是内部命令 解决方法:设置环 ...