英文字典中文字典


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







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

ZIP    音标拼音: [z'ɪp]
n. 拉链,活力,飞射声
vt. 使增加活力,拉(拉链)
vi. 嘘嘘地响,拉拉链 ; (尤指体育比赛中的)
零分,鸭蛋

拉链,活力,飞射声使增加活力,拉(拉链)嘘嘘地响,拉拉链 ; (尤指体育比赛中的) 零分,鸭蛋

zip
n 1: a quantity of no importance; "it looked like nothing I had
ever seen before"; "reduced to nil all the work we had
done"; "we racked up a pathetic goose egg"; "it was all for
naught"; "I didn't hear zilch about it" [synonym: {nothing},
{nil}, {nix}, {nada}, {null}, {aught}, {cipher}, {cypher},
{goose egg}, {naught}, {zero}, {zilch}, {zip}, {zippo}]
2: a code of letters and digits added to a postal address to aid
in the sorting of mail [synonym: {ZIP code}, {ZIP}, {postcode},
{postal code}]
3: forceful exertion; "he plays tennis with great energy"; "he's
full of zip" [synonym: {energy}, {vigor}, {vigour}, {zip}]
4: a fastener for locking together two toothed edges by means of
a sliding tab [synonym: {slide fastener}, {zip}, {zipper}, {zip
fastener}]
v 1: close with a zipper; "Zip up your jacket--it's cold" [synonym:
{zip up}, {zipper}, {zip}] [ant: {unzip}]
2: move very fast; "The runner zipped past us at breakneck
speed" [synonym: {travel rapidly}, {speed}, {hurry}, {zip}]

Zip \Zip\, v. i.
To make, or move with, a sound like a zip[1].
[Webster 1913 Suppl.]


Zip \Zip\ (z[i^]p), n. [Imitative.]
1. A hissing or sibilant sound such as that made by a flying
bullet.
[Webster 1913 Suppl.]

2. a quantity of no importance. [informal]

Syn: nothing, nihil, nichts, nix, nada, aught, cipher,
cypher, goose egg, naught, nil, zero, zilch.
[WordNet 1.5]

3. a device for locking together two toothed edges by means
of a sliding tab.

Syn: slide fastener, zipper, zip-fastener.
[WordNet 1.5]

154 Moby Thesaurus words for "zip":
aggressiveness, animal spirits, animation, assibilate,
assibilation, ball the jack, bang, barrel, bite, boom, bowl along,
breeze, breeze along, briskness, brush, bustle, buzz,
capersomeness, clip, coltishness, cut along, dash, drive,
effervesce, effervescence, effervescing, elan, enterprise, esprit,
exuberance, fire, fizz, fizzle, fizzling, fleet, flit, fly,
fly low, foot, frication, frictional rustling, friskiness,
frolicsomeness, gaiety, gamesomeness, gayness, get-up-and-go,
ginger, go fast, gusto, guts, hasten, heartiness, highball, hiss,
hissing, hotness, hush, hushing, hustle, initiative, kick, life,
lisp, liveliness, make knots, nip, nippiness, outstrip the wind,
pep, pepper, pepperiness, piss and vinegar, pizzazz, playfulness,
poop, pour it on, punch, push, raciness, relish, rhonchus, rip,
rollicksomeness, rompishness, rush, scorch, shush, shushing,
sibilance, sibilate, sibilation, siffle, sigmatism, siss, sissing,
sizz, sizzle, sizzling, skim, skittishness, snap, snappiness,
sneeze, sneezing, sniff, sniffle, snore, snort, snuff, snuffle,
speed, spice, spiciness, spirit, spiritedness, spirits, spit,
splutter, sportiveness, sprightliness, spunk, sputter, squash,
squelch, squish, starch, sternutation, stertor, storm along, sweep,
swish, tang, tear along, thrust, thunder along, verve, vigor, vim,
vitality, vivacity, waltz, wheeze, whish, whisk, whistle,
whistling, white noise, whiz, whoosh, zest, zestfulness, zing,
zoom

1. To create a compressed
{archive} (a "zip file") from one or more files using
{PKWare}'s {PKZIP} or a compatible {archiver}. Its use is
spreading from {MS-DOS} now that portable implementations of
the {algorithm} have been written.

zip is also the name of a {Unix} archiving utility compatible
with {PKZIP}. {unzip} is the corresponding de-archiver.

See also {gzip}, {tar and feather}.

(1996-08-26)

2. {Zip Drive}.

[{Jargon File}]

3. {zip function}.



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


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

































































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


  • What is the zip code for Harare? - Answers
    No zip code can you let me know about Pakistan's country Postal zip code Does Zimbabwe have a zip code? There is a national zip code instead of suburb level zip or postal code
  • 7-Zip 官方网站怎么下载? - 知乎
    7-zip另外一个问题就是其创建的压缩包为* 7z格式,有些老版本的其他解压软件可能无法读取。 在制作压缩文件传给别人的时候不是很方便。 如果没有特殊需求的话WinRAR、好压等软件还是不错的、更加大众化的选择。
  • c# - Create normal zip file programmatically - Stack Overflow
    Then I opened the Zip with Windows and deleted the compressed file That left me with an empty Zip Next I opened the empty Zip file in a hex editor (Visual Studio) and looked at the hex byte values and converted them to decimal with Windows Calc and copied those decimal values into my byte array code
  • 安全验证 - 知乎
    而某些产品非但没有按照7-Zip所使用的LGPL协议开源,还在压缩文件的文件头中故意加入无助于压缩的私货,让其他压缩软件无法解压。 7-Zip界面非常整洁,并不存在广告,也不会驻留后台、强推弹窗。
  • zip - Unzipping files in Python - Stack Overflow
    from zipfile import ZipFile ZipFile("YOURZIP zip") extractall("YOUR_DESTINATION_DIRECTORY") The directory where you will extract your files doesn't need to exist before, you name it at this moment YOURZIP zip is the name of the zip if your project is in the same directory If not, use the PATH i e : C: YOURZIP zip
  • What is the zip code for the White House? - Answers
    The zip code for Washington DC is 20500 (The District of Columbia is a densely populated area and has 20-30 different zip codes 20500 may be one of them However, I received a personal letter
  • algorithm - How does one make a Zip bomb? - Stack Overflow
    The best-known zip bomb, 42 zip, expands to a formidable 4 5 PB if all six of its layers are recursively unzipped, but a trifling 0 6 MB at the top layer Zip quines, like those of Ellingsen and Cox, which contain a copy of themselves and thus expand infinitely if recursively unzipped, are likewise perfectly safe to unzip once "
  • What is the difference between tar and zip? [closed]
    A zip archive is a collection of compressed files A gzipped tar is a compressed collection (of uncompressed files) Thus a zip archive is a randomly accessible list of concatenated compressed items, and a tar gz is an archive that must be fully expanded before the catalog is accessible
  • What is Suriname zip code? - Answers
    What is the zip code for Rockford IL? Rockford IL possible zip codes * ZIP Code 61101 * ZIP Code 61102 * ZIP Code 61103 * ZIP Code 61104 * ZIP Code 61105 * ZIP Code 61106 * ZIP Code 61107 * ZIP
  • windows - How to zip a file using cmd line? - Stack Overflow
    To list use Tar -tf file zip To extract use Tar -m -xf file zip So the OP wanted save to zip To compress use Tar -a -cf new zip files Other options are available, but I think to work with "nested" archive files requires peeling the levels off For a practical use you can extract images and thumbnails or text from zips such as MS DocX, PptX





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