ADJ-GRADED 感到宽慰的;感到安心的;宽心的If you are relieved, you feel happy because something unpleasant has not happened or is no longer happening.

We are all relieved to be back home...

回到家里我们都感到安心了。

An auction is a public sale where goods are sold to the person who offers the highest price.

Lord Salisbury bought the picture at auction in London some years ago...

几年前,索尔兹伯里勋爵在伦敦拍得了这幅画。

VERB 估算;估计;推算;预料If you calculate the effects of something, especially a possible course of action, you think about them in order to form an opinion or decide what to do.

I believe I am capable of calculating the political consequences accurately...

我觉得我能准确预料此事的政治后果。

N-COUNT (社会、政治)运动,活动A campaign is a planned set of activities that people carry out over a period of time in order to achieve something such as social or political change.

During his election campaign he promised to put the economy back on its feet...

他在竞选时许诺将重振经济。

Apacs has launched a campaign to improve the training of staff.

雅拍体育用品公司开展了加强员工培训的活动。

How much do you charge for your mushrooms?

你的蘑菇要什么价钱?

Chelsea's private chartered BMI flight was unable to leave Aberdeen airport to pick the squad up at Newcastle, so they were stranded.

切尔西的私人包机航班BMI无法离开奥博丁机场,也无法到纽卡去接球队,所以切尔西被困了。

  1. helsea's private chartered BMI flight was unable to leave Aberdeen airport to pick the squad up at Newcastle, so they were stranded.

    切尔西的私人包机航班BMI无法离开奥博丁机场,也无法到纽卡去接球队,所以切尔西被困了。

    blog.sina.com.cn

  2. HSBC and Standard Chartered, whose businesses are moreinternationally focused, had never been expected to take part.

    汇控和渣打一直以来更注重国际化发展,因此外界从不认为他们会加入政府救援计划。

    cn.reuters.com

  3. The U. S. State Department said a chartered ferry with room forabout 600 passengers was due to leave Tripoli shortly for Malta.

    美国国务院则表示,美国包租的一艘载客约600人的客轮,将离开的黎波里,驶往马耳他。

    cn.reuters.com

  4. Standard Chartered is one of the very few foreign banks to be allowed to provide Renminbi services in both Shanghai andShenzhen.

    渣打银行是少数获准在上海和深圳同时提供人民币服务的外资银行之一。

    rain-sift.spaces.live.com

relieved|auction|calculate|campaign|charge for |chartered的更多相关文章

  1. The partial charge density (1)

    ============================================================================================= The pa ...

  2. ural1316 Electronic Auction

    Electronic Auction Time limit: 0.5 secondMemory limit: 64 MB There is a deficit in cast-iron pigs in ...

  3. 关于Advertising Campaign

    Advertise Campaigns 是指为了传播企业创意或者宣传主题而采取的一些列的整合营销(IMC)活动,也称为广告战役.广告战役主要在一段明确的时间内,通过不同的媒体渠道投放广告,现在经常会整 ...

  4. 维克里拍卖 Vickrey auction

    https://en.wikipedia.org/wiki/Vickrey_auction 维克里拍卖(Vickrey auction),即次价密封投标拍卖(Second-price sealed-b ...

  5. 【BZOJ-1974】auction代码拍卖会 DP + 排列组合

    1974: [Sdoi2010]auction 代码拍卖会 Time Limit: 10 Sec  Memory Limit: 64 MBSubmit: 305  Solved: 122[Submit ...

  6. [转] PHP计算两个坐标之间的距离, Calculate the Distance Between Two Points in PHP

    Calculate the Distance Between Two Points in PHP There are a lot of applications where it is useful ...

  7. CoreException: Could not calculate build plan: Plugin org.apache.maven.plugins:maven-compiler-plugin:3.1 or one of its dependencies could not be resolved

    CoreException: Could not calculate build plan: Plugin org.apache.maven.plugins:maven-compiler-plugin ...

  8. maven -- 问题解决(二)解决“Could not calculate build plan”问题

    错误提示如下:(eclipse+maven) Could not calculate build plan: Failure to transfer org.apache.maven.plugins: ...

  9. 线段树 + 矩阵 --- ZOJ 3772 Calculate the Function

    Calculate the Function Problem's Link:   http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCod ...

随机推荐

  1. SQL优化——ORACLE

    SQL优化——ORACLE 索引是由Oracle维护的可选结构,为数据提供快速的访问.准确地判断在什么地方需要使用索引是困难的,使用索引有利于调节检索速度. 当建立一个索引时,必须指定用于跟踪的表名以 ...

  2. css常见符号

    * 通配符使用星号*表示,意思是“所有的” 比如:* { color : red; } 这里就把所有元素的字体设置为红色 缺点: 不过,由于*会匹配所有的元素,这样会影响网页渲染的时间 解决: res ...

  3. 21. docker 数据通讯环境准备

    一 . 环境搭建 1.编写 Vagrantfile 并创建虚拟机 并虚拟机host绑定外部 192.168.205.10:8888 # -*- mode: ruby -*- # vi: set ft= ...

  4. winter_holiday_2019

    个人逐利对他人的影响:私营企业主的个人付出.作为长辈对晚辈的付出 是2020要实现精准扶贫吗?精准扶贫的概念,是针对一个家庭还是针对家里的每个人的平均收入.精准扶贫比教育更有作用,刘传铁(湖北省委高校 ...

  5. Python笔记_第一篇_面向过程_第一部分_5.Python数据类型之数字类型(number)

    Python 数字类型(number)用于存储数值.数据类型是不允许改变的,这就意味着如果改变number数据类型的值,将重新分配内存空间. 1.   一个简单的示例: # 以下实例在变量赋值时数字类 ...

  6. modbus 指令16 $10 的格式

    { //写多个请求 01(从设备)10(功能码) 00 77(起始地址) 00 01(寄存器数) 02(字节数) 05 55(写的数据) 6F B8(CRC) //写多个返回 01(从设备) 10(功 ...

  7. leetcode中二分查找的具体应用

    给定一个按照升序排列的整数数组 nums,和一个目标值 target.找出给定目标值在数组中的开始位置和结束位置. 你的算法时间复杂度必须是 O(log n) 级别. 如果数组中不存在目标值,返回 [ ...

  8. EL表达式和JSTL(二)——BeanUtils工具

    BeanUtils工具 大对数人习惯使用JavaBean的get和set方法来获取和设置JavaBean的属性,但是在Java EE编程的过程中,会经常从配置文件中读取数据,但是从配置文件中读取的数据 ...

  9. 1)基本的MFC程序创建过程

    1)基本的MFC创建过程: 2)   选择MFC应用程序: 3)然后选择特定的选项  直接完成就行了: 4)下面就是建成的样子: 5)然后是  运行结果: 6)有一个问题  那个  菜单栏是属于  F ...

  10. [Typora ] LaTeX公式输入

    [Typora 笔记] 数学输入整理 1.希腊字母表 大写 md 小写 md \(A\) A \(\alpha\) \alpha \(B\) B \(\beta\) \beta \(\Gamma\) ...