古典吧>英语词典>uncompress翻译和用法

uncompress

网络  解压; 非压缩; 解压缩; 解压缩Z文件; 解压缩还原资料

第三人称单数:uncompresses 

计算机

英英释义

verb

  • restore to its uncompressed form
    1. decompress data
    Synonym:decompress

双语例句

  • Includes a command to retrieve and uncompress the JDBC driver from the HTTP server ( for example,. TGZ) and places it in a defined location on the virtual machine.
    从HTTP服务器获取并解压JDBC驱动程序(例如.TGZ),把它放在虚拟机中的指定位置。
  • Rather than arduously work through the upload dialogue boxes for each file, you can simply ZIP the file and have the upload script uncompress the files, as well.
    您可以简单地ZIP文件并同样让上传脚本将文件解压缩,而不用费力地在上传对话框中逐个上传文件。
  • Sometimes uncompress is unavailable, in which case you can do the equivalent by using compress.
    有时文件复原不了,在这种情况下你可使用compress。
  • An Analysis on the MPEG-1 Real Time Video and Audio Uncompress Card
    MPEG-1实时影音解压缩卡的剖析
  • There are other commands that can be used to uncompress tables, control locking while compressing, and to display space savings.
    还可以使用其他命令解压表、控制压缩期间的锁和显示节省的空间量。
  • Next, uncompress the archives into a temporary directory and move all plug-in directory content from there to the Eclipse plugins subdirectory.
    接着,将归档文件解压到临时目录中,从临时目录将所有插件目录内容都移到Eclipseplugins子目录。
  • Use the similitude theory the author calculated uncompress fluid flowing in the stationary diameter pipeline, carrying on dimensional analysis and similitude theory counts, designed long-huge highway tunnel ventilationg model, constructing build the highway tunnel ventilation simulated test terrace.
    利用相似理论对不可压缩流体在水平等直径管道中的定常流动进行量纲分析和相似理论计算,设计长大公路隧道通风模型,构建了长大公路隧道通风模拟试验平台。
  • Following are examples of commands to uncompress data.
    下面是解压数据的命令示例。
  • The dictionary also has an in-memory representation, so that active queries and updates can quickly compress and uncompress data.
    词典还可以存储在内存中,这使活动的查询和更新可以快速压缩和解压数据。
  • Here, x extracts the tar file, v gives verbose output, z tells the tar command to gunzip ( uncompress) the file, and f is the tar file I wish to extract.
    在这里,x提取了tar文件,v给出了详细的输出,z告诉tar命令去gunzip(解压缩)文件,f是我希望提取的tar文件。