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. 3.GIT常用命令

    往仓库里面添加文件 将新的文件放到暂存区 git add 文件名(多个文件用空格分隔) git commit -m '说明内容' git commit --amend 此修改一般用于未push之前修改 ...

  2. 吴裕雄--天生自然 JAVASCRIPT开发学习: JSON

    <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title> ...

  3. SQL基础教程(第2版)第2章 查询基础:练习题

    SELECT product_name, regist_date FROM Product WHERE regist_date > '2009-04-28'; ① ~ ③中的 SQL 语句都无法 ...

  4. mysql的常见面试问题

    1.如何登陆mysql数据库 MySQL -u username -p 2.如何开启/关闭mysql服务 service mysql start/stop 3.查看mysql的状态 service m ...

  5. Python笔记_第四篇_高阶编程_正则表达式_1.正则表达式简介(re模块)

    1. 从一个判断手机号的问题引入: 如果给你一个字符串,去判断是否是一个手机号码,我们通过之前的学习可以有如下代码: # 如果用普通的方式去检验一个电话号码非常麻烦. def checkPhone(s ...

  6. 第22章 Makefile基础

    一.自动处理头文件的依赖关系 在Makefile中插入如下代码: include $(sources:.c=.d) %.d: %.c set -e; rm -f $@; \ $(CC) -MM $(C ...

  7. 对象创建模式之模块模式(Module Pattern)

    模块模式可以提供软件架构,为不断增长的代码提供组织形式.JavaScript没有提供package的语言表示,但我们可以通过模块模式来分解并组织代码块,这些黑盒的代码块内的功能可以根据不断变化的软件需 ...

  8. mod_rewrite是Apache的一个非常强大的功能

    mod_rewrite是Apache的一个非常强大的功能,它可以实现伪静态页面.下面我详细说说它的使用方法!对初学者很有用的哦! 1.检测Apache是否支持mod_rewrite 通过php提供的p ...

  9. oracle的用户、权限、表空间的管理

    1.创建表空间 create tablespace test1_tablespace datafile 'test1file.dbf' size 10m; 2.创建临时表空间 create tempo ...

  10. Java 开发者必须了解的 16 个Java 顶级开源项目!

    本文已经收录自笔者开源的 JavaGuide: https://github.com/Snailclimb/JavaGuide ([Java学习+面试指南] 一份涵盖大部分Java程序员所需要掌握的核 ...