找词语>英语词典>uncompress翻译和用法

uncompress

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

第三人称单数:uncompresses 

计算机

英英释义

verb

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

双语例句

  • To install the package by hand, visit its home page on the PEAR Web site, download the package archive, and manually uncompress the files to the desired location.
    要手动安装此包,请访问它在PEARWeb站点上的主页,下载包归档文件并手动地将这些文件解压缩到所需位置。
  • Real Time Uncompress Digital Image Record Technology Based On PC
    基于PC的实时无压缩数字图像记录技术
  • Next, uncompress the archives into a temporary directory and move all plug-in directory content from there to the Eclipse plugins subdirectory.
    接着,将归档文件解压到临时目录中,从临时目录将所有插件目录内容都移到Eclipseplugins子目录。
  • When you uncompress drive% 1, all the files it contains will be moved to drive% 2. Drive% 1 will then be removed.
    当解压缩驱动器%1时,其中的所有文件将移到驱动器%2。然后驱动器%1会被删除。
  • 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实时影音解压缩卡的剖析
  • Do not uncompress the image at this time.
    此时不要解压映像。
  • You can just download a copy of the binary distribution, uncompress it to a directory and let the tool know where the directory is using – vmargs and – DAXS command-line options.
    您可以只下载二进制文件,将它解压缩到一个目录,然后使用–vmargs和–DAXS命令行选项告诉工具目录的路径。
  • 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),把它放在虚拟机中的指定位置。
  • 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文件。