英文字典中文字典


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







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

hurricane    音标拼音: [h'ɚək,en] [h'ʌrək,enz]
n. 飓风,暴风,暴风雨

飓风,暴风,暴风雨

hurricane
n 1: a severe tropical cyclone usually with heavy rains and
winds moving a 73-136 knots (12 on the Beaufort scale)

Hurricane \Hur"ri*cane\, n. [Sp. hurracan; orig. a Carib word
signifying, a high wind.]
A violent storm, characterized by extreme fury and sudden
changes of the wind, and generally accompanied by rain,
thunder, and lightning; -- especially prevalent in the East
and West Indies. Also used figuratively.
[1913 Webster]

Like the smoke in a hurricane whirl'd. --Tennyson.
[1913 Webster]

Each guilty thought to me is
A dreadful hurricane. --Massinger.
[1913 Webster]

{Hurricane bird} (Zool.), the frigate bird.

{Hurricane deck}. (Naut.) See under {Deck}.
[1913 Webster]

56 Moby Thesaurus words for "hurricane":
black squall, blaze, blizzard, blow, burst, convulsion, cyclone,
dirty weather, equinoctial, eruption, explosion, fit, flare-up,
foul weather, gale, gust, half a gale, heavy blow, ill wind,
irruption, line squall, line storm, outbreak, outburst, paroxysm,
rainstorm, rough weather, seizure, snowstorm, spasm, squall,
squall line, storm, storm wind, stormy weather, stormy winds,
strong wind, tempest, tempestuous rage, tempestuous wind,
thick squall, thundersquall, thunderstorm, tornado,
tropical cyclone, twister, typhoon, ugly wind, upheaval,
violent blow, whirlwind, white squall, whole gale, williwaw,
wind-shift line, windstorm

Hurricane, UT -- U.S. city in Utah
Population (2000): 8250
Housing Units (2000): 3375
Land area (2000): 31.107653 sq. miles (80.568449 sq. km)
Water area (2000): 0.439743 sq. miles (1.138929 sq. km)
Total area (2000): 31.547396 sq. miles (81.707378 sq. km)
FIPS code: 37170
Located within: Utah (UT), FIPS 49
Location: 37.174182 N, 113.326235 W
ZIP Codes (1990): 84737
Note: some ZIP codes may be omitted esp. for suburbs.
Headwords:
Hurricane, UT
Hurricane


Hurricane, WV -- U.S. city in West Virginia
Population (2000): 5222
Housing Units (2000): 2258
Land area (2000): 2.958705 sq. miles (7.663011 sq. km)
Water area (2000): 0.019281 sq. miles (0.049937 sq. km)
Total area (2000): 2.977986 sq. miles (7.712948 sq. km)
FIPS code: 39532
Located within: West Virginia (WV), FIPS 54
Location: 38.432483 N, 82.019718 W
ZIP Codes (1990): 25526
Note: some ZIP codes may be omitted esp. for suburbs.
Headwords:
Hurricane, WV
Hurricane


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





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


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

































































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


  • 电脑如何打开rm文件? - 知乎
    某宝买的视频,说是mp4的结果下载下来都是RM的,某迅视频反正是打不开,看不了 拖进剪映的话也进不去,这样可以点击文件夹里上面有个“工具”选项,点开之后点击下拉菜单里的“文件夹选项”
  • What is the difference between rm -r and rm -f? - Super User
    What do you mean they give the same result? rm -r emptydir removes that directory, rm -f emptydir does not These are two completely different command line options, each doing whatever its documentation says is doing
  • rm -fr *和rm -fr 区别? - 知乎
    这两个都是自杀代码,千万别运行! 这两个效果差不多,都会删掉电脑里所有东西,真的是“所有东西”!运行10秒钟后,电脑当时连接的所有硬盘,固态、机械、移动硬盘,全部清空。电脑将无法正常开机,必须重装系统。 解决:先别急着重装系统,评估一下数据损失。把所有硬盘都拆下来,不
  • Is there a scenario where rm -rf --no-preserve-root is needed?
    In that case, rm -rf --no-preserve-root will delete the system in the chroot environment but will leave yours intact I am sure there are more possible reasons, but in general it seems a very reasonable approach that my system allows me to do whatever I want with it
  • macos - Trying to delete directory with rm -rf, but get message that . . .
    rm -rf dirname from a login on the network disk server properly removed the directory along with its contents So, there's another answer for what it's worth; another potential solution to this problem if it should appear for anyone in conjunction with a network disk
  • What is the equivalent of rm -rf in Powershell? - Super User
    As we all know, on a *nix system, rm -rf some_directory removes some_directory and all files beneath it recursively, without asking for confirmation What is the equivalent of this command in Powershell?
  • RM、RMVB、MKV、MP4、AVI 等视频格式有哪些区别?各自的优势劣势是什么?
    现在经常在网上下载视频的电脑用户肯定对AVI,RM,RMVB,MPEG,WMF,MOV等等视频格式并不陌生,可是还是有不少用户不知道这些视频格式的定义和区别何在。 我简单的说说常用的几种。 1 AVI格式 AVI格式的全程是Audio Video Interleaved(音视频交错格式)。
  • What does rm -rf do? - Super User
    The rm command removes files The -r option will perform a recursive removal and the -f option will remove files without prompting you to confirm that you wish to have them removed, even if you would otherwise be prompted as to whether you wish to remove them due to the files permissions E g , if you type rm -rf somedirectory, the command will remove all files and subdirectories beneath the
  • Will rm -rf * remove all files folders in the current directory?
    8 Yes rm -rf will only delete files and folders in the current directory, and will not ascend up the file tree rm will also not follow symlinks and delete the files they point to, so you don't accidentally prune other parts of your filesystem





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