accomplish, accord
accomplish
=achieve; accomplishment=achievement. accomplished: well educated/trained, skilled. skilled是被skill过,skillful很有skill (full of skill)
demolish和diminish, destroy, destruct, devastate都是d打头。relinquish=give up. replenish: refill embellish: 美化、装饰。
accord
cord (thick string or thin rope)和chord (和弦)都来自Latin chorda 'string',which来自Greek chorde. 搜"words have silent letter h H",有honor, hour, honest, vehicle, ghost, rhyme, rhythm等。总之,cord, chord, təˈmaːtəu, təˈmeitou, 反正accord和“弦”有关,进而和音乐、合奏有关,从词源上有'in harmony'的意思,引申为“一致或相配合”,然后谈不拢是没有“条约”的。harmonica(口琴)来自harmony,accordion(手风琴)来自chord. discord: 不和。
[牛津, LDOCE]
The tribute accorded her was fully deserved. 对她的赞扬她完全当之无愧。
He will not be accorded any special treatment. 特殊对待和他不和谐——他不配。
according to: 为了和...和谐、一致 => 根据
这么拿腔捏调地说话,不累吗?钱多了烧得呗。宋朝的时候国王说:Hail sail and away (升帆走),过了几百年钱多了,就这味了:
1. May I please be excused from the table?
2. This is the housekeeper speaking. And by the way, young lady, that is not how one addresses oneself on the telephone. First one identifies oneself and then asks for the person with whom one wishes to speak. [whom, 不是who] [with whom,整句不以介词结尾: What are you talking about?]
can't abide sb/sth: 忍不了; abide by sth: accept and obey a decision, rule, agreement etc,是不是有一丝无奈?And by the way, [牛津] abide by: act in accordance with sth
appropriate: adjective: correct, right, proper suitable; verb: steal, take illegally. 进了圆明园,觉得这个兽首搁自家博物馆挺appropriate,就appropriate走?
The guitar has six strings. it is a type of chordophone – wherein the sound is produced by way of a string, stretched between two fixed points, vibrating when plucked. phone也是个重要的词根。
Henry Plantagenet, when he was but [only] twenty-one years old, quietly succeeded to the throne of England, according to his agreement made with the late [dead] King at Winchester. Six weeks after Stephen's death, he and his Queen, Eleanor, were crowned in that city; into which they rode on horseback in great state, side by side, amidst much shouting and rejoicing, and clashing of music, and strewing of flowers... he reclaimed [claim back] all the castles belonging to the Crown...
六级/考研单词: throne, accord, amid, rejoice, clash
accomplish, accord的更多相关文章
- .NET平台开源项目速览(13)机器学习组件Accord.NET框架功能介绍
Accord.NET Framework是在AForge.NET项目的基础上封装和进一步开发而来.因为AForge.NET更注重与一些底层和广度,而Accord.NET Framework更注重与机器 ...
- The world won't care about your self-esteem. The world will expect you to accomplish something before you feel good about yourself.
The world won't care about your self-esteem. The world will expect you to accomplish something befor ...
- .NET开源工程推荐(Accord,AForge,Emgu CV)
本人用C#开发了一些项目,下面的开源工程给了我很大的帮助——详细的源代码介绍加丰富的实例运用,是非常不错的学习资源,分享给大家,同时附上我的相关开发项目. Accord.NET The ...
- 决策树简单介绍(二) Accord.Net中决策树的实现和使用
决策树介绍 决策树是一类机器学习算法,可以实现对数据集的分类.预测等.具体请阅读我另一篇博客(http://www.cnblogs.com/twocold/p/5424517.html). Accor ...
- Accord.Net中决策树
Accord.Net中决策树 决策树介绍 决策树是一类机器学习算法,可以实现对数据集的分类.预测等.具体请阅读我另一篇博客(http://www.cnblogs.com/twocold/p/54245 ...
- Accord.NET_Naive Bayes Classifier
我们这个系列主要为了了解并会使用Accord.NET中机器学习有关算法,因此主要关注的是算法针对的的问题,算法的使用.所以主要以代码为主,通过代码来学习,在脑海中形成一个轮廓.下面就言归正传,开始贝叶 ...
- 基于Accord.Audio和百度语言识别
---恢复内容开始--- 目标需求 使用录音形式,模拟微信语音聊天.按住录音,松开发送语音,并完成语音识别. ps:百度的语言识别有60秒长度限制,需要自己做好控制. 实现方案 采用C# winfor ...
- M03 利用Accord 进行机器学习的第一个小例子
01 安装 Visual studio 2017. 不具备安装这个的话,也可安装,Microsoft Visual Studio Express (or equivalent) 02 创建 C# 的 ...
- Accord.NET Framework 介绍
阅读目录 1.基本功能与介绍 Accord.NET Framework是在AForge.NET项目的基础上封装和进一步开发而来.因为AForge.NET更注重与一些底层和广度,而Accord.NET ...
随机推荐
- mininet-2.2.2-170321-ubuntu-14.04.4-server-amd64的使用
1.使用Vmware打开下载好的mininet-2.2.2-170321-ubuntu-14.04.4-server-amd64 2.登录账号密码都为mininet 3.用命令行生成拓扑,并测试连通性 ...
- 大数据中必须要掌握的 Flink SQL 详细剖析
Flink SQL 是 Flink 实时计算为简化计算模型,降低用户使用实时计算门槛而设计的一套符合标准 SQL 语义的开发语言. 自 2015 年开始,阿里巴巴开始调研开源流计算引擎,最终决定基于 ...
- .NET 开源工作流: Slickflow流程引擎高级开发(九) -- 条件事件模式解释及应用
前言:在流程流转过程中,有时候需要条件模式的支持,这样可以使得流程流转更加灵活多变.比如在业务变量满足一定的条件时,可以启动特定配置的流程(或者位于主流程内部的子流程).本文主要描述条件启动和条件中间 ...
- restTemple发送请求、上传文件(@LoadBalanced微服务调用及url调用)
import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Co ...
- k8s之mutating webhook + gin
1.知识准备 1.Webhook 是一种用于接收准入请求并对其进行处理的 HTTP 回调机制 2.Webhook 接收来自apiserver的回调,对回调资源做一些校验.注入.修改元数据等工作 3.来 ...
- Part 28 AngularJS default route
At the moment the problem is that, if you try to navigate to a route that is not configured, you wil ...
- 这一次,Google 终于对 Web 自动化下手了!
大家好,我是安果! 最近 Google 对 Chrome 进行了一次比较大的更新,其中一项是脚本录制回放功能,它可以非常方便我们处理一些自动化场景 我们可以在 Chrome 官网下载 Chrome C ...
- Python科普系列——类与方法(下篇)
书接上回,继续来讲讲关于类及其方法的一些冷知识和烫知识.本篇将重点讲讲类中的另一个重要元素--方法,也和上篇一样用各种神奇的例子,从原理和机制的角度为你还原一个不一样的Python.在阅读本篇之前,推 ...
- [zoj3990]Tree Equation
记$dep(T)$为树$T$的深度(根节点深度为0),则有$\begin{cases}dep(A+B)=\max(dep(A),dep(B))\\dep(A\cdot B)=dep(A)+dep(B) ...
- [bzoj1079]着色方案
由于最终的染色只与ci为几的个数有关,因此定义状态f[a][b][c][d][e][p]表示有a个ci=1,b个ci=2,--,有e个ci=5,上一次选择了ci=p的.状态的转移:发现p会让p-1少选 ...