basic ,fundamental ,extreme ,utmost和radical.区别
basic 普通用词,指明确、具体的基础或起点.
fundamental 书面用词,不如basic使用广泛,侧重指作为基础、根本的抽象的事物.
radical 着重指事物的根本或其来源.
下面是extreme和utmost的区别:
二者都具备两种词性:形容词和名词.下面分别就这两种词性情况来考察一下这两个词:
1.在作形容词的时候,utmost的意思是greatest; furthest; most extreme,即最大的; 最远的; 极度的,例如:in the utmost danger 在极端的危险中,of the utmost importance 极重要的,with the utmost care 极其小心.extreme也有类似的意思,表示程度或强度最高的; 最大可能的; 极度的,例如:show extreme patience,kindness,gentleness,etc 表现出极为耐心﹑ 和蔼﹑ 温柔等.而此二者作形容词时候的区别就在于,extreme一词除了有以上意思外,还有一个utmost所没有的意思:(of people and their opinions) far from moderate,即(指人和意见)偏激的,极端的,是一种贬义的用法,例如:hold extreme views 持偏激观点
2.在作名词的时候,utmost的意思是the greatest,furthest or most extreme degree or point,etcthat is possible,即最大限度; 极限,例如:enjoy oneself to the utmost 尽情享乐.extreme也有类似的意思,表示greatest or highest degree; either end of anything,即最大程度; 最高程度; 极端,例如:He could not tolerate the extremes of heat in the desert.他忍受不住沙漠的酷热.若要说此二者作名词时候的最大差别,在于extreme是一个可数名词,在句中一般以extremes的复数形式出现;而utmost尽管也是可数名词,但在句中通常只能用单数,以the utmost的形式出现.
basic ,fundamental ,extreme ,utmost和radical.区别的更多相关文章
- char, signed char, and unsigned char in C++
关于这三者的区别stackoverrflow里有一个答案是这样说的: 3.9.1 Fundamental types [basic.fundamental] 1 Objects declared as ...
- 小学生玩ACM----优先队列
思来想去,本人还是觉得,这个优先队列啊,不学不行,怎么说咧?虽说有时候我可以模仿它的功能,但是有的题目会坑的我大放血,况且多学会用一个小东东总不会伤身的撒,何况我是永举不垂的,哦耶,嘿嘿 优先队列嘛就 ...
- 【2018.08.01】(表/栈/队列/大小顶堆)学习Stark和Queue算法小记
Train Problem I As the new term comes, the Ignatius Train Station is very busy nowadays. A lot of st ...
- hdu 1509 Windows Message Queue
题目连接 http://acm.hdu.edu.cn/showproblem.php?pid=1509 Windows Message Queue Description Message queue ...
- Adding an On/Off switch to your Raspberry Pi
http://www.raspberry-pi-geek.com/Archive/2013/01/Adding-an-On-Off-switch-to-your-Raspberry-Pi#articl ...
- hdoj 1509 Windows Message Queue【优先队列】
Windows Message Queue Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Ot ...
- Windows Message Queue(优先队列)
欢迎参加——BestCoder周年纪念赛(高质量题目+多重奖励) Windows Message Queue Time Limit: 2000/1000 MS (Java/Others) Mem ...
- Windows Message Queue--hdu1509
Windows Message Queue Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Ot ...
- ZOJ 2724 Windows 消息队列 (优先队列)
链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=2724 Message queue is the basic fund ...
随机推荐
- Oracle查看表空间和表空间中的对象
select * from user_tables;--查询所有用户表 select username,default_tablespace from user_users;--查询当前表空间sele ...
- [hdu3586]Information Disturbing树形dp+二分
题意:给出一棵带权无向树,以及给定节点1,总约束为$m$,找出切断与所有叶子节点联系每条边所需要的最小价值约束. 解题关键:二分答案,转化为判定性问题,然后用树形dp验证答案即可. dp数组需要开到l ...
- HDOj-1412
{A} + {B} Time Limit: 10000/5000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total ...
- linux 下消息队列发送后没有信息
在使用消息队列时,调用 #include <stdio.h> #include <stdlib.h> #include <string.h> #include &l ...
- 1. md5 collision(50)
md5 collision(50) ------南京邮电大学ctf: http://chinalover.sinaapp.com/web19/ 发现了一串代码 <?php $md51 ...
- 对于BeanUtils类的方法populate的一些个人拙见
今天在做一个登录案列,期间涉及到了BeanUtils类,这个类也是第一次涉及到,视频没有细讲.只能自己摸着石头过河.慢慢思考.下面来说一下自己个人对这个类的方法populate的理解 这个类应该不是单 ...
- vue 开发笔记
vue 开发记录 marked 插件的使用 import marked from "marked"; import hljs from "highlight.js&quo ...
- LDAP第三天 MySQL+LDAP 安装
https://www.easysoft.com/applications/openldap/back-sql-odbc.html OpenLDAP 使用 SQLServer 和 Oracl ...
- 洛谷P2939 [USACO09FEB]改造路Revamping Trails
题意翻译 约翰一共有\(N\))个牧场.由\(M\)条布满尘埃的小径连接.小径可 以双向通行.每天早上约翰从牧场\(1\)出发到牧场\(N\)去给奶牛检查身体. 通过每条小径都需要消耗一定的时间.约翰 ...
- php对数组操作的函数
array_reverse 以相反的顺序返回数组 array_unique 数组元素去重(只对一维数组有效) array_intersect两个或多个数组取交集 implode和explode也 ...