英文字典中文字典Word104.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   







請輸入英文單字,中文詞皆可:

siren    音標拼音: [s'ɑɪrən]
n. 女海妖,妖女,警報器,汽笛,迷人的美女
a. 誘惑的
vi. 響著警報器前進

女海妖,妖女,警報器,汽笛,迷人的美女誘惑的響著警報器前進

Siren
n 1: a sea nymph (part woman and part bird) supposed to lure
sailors to destruction on the rocks where the nymphs lived;
"Odysseus ordered his crew to plug their ears so they would
not hear the Siren's fatal song"
2: a woman who is considered to be dangerously seductive [synonym:
{enchantress}, {temptress}, {siren}, {Delilah}, {femme
fatale}]
3: a warning signal that is a loud wailing sound
4: an acoustic device producing a loud often wailing sound as a
signal or warning
5: eellike aquatic North American salamander with small
forelimbs and no hind limbs; have permanent external gills

Siren \Si"ren\, n. [L., fr. Gr. ???: cf. F. sir[`e]ne.]
1. (Class. Myth.) One of three sea nymphs, -- or, according
to some writers, of two, -- said to frequent an island
near the coast of Italy, and to sing with such sweetness
that they lured mariners to destruction.
[1913 Webster]

Next where the sirens dwell you plow the seas;
Their song is death, and makes destruction please.
--Pope.
[1913 Webster]

2. An enticing, dangerous woman. --Shak.
[1913 Webster]

3. Something which is insidious or deceptive.
[1913 Webster]

Consumption is a siren. --W. Irving.
[1913 Webster]

4. A mermaid. [Obs.] --Shak.
[1913 Webster]

5. (Zool.) Any long, slender amphibian of the genus {Siren}
or family {Sirenidae}, destitute of hind legs and pelvis,
and having permanent external gills as well as lungs. They
inhabit the swamps, lagoons, and ditches of the Southern
United States. The more common species ({Siren lacertina})
is dull lead-gray in color, and becames two feet long.
[1913 Webster]

6. [F. sir[`e]ne, properly, a siren in sense 1.] (Acoustics)
An instrument for producing musical tones and for
ascertaining the number of sound waves or vibrations per
second which produce a note of a given pitch. The sounds
are produced by a perforated rotating disk or disks. A
form with two disks operated by steam or highly compressed
air is used sounding an alarm to vessels in fog. [Written
also {sirene}, and {syren}.]
[1913 Webster]


Siren \Si"ren\, a.
Of or pertaining to a siren; bewitching, like a siren;
fascinating; alluring; as, a siren song.
[1913 Webster]

200 Moby Thesaurus words for "siren":
Circe, Davy, Davy Jones, Don Juan, Dylan, Euryale, Gorgon, Jezebel,
Klaxon, Lorelei, Mayday, Medea, Medusa, Neptune, Nereid, Nereus,
Oceanid, Oceanus, Parthenope, Poseidon, SOS, Siren, Stheno, Thetis,
Triton, Varuna, air-raid alarm, alarm, alarm bell, alarm clock,
alarm signal, alarum, alert, all clear, alluring, appealing,
appetizing, attracting, attractive, beacon, beguiling, beldam,
bewitcher, bewitching, bitch-kitty, blandishing, blinking light,
boiler factory, boiler room, bull-roarer, burglar alarm, buzzer,
cajoling, captivating, catcall, catching, charismatic, charmer,
charming, cherry bomb, clack, clacker, clapper, coaxing,
come-hither, coquette, coquettish, cracker, cricket, crostarie,
drawing, enchanter, enchanting, enchantress, engaging, enravishing,
enthralling, enticer, enticing, entrancing, exciting, exotic,
fascinating, femme fatale, fetching, fiery cross, fire alarm,
fire bell, fire flag, firecracker, five-minute gun, flashing light,
flirt, flirtatious, fog bell, fog signal, foghorn,
fresh-water nymph, fury, gale warning, glamorous, grimalkin, hag,
hellcat, hellhag, hooter, horn, hue and cry, hurricane warning,
hypnotic, interesting, intriguing, inveigler, inviting,
irresistible, kelpie, lighthouse, limniad, magnetic, man fish,
mermaid, merman, mesmeric, mouth-watering, naiad, nix, nixie,
noisemaker, note of alarm, occulting light, ocean nymph, piquant,
police whistle, prepossessing, provocative, provoquant, rattle,
rattlebox, ravishing, sea devil, sea god, sea nymph, sea-maid,
sea-maiden, seaman, seducer, seducing, seductive, seductress,
she-devil, she-wolf, signal, signal of distress, sirenic,
small-craft warning, snapper, sorceress, spellbinder, spellbinding,
spellful, steam whistle, still alarm, storm cone, storm flag,
storm warning, taking, tantalizing, teaser, teasing, tempter,
tempting, temptress, termagant, tickling, ticktack, tigress,
titillating, titillative, tocsin, two-minute gun, undine,
upside-down flag, vamp, vampire, virago, vixen, wailer, warble,
warning, water god, water spirit, water sprite, whistle, whizgig,
whizzer, wildcat, winning, winsome, witch, witching

請選擇你想看的字典辭典:
單詞字典翻譯
Siren查看 Siren 在Google字典中的解釋Google英翻中〔查看〕
Siren查看 Siren 在Yahoo字典中的解釋Yahoo英翻中〔查看〕





安裝中文字典英文字典查詢工具!


中文字典英文字典工具:
選擇顏色:
輸入中英文單字

































































英文字典中文字典相關資料:
  • What is JSON and what is it used for? - Stack Overflow
    JSON (JavaScript Object Notation) is a lightweight format that is used for data interchanging It is based on a subset of JavaScript language (the way objects are built in JavaScript) As stated in the MDN, some JavaScript is not JSON, and some JSON is not JavaScript An example of where this is used is web services responses In the 'old' days, web services used XML as their primary data
  • Can comments be used in JSON? - Stack Overflow
    JSON is used a lot for application data and configuration settings, so comments are necessary now The "official spec" is a nice idea, but it's insufficient and obsolete, so too bad Minify your JSON if you're concerned about payload size or performance
  • JSON. stringify returns [object Object] instead of the contents of . . .
    Here I'm creating a JavaScript object and converting it to a JSON string, but JSON stringify returns " [object Object]" in this case, instead of displaying the contents of the object
  • How to style a JSON block in Github Wiki? - Stack Overflow
    Note: This won't prettify the json representation To do so, one can previously rely on an external service such as jsbeautifier org and paste the prettified result in the wiki
  • Which JSON content type do I use? - Stack Overflow
    Of course, the correct MIME media type for JSON is application json, but it's necessary to realize what type of data is expected in your application For example, I use Java Ext GWT and the server response must go as text html but contains JSON data
  • How to open VS Codes settings. json file - Stack Overflow
    I've opened VS Code's settings json file many times, and each time I forgot where it was If I go to File → Preferences → Settings, I get the graphical settings interface (screenshot) I want to open
  • How to escape special characters in building a JSON string?
    Here the message contains single quotation mark, which is same as the quotation used in JSON What I do is fill up a string from user inputs such as message So, I need to escape those kind of special scenarios which breaks the code But other than string replace, is there any way to make them escape but still allow HTML to process them back to the correct message?
  • How to parse JSON in Java - Stack Overflow
    963 The org json library is easy to use Just remember (while casting or using methods like getJSONObject and getJSONArray) that in JSON notation [ … ] represents an array, so library will parse it to JSONArray { … } represents an object, so library will parse it to JSONObject Example code below: You may find more examples from: Parse
  • What is the right JSON date format? - Stack Overflow
    If you have control over the generated json, for example, you provide data to other systems in json format, choosing 8601 as the date interchange format is a good choice
  • How can I pretty-print JSON in a shell script? - Stack Overflow
    With python -mjson tool I can pretty print a 96KB json file in 0 1s - the json output of earthporn that jshon links to is about 24KB and I can pretty print that in 0 08s





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

|中文姓名英譯,姓名翻譯 |简体中文英文字典