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

uncompress

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

第三人称单数:uncompresses 

计算机

英英释义

verb

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

双语例句

  • 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。
  • The uncompress operation normally needs to allocate new pages for rows that no longer fit on their original pages.
    解压操作通常需要为原来的页面中放不下的行分配新的页面。
  • 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.
    利用相似理论对不可压缩流体在水平等直径管道中的定常流动进行量纲分析和相似理论计算,设计长大公路隧道通风模型,构建了长大公路隧道通风模拟试验平台。
  • 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站点上的主页,下载包归档文件并手动地将这些文件解压缩到所需位置。
  • Copy the compressed installation image to your ISD server machine and uncompress the files.
    把压缩的安装映像复制到ISD服务器上并解压文件。
  • 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文件并同样让上传脚本将文件解压缩,而不用费力地在上传对话框中逐个上传文件。
  • 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命令行选项告诉工具目录的路径。
  • Do not uncompress the image at this time.
    此时不要解压映像。
  • 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文件。