英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

unnatural    音标拼音: [ənn'ætʃɚəl]
a. 不自然的,反常的,不近人情的

不自然的,反常的,不近人情的

unnatural
adj 1: not in accordance with or determined by nature; contrary
to nature; "an unnatural death"; "the child's unnatural
interest in death" [ant: {natural}]
2: not normal; not typical or usual or regular or conforming to
a norm; "abnormal powers of concentration"; "abnormal amounts
of rain"; "abnormal circumstances"; "an abnormal interest in
food" [synonym: {abnormal}, {unnatural}] [ant: {normal}]
3: speaking or behaving in an artificial way to make an
impression [synonym: {affected}, {unnatural}] [ant: {unaffected}]

Unnatural \Un*nat"u*ral\ (?; 135), a.
Not natural; contrary, or not conforming, to the order of
nature; being without natural traits; as, unnatural crimes.
[1913 Webster]

Syn: See {Factitious}.
[1913 Webster] -- {Un*nat"u*ral*ly}, adv. --
{Un*nat"u*ral*ness}, n.
[1913 Webster]

174 Moby Thesaurus words for "unnatural":
Gongoresque, Gongoristic, Marinistic, aberrant, abnormal, affected,
amorphous, anomalistic, anomalous, apocryphal, artificial, assumed,
bastard, bent, bestial, bizarre, bogus, brummagem, callous,
calloused, cold, cold of heart, coldblooded, coldhearted,
colorable, colored, contrived, counterfeit, counterfeited, crank,
crankish, cranky, crotchety, deviant, deviative, different,
distorted, divergent, dotty, dressed up, dummy, eccentric,
elaborate, elaborated, embellished, embroidered, erratic, ersatz,
euphuistic, exceptional, extraordinary, factitious, fake, faked,
false, falsified, feigned, fey, fictitious, fictive, flaky,
flinthearted, forced, formless, freakish, funny, garbled,
grotesque, hard, hard of heart, hardened, hardhearted, heartless,
heteroclite, heteromorphic, histrionic, hyperelegant, idiocratic,
idiosyncratic, illegitimate, imitation, improper, insensitive,
insincere, irregular, junky, kinky, kooky, la-di-da, labored,
maggoty, make-believe, man-made, maniere, mannered, mock,
monstrous, nutty, obdurate, odd, oddball, out of character,
outlandish, overacted, overdone, overelaborate, overelegant,
overnice, overrefined, peculiar, perverse, perverted, phony,
pinchbeck, precieuse, precieux, precious, pretended, pretentious,
preternatural, pseudo, put-on, quasi, queer, quirky, restrained,
screwball, screwy, self-conscious, self-styled, sham, shapeless,
shoddy, simulated, singular, so-called, soi-disant, spurious,
stagy, stiff, stilted, stonyhearted, strange, stray, straying,
studied, subnormal, supernatural, supposititious, synthetic,
theatrical, tin, tinsel, titivated, tribadistic, twisted,
unaccountable, unauthentic, uncanny, uncharacteristic,
unconventional, unexpected, unfeeling, ungenuine, unmerciful,
unreal, unresponsive, unseemly, unusual, wacky, wandering, warped,
weird, whimsical


请选择你想看的字典辞典:
单词字典翻译
unnatural查看 unnatural 在百度字典中的解释百度英翻中〔查看〕
unnatural查看 unnatural 在Google字典中的解释Google英翻中〔查看〕
unnatural查看 unnatural 在Yahoo字典中的解释Yahoo英翻中〔查看〕





安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • How can I open an . ASC file? - Frequently Asked Questions
    Launch a asc file, or any other file on your PC, by double-clicking it If your file associations are set up correctly, the application that's meant to open your asc file will open it It's possible you may need to download or purchase the correct application
  • How do you generate an . asc file from pgp public key?
    Usually, a asc file is an ASCII-armored representation of key material (or a signature) Your shirish-public-key txt looks like it’s just that, so if you’re sure it contains the right information you could simply rename it, as you suggest
  • How to export a GPG private key and public key to a file
    Actually, asc is for ASCII armored and the output is enciphered text You can safely cat it and see for yourself Also, like most linux files, the file extension is also arbitrary, doesn't technically have to be asc @WeihangJian
  • How to verify a file using an asc signature file? - Server Fault
    As an example, this project offers an * asc file with a PGP signature to verify the contents of the download (as opposed to a checksum, you can see the empty column): https: ossec github io downlo
  • How do I check or verify a pgp gpg signature using a . asc PGP signature . . .
    If you run that command to import the public you, you will then be able to verify your Download using the asc signature file Note that this example is using the key ID, C1A1B91069C4AF59, but you can also use the key fingerprint, 1889EAED2DB93BF7DFFB3CA6C1A1B91069C4AF59, and you'll get the same key
  • ssh - what are the . openssh. asc text files and how to generate sign . . .
    The specific format your file has is a PGP "clear-signed" message Most PGP software can generate such files, e g : gpg --clearsign hello txt This requires you to have your own PGP key with which to sign; see --gen-key Other tools are Sequoia's sq and sop Most GUIs such as Kleopatra should also be able to produce clear-signed messages
  • How do I get the fingerprint of an ASCII-armored PGP secret key with . . .
    15 I have a file secret asc containing an ASCII-armored (i e , plain text and starts with -----BEGIN PGP PRIVATE KEY BLOCK-----) PGP GPG secret private key, and I would like to know its 40-character key fingerprint without importing it into my GPG keyring Unfortunately, not a single command I've tried has surrendered that information to me
  • gpg - How does providing an asc file ensure Im downloading the . . .
    How does an asc file from the same source (cmake org) ensure the source code's integrity? If the source code offered by the site was compromised, couldn't the attacker also compromise the asc file? Don't I need a public key to truly verify the source code download? And I thought the asc file was supposed to be the public key
  • How to import secret gpg key (copied from one machine to another)?
    @Celeda, thanks, with --edit-key and and the trust command I managed to get the key trusted Since my original question was how to copy the key from one machine to another, I think it would be appropriate to add something about that to your answer I'd prefer not to edit your answer myself, and you seem to know a lot more than me about this
  • How to import pgp keys from a search on an keyserver using curl?
    I was going through verifying the download with a gpg signed shasum256 file and encountered the problem of trying to verify the gpg fingerprint So the standard method is to use gpg --recv-key KEYID that is shown when gpg --verify <file> asc <file> is run, to auto import the public key from the public synchronizing key servers





中文字典-英文字典  2005-2009