• If you could take each relatively homogeneous set of things and group them close to each other in a transformed file, standard compressors would have more to work with.

    如果获取每个相对一致事物集合并且转换的文件中将它们相互紧密分组标准压缩程序将会很多工作要处理。

    youdao

  • Reading data from the HDAPS sensor is a straightforward process requiring an open and close of the file at each read due to its nonseekable nature.

    HDAPS传感器读取数据非常简单,由于不可查找特性,每次读取数据时都需要打开关闭文件

    youdao

  • Close your file browser and restart Thunderbird so that the new visual style can be applied.

    关闭文件浏览器重启雷鸟使新的视觉风格可以应用。

    youdao

  • These scripts might execute a loop, or perhaps open a long list of files, forgetting to close the current file before opening a new one.

    这些脚本可能执行循环可能打开一张长的文件列表忘记打开文件之前先关闭当前文件

    youdao

  • Now you can collect profiling data, but where do you open and close your trace output file?

    现在可以搜集分析数据了,但是您应该在什么地方打开关闭跟踪输出文件呢?

    youdao

  • If the platform libraries provide finalizers for cleaning up open file handlers, which greatly reduces the risk of forgetting to close them explicitly, why aren't finalizers used more often?

    如果说平台提供终结清除打开文件大大降低忘记式地关闭这些句柄的风险为什么更多使用终结器呢?

    youdao

  • The file is quite largeclose to 190 MB depending on your platformso be patient.

    这个文件很大将近 190MB,下载速度与平台有关 —所以耐心

    youdao

  • You can't create the file, close it, and reopen it — even if the permissions limit who can open it.

    甚至无法先创建文件然后关闭然后重新打开它,即使权限已经限制了可以打开文件。

    youdao

  • The general principle behind all these techniques is to locate relatively homogeneous parts of a document and group them close to each other in a transformed file.

    所有这些技术背后一般原则定位文档相对同构部分然后转换文件中将它们相互组织在一起。

    youdao

  • After you've written all the data, you close the file and reopen it for reading, again using the binary mode flag.

    写完所有数据之后,关闭文件重新打开文件进行读取还是使用二进制模式标记。

    youdao

  • They do offer fascinating possibilities, for instance writing/reading a file handle could write/read directly to a database, or send an e-mail when you close the file.

    但它确实能够让人神往例如,通过文件句柄可以直接数据库或者在关闭文件发送一封电子邮件。

    youdao

  • What you won't see is that a simple "undo" would bring it all back -- but only if you don't panic and close the file or try to revert to the last save.

    其实一个简单的 “撤销就会使所有的内容都恢复 ——但是这要求惊慌关闭文件或者试图回复上一次保存的文件。

    youdao

  • Once retrieved, the SDK is simply a ZIP file, easily unpacked into a convenient location on your hard drive, preferably someplace close to the other development tools in your life.

    下载回来SDK一个简单ZIP文件解压硬盘中任何方便位置最好放到离其他开发工具地方

    youdao

  • The access to the file USES the same syntax as the previous example, remember that if you close the memory mapped file this will be non accessible, this issue catches many developer.

    如何访问文件跟前述示例一样千万记住如果关闭内存映射文件,那么不能访问了。

    youdao

  • We show the number of files in the archive to our users and close the file, saving it as a ZIP archive, ready for download.

    我们用户展示归档中的文件关闭文件,将保存ZIP 归档,准备用户下载

    youdao

  • In this example, you write the contents of the mydata list to the file, close the file, and then reopen the file so you can read the contents.

    这个示例中,把mydata list内容写入文件关闭文件,然后重新打开文件,这样可以读取内容了。

    youdao

  • The RPG program turns on the Last Record (*INLR) indicator which results in an implicit CLOSE operation against the handled file.

    RPG程序打开LastRecord (*INLR)指示符,导致针对已处理文件一个隐式CLOSE操作

    youdao

  • The key here is that Open, Read, Write, or Close API system calls work the same regardless of whether the underlying file system is ext3 or Btrfs.

    这里关键之处不管底层文件系统ext3还是Btrfs,OpenReadWriteCloseAPI系统调用都能正常工作

    youdao

  • When all MQInput nodes have sent their last message the last of these is propagated to the Finish File terminal causing the file to close.

    所有MQInput节点都已发送最后一条消息时,其中的最后一条消息将传播FinishFile终端以导致文件关闭

    youdao

  • Then close the original GIF file because we are done with it, and then open the image with the new format you have just saved.

    接着关闭GIF文件打开存储图片

    youdao

  • Note: Since the Design Data tool and the Design tool use the same file, it's a good practice to close one tool before opening the other.

    注意由于DesignData工具 Design 工具使用同一个文件因此最好关闭一个工具之后再打开个工具。

    youdao

  • With fclose, there is little to do if the file handle does not close properly, so checking the return value for fclose is generally unnecessary.

    使用fclose时,即使文件处理正常关闭,也不会执行什么操作,因此通常不必检查fclose的返回

    youdao

  • The idea is to display the Git file status and make it as much close experience with VSS and TFS as possible.

    基本想法就是显示Git文件状态整个体验VSSTFS尽可能接近

    youdao

  • The only other mapping in the Order class is a simple property mapping for the Date property. We will not spend time on that here, so you can close the Order mapping file.

    Order现在只剩简单类型,Date我们不会再花费时间现在可以关闭Order类映射文件

    youdao

  • In the first version, I draw just the close path so that you can see how the two stocks in my data.xml file performed over the 31 days.

    第一版本仅仅绘制收盘价路径这样可以看出data . xml文件中的股票31中的走势。

    youdao

  • For any of these methods, you go through the standard process of using fopen to open the file, a function to read the data, then fclose to close the file, as shown in Listing 1.

    对于这些方法中的任何一种通过使用fopen(用于读取数据函数)标准方法打开文件然后使用fclose关闭文件,如清单1

    youdao

  • I try to run Comix from the command line, and try to open file, then it will crash and close, and I got a message 'Segmentation fault'.

    命令运行Comix,接着试着打开文件然后崩溃了,我得到条“程序分段错误”(Segmentation fault)的信息。

    youdao

  • I try to run Comix from the command line, and try to open file, then it will crash and close, and I got a message 'Segmentation fault'.

    命令运行Comix,接着试着打开文件然后崩溃了,我得到条“程序分段错误”(Segmentation fault)的信息。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定