exchange From Middle English eschaunge, borrowed from Anglo-Norman eschaunge
exchange
1.An act of exchanging or trading. All in all, it was an even exchange.an exchange of cattle for grain
2.A place for conducting trading. The stock exchange is open for trading.
3.A telephone exchange.
4.(telephony, US) The fourth through sixth digits of a ten-digit phone number (the first three before the introduction of area codes). The 555 exchange is reserved for use by the phone company, which is why it's often used in films.NPA-NXX-1234 is standard format, where NPA is the area code and NXX is the exchange.
5.A conversation. [quotations ▼]After an exchange with the manager, we were no wiser.

6.(chess) The loss of one piece and associated capture of another 1.(usually with "the") The loss of a relatively minor piece (typically a bishop or knight) and associated capture of the more advantageous rook

7.(obsolete) The thing given or received in return; especially, a publication exchanged for another. (Can we find and add a quotation of Shakespeare to this entry?)
8.(biochemistry) The transfer of substances or elements like gas, amino-acids, ions etc. sometimes through a surface like a membrane.
9.(finance) The difference between the values of money in different places.

Exchange of one person or thing for another; reciprocal giving and receiving: (a) of prisoners of war; (b) of properties.
Exchange of one kind or denomination of money for another; conversion of one kind of money into another for profit; an act of money-changing; the trade or authority of money-changing; (b) letter of eschaunge, a letter of credit.
Exchange of goods, merchandise, or the like, by way of barter or sale; traffic in commodities of value; maken eschaunge(s; (b) fig. a bargain or agreement.
Interchange; (b) replacement of one thing by another; substitution.
Change, mutability; (b) transmutation.

exchange From Middle English eschaunge的更多相关文章

  1. Middle English finaunce金融

    Etymology finance From Middle English finaunce, a surety bond.A supply of money or goods. With thy b ...

  2. watch from Middle English wacche

    watch As a noun, from Middle English wacche, Etymology As a noun, from Middle English wacche,See bel ...

  3. The Middle English word was Affrike非洲

    Africa (n.) Latin Africa (terra) "African land, Libya, the Carthaginian territory, the province ...

  4. 交换ESCHAUNGE英语ESCHAUNGE交易所

    exchange From Middle English eschaunge, borrowed from Anglo-Norman eschaunge exchange 1.An act of ex ...

  5. business from English bisynes

    business from English bisynes Etymology From Middle English bisynes Hyphenation: business Noun busin ...

  6. 英语中的 姓氏/Surname

    .Chomsky (Belarusian: Хомскі, Russian: Хомский, Ukrainian: Хомський, Hebrew: חומסקי‎‎, "from (V ...

  7. Harry Potter

    Names appearing in "Harry Potter" 1.Harry Potter ①Harry is from Henry. ②Harry is related t ...

  8. 原子/Atomic操作

    原子/Atomic操作 一.什么是 原子/atom   这个术语用原子来表示不够准确,原子翻译自atom/atomic,其中atom在词典中的「词源/etymology」是: [Middle Engl ...

  9. fragment的介绍与使用

    稍稍摘录一段Fragment.java中的说明文档. /** * A Fragment is a piece of an application's user interface or behavio ...

随机推荐

  1. 关于uboot中的属性"u-boot,dm-pre-reloc”的意义

    "u-boot,dm-pre-reloc”属性:当设置了这个属性时,则表示这个设备在重定向之前就需要使用. 当dm_init_and_scan的参数为true时,只会对带有“u-boot,d ...

  2. C++ int double float对应的长度以及二进制

    #include <iostream> using namespace std; void showIntBit(int a); void showDoubleBit(double a1) ...

  3. 使用 Visual Studio Code(VSCode)搭建简单的Python+Django开发环境的方法步骤

    安装配置 VSCode [1]安装 VSCode: 下载地址:https://code.visualstudio.com/ 根据自己电脑对应的操作系统下载对应的版本即可,至于安装过程也和一般的软件一样 ...

  4. 推荐一款好用的免费FTP客户端Filezilla

    官网地址:https://filezilla-project.org/

  5. 【数据集】WiderFace-A Face Detection Benchmark

    前言 参考 1.WiderFace; 完

  6. Centos7基础之查看NETMASK,GATWAY,DNS小技巧

    引语: 查看IP这种很基础的操作,想必大家都快倒背如流了.就是不知道大家知不知道怎么查看NETMASK,GATWAY,DNS.当然nmtui图形化界面以及查看网络配置文件这种骚操作就直接略过了.之前一 ...

  7. Centos7安装文件传输软件rz sz

    一直使用Xshell的xftp传输文件,谁知道忽然无法正常使用. 于是,决定用户rz进行传输 安装步骤也比较简单 1.首先安装第三方源(以下源比默认源包含更多安装包,建议添加该源使用) yum ins ...

  8. 使用termux在安卓手机上搭建python开发环境

    下载安装termux应用. 应用链接如下:https://download.csdn.net/upload/11342944设置-应用-termux赋予存储权限 cd mkdir .termux vi ...

  9. java核心技术(卷一)

    一,java基本程序设计结构: 1,在网页中运行的 Java 程序称为 applet. 要使用 applet ,需要启用 Java 的 Web 浏览器执行字节码. 2,jdk安装目录下的 src.zi ...

  10. LeetCode 912. 排序数组(Sort an Array) 43

    912. 排序数组 912. Sort an Array 题目描述 每日一算法2019/6/15Day 43LeetCode912. Sort an Array