obdurate
a . 顽固的,执拗的,冷酷的
顽固的,执拗的,冷酷的
obdurate adj 1 :
stubbornly persistent in wrongdoing [
synonym : {
cussed },
{
obdurate }, {
obstinate }, {
unrepentant }]
2 :
showing unfeeling resistance to tender feelings ; "
his flinty gaze "; "
the child '
s misery would move even the most obdurate heart " [
synonym : {
flinty }, {
flint }, {
granitic }, {
obdurate },
{
stony }]
Obdurate \
Ob "
du *
rate \,
v .
t .
To harden . [
Obs .]
[
1913 Webster ]
Obdurate \
Ob "
du *
rate \,
a . [
L .
obduratus ,
p .
p .
of obdurare to harden ;
ob (
see Ob -)
durare to harden ,
durus hard .
See {
Dure }.]
1 .
Hardened in feelings ,
esp .
against moral or mollifying influences ;
unyielding ;
hard -
hearted ;
stubbornly wicked .
[
1913 Webster ]
The very custom of evil makes the heart obdurate against whatsoever instructions to the contrary .
--
Hooker .
[
1913 Webster ]
Art thou obdurate ,
flinty ,
hard as steel ,
Nay ,
more than flint ,
for stone at rain relenteth ?
--
Shak .
[
1913 Webster ]
2 .
Hard ;
harsh ;
rugged ;
rough ;
intractable . "
Obdurate consonants ." --
Swift .
[
1913 Webster ]
Note :
Sometimes accented on the second syllable ,
especially by the older poets .
[
1913 Webster ]
There is no flesh in man '
s obdurate heart .
--
Cowper .
[
1913 Webster ]
Syn :
Hard ;
firm ;
unbending ;
inflexible ;
unyielding ;
stubborn ;
obstinate ;
impenitent ;
callous ;
unfeeling ;
insensible ;
unsusceptible .
Usage : {
Obdurate }, {
Callous }, {
Hardened }.
Callous denotes a deadening of the sensibilities ;
as ,
a callous conscience .
Hardened implies a general and settled disregard for the claims of interest ,
duty ,
and sympathy ;
as ,
hardened in vice .
Obdurate implies an active resistance of the heart and will aganst the pleadings of compassion and humanity .
[
1913 Webster ] -- {
Ob "
du *
rate *
ly },
adv . --
{
Ob "
du *
rate *
ness },
n .
[
1913 Webster ]
131 Moby Thesaurus words for "
obdurate ":
adamant ,
asleep ,
benumbed ,
bony ,
brazen ,
callous ,
calloused ,
case -
hardened ,
cement ,
cemental ,
cold ,
cold of heart ,
coldblooded ,
coldhearted ,
concrete ,
conscienceless ,
corneous ,
dead ,
deadened ,
dense ,
diamondlike ,
dogged ,
dour ,
dull ,
dure ,
firm ,
flinthearted ,
flintlike ,
flinty ,
fundamentalist ,
granitelike ,
granitic ,
hard ,
hard as nails ,
hard of heart ,
hard -
bitten ,
hard -
boiled ,
hard -
nosed ,
hard -
set ,
hardened ,
hardhearted ,
heartless ,
hidebound ,
horny ,
immovable ,
impassible ,
impenitent ,
imperceptive ,
impercipient ,
impliable ,
indurated ,
inexorable ,
inflexible ,
insensate ,
insensible ,
insensitive ,
insentient ,
insolent ,
inured ,
iron ,
iron -
hard ,
ironbound ,
ironclad ,
ironhanded ,
ironlike ,
lapideous ,
lithoid ,
lithoidal ,
lost to shame ,
marble ,
marblelike ,
mulish ,
muscle -
bound ,
numb ,
numbed ,
obstinate ,
obtuse ,
orthodox ,
osseous ,
procrustean ,
purist ,
puristic ,
puritan ,
puritanic ,
relentless ,
resistant ,
resistive ,
rigid ,
rigorist ,
rigoristic ,
rigorous ,
rockbound ,
rocklike ,
rocky ,
seared ,
shameless ,
solid ,
steellike ,
steely ,
stiff ,
stiff -
necked ,
stonelike ,
stony ,
stonyhearted ,
straightlaced ,
straitlaced ,
stubborn ,
thick -
skinned ,
thick -
witted ,
tough ,
unabject ,
unbending ,
unblushing ,
uncompassionate ,
uncompromising ,
uncontrite ,
unemotional ,
unfeeling ,
unfelt ,
unmelted ,
unmerciful ,
unnatural ,
unperceptive ,
unrelenting ,
unrepentant ,
unrepenting ,
unresponsive ,
unsoftened ,
unsympathetic ,
untouched ,
unyielding
安装中文字典英文字典查询工具!
中文字典英文字典工具:
复制到剪贴板
英文字典中文字典相关资料:
Is there a performance difference between i++ and ++i in C? Even though the performance difference is negligible, and optimized out in many cases - please take note that it's still good practice to use ++i instead of i++ There's absolutely no reason not to, and if your software ever passes through a toolchain that doesn't optimize it out your software will be more efficient Considering it is just as easy to type ++i as it is to type i++, there is
c - What is the difference between ++i and i++? - Stack Overflow In C, what is the difference between using ++i and i++, and which should be used in the incrementation block of a for loop?
java - Whats the difference between --i and i--? - Stack Overflow for(int i=array length; i<0; --i) Maybe someone can explain me the difference with i-- ? i guess it's something like the moment when i is decremented ?
What is the difference between i++ ++i in a for loop? The way for loop is processed is as follows 1 First, initialization is performed (i=0) 2 the check is performed (i < n) 3 the code in the loop is executed 4 the value is incremented 5 Repeat steps 2 - 4 This is the reason why, there is no difference between i++ and ++i in the for loop which has been used
operators - javascript i++ vs ++i - Stack Overflow In javascript I have seen i++ used in many cases, and I understand that it adds one to the preceding value:
What are the advantages disadvantages of using the lt;i gt; tag for icons . . . Facebook's HTML and Twitter Bootstrap HTML (before v3) both use the lt;i gt; tag to display icons However, from the HTML5 spec: The I element represents a span of text in an alternate voice or m
Whats the difference between ++$i and $i++ in PHP? Is this a general rule of thumb, or is it PHP specific
Windows Batch script - what does %%i mean? - Stack Overflow I wrote (using knowledge from Internet) script (batch file) to remove all folders and files inside a folder DEL F Q S C:\\commonfiles\\* for D %%i in ("C
What is the difference between i++ and ++i in C#? I've seen them both being used in numerous pieces of C# code, and I'd like to know when to use i++ and when to use ++i? (i being a number variable like int, float, double, etc)
node. js - throw new TypeError (`Missing parameter name at $ {i . . . Find centralized, trusted content and collaborate around the technologies you use most