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







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

deflate    音標拼音: [dɪfl'et]
vt. 放氣,抽出空氣,使縮小
vi. 縮小

放氣,抽出空氣,使縮小縮小

deflate
v 1: collapse by releasing contained air or gas; "deflate a
balloon"
2: release contained air or gas from; "deflate the air mattress"
3: reduce or lessen the size or importance of; "The bad review
of his work deflated his self-confidence" [synonym: {deflate},
{puncture}]
4: produce deflation in; "The new measures deflated the economy"
[ant: {inflate}]
5: reduce or cut back the amount or availability of, creating a
decline in value or prices; "deflate the currency" [ant:
{inflate}]
6: become deflated or flaccid, as by losing air; "The balloons
deflated" [ant: {blow up}, {inflate}]

deflate \de*flate"\, v. t. [Pref. de- down L. flare, flatus to
blow.]
To reduce from an inflated condition; used literally and
metaphorically; as, to deflate a tire; to deflate
expectations.
[1913 Webster PJC]

93 Moby Thesaurus words for "deflate":
abridge, beat down, belie, blow sky-high, blow up, break, cave,
cave in, cheapen, collapse, compress, curtail, cut, cut back,
cut down, cut prices, damp, dampen, decline, decrease, deduct,
depreciate, depress, devaluate, diminish, disarm, disconfirm,
discredit, disgrace, disprove, dive, downgrade, embarrass, enchain,
explode, expose, fall, fall in, fall in price, fold, fold up, gag,
give way, hamstring, handcuff, hobble, hog-tie, humble, humiliate,
implode, invalidate, jew down, knock out, lessen, let down, lower,
manacle, mark down, mortify, muzzle, negate, negative, nose-dive,
paralyze, pare, plummet, plunge, prostrate, prove the contrary,
puncture, put out, put to shame, reduce, retrench, roll back, sag,
scale down, shame, shave, shorten, show up, silence, simplify,
slash, slump, step down, strangle, take from, throttle, trim,
truss up, tune down, undercut

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





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


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

































































英文字典中文字典相關資料:
  • Deflate - 维基百科,自由的百科全书
    Deflate(通常按早期计算机编程习惯写为DEFLATE)是同时使用了LZ77算法与哈夫曼编码(Huffman Coding)的一个无损数据压缩 算法。 它最初是由美國程式設計師 菲尔·卡茨 (Phil Katz)为他的 PKZIP 软件第二版所定义的,后来被RFC 1951标准化 [ 1 ] 。
  • Deflate压缩算法详解:LZ77与Huffman编码的结合-CSDN博客
    Deflate是一种数据无损压缩算法,它广泛用于zip文件压缩以及png图片压缩。deflate结合了huffman编码和LZ77编码,流程如下: 1 LZ77算法,利用相邻数据的相关性对原始数据压缩,该模块输入为原始数据,输出为literal、distance-length数据对;
  • DEFLATE中文(简体)翻译:剑桥词典 - Cambridge Dictionary
    deflate翻译:使变小, (使)变瘪;给…放气, 削弱, 削弱;使受挫, 使灰心,使泄气, 钱, 使货币紧缩,使通货紧缩。了解更多。
  • Deflate - Wikipedia
    In computing, Deflate (stylized as DEFLATE, and also called Flate [1] [2]) is a lossless data compression file format that uses a combination of LZ77 and Huffman coding It was designed by Phil Katz, for version 2 of his PKZIP archiving tool Deflate was later specified in Request for Comments (RFC) 1951 (1996) [3]
  • 简单的理解deflate算法 - -Neil - 博客园
    先说一下deflate算法吧 deflate是zip压缩文件的默认算法 其实deflate现在不光用在zip文件中, 在7z, xz等其他的压缩文件中都用 实际上deflate只是一种压缩数据流的算法 任何需要流式压缩的地方都可以用 deflate 还有微型改进版本deflate64
  • RFC1951 Deflate format 解读(未完) - 知乎 - 知乎专栏
    在"deflate"格式中, 使用的 Huffman 编码, 是 范式哈夫曼编码, 这种编码只需要知道 Symbol 和每个 Symbol 所对应的 bit length, 即它对应前缀编码的码长, 就可以反推出 Symbol 对应的编码, 而不需要存储具体每个 Symbol 所对应的 Code
  • deflate - 搜索 词典
    必应词典为您提供deflate的释义,美[dɪˈfleɪt],英[diːˈfleɪt],v 放掉(轮胎、气球等的)气;(使)瘪下来;使泄气;挫败…的锐气; 网络释义: 放气;紧缩;缩小;
  • 深度揭秘:从零开始,掌握Deflate算法核心原理与实战代码
    Deflate算法是一种广泛使用的无损数据压缩算法,它被应用在多种场合,如ZIP、GZIP、PNG等。 本篇文章将深入解析Deflate算法的核心原理,并通过实战代码展示其应用。
  • GitHub - ebiggers libdeflate: Heavily optimized library for DEFLATE . . .
    libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression The supported formats are: DEFLATE (raw) zlib (a k a DEFLATE with a zlib wrapper) gzip (a k a DEFLATE with a gzip wrapper) libdeflate is heavily optimized
  • 【压缩原理】 deflate 算法 - CSDN博客
    Deflate算法是数据压缩领域的一个基础,由Phil Katz在PKZip软件中首次引入。它结合了LZ77(一种字典压缩方法)和霍夫曼编码,实现了高效的无损数据压缩。在易语言中实现zip_deflate压缩,需要理解并运用这些基本原理





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

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