英语人>词典>汉英 : 文件长度 的英文翻译,例句
文件长度 的英文翻译、例句

文件长度

词组短语
file length
更多网络例句与文件长度相关的网络例句 [注:此内容来源于网络,仅供参考]

If the function succeeds, the return value is the low-order doubleword of the file size, and, if lpFileSizeHigh is non-NULL, the function puts the high-order doubleword of the file size into the variable pointed to by that parameter

说的很清楚阿。返回值是文件长度的低32位值,而lpFileSizeHigh 是文件长度的高32位值。也就是说,这个函数可以支持文件长度值达到64位。一般文件没有这么大,所以lpFileSizeHigh的值都是0,而返回值就是文件长度了。

Ordinary paper catalog items including file name, file type, file size, the contents of the documents at the content of the target.

普通文件的目录项包括文件名,文件类型,文件长度,指向文件内容的指针内容。

File length is limited to a maximum duration of no greater than 16,000 frames.

文件长度是有限的,最高期限不超过16,000张。

File length cannot be less than 20 bytes.

文件长度不能少于 20 个字节。

Its not a large file as the program length is only an hour and eighteen minutes in fact.

它不是一个大的程序文件长度只有一个小时,而事实上18分。

Specified file length was too large for the file system.

对于此文件系统,指定的文件长度太大。

This can be used to create chapter stops as a percentage of the length of the file, for example.

这可以通过文件长度百分比来创建章节点。

The total file length will be 124k.

文件长度将会是124K。

At last, The optimum method of minimizing the files'length of virtual scene is put forward, which will raise the scene's creating speed and make the logistics sorting system virtual scene lay out easier and smoother.

文章最后提出了减小虚拟场景文件长度的优化方法,提高了场景渲染速度,使物流分拣系统虚拟场景展示更加流畅。

The scope of document processing is enormous; it encompasses page layout, document length, collation, simplex/duplex, color, image quality, finishing, and binding.

文件处理的范围是巨大的;它包含页面布局规划,文件长度,校刊,单面或双面印刷,颜色,图像质量,终结和装订。

更多网络解释与文件长度相关的网络解释 [注:此内容来源于网络,仅供参考]

file length:文件长度

file handle 文件句柄 | file length 文件长度 | file list 文件列表

file length:档案长度 文件长度

file increment 档案增量 文件增量 | file length 档案长度 文件长度 | file list 档案表列 文件列表

fixed length record file:定长记录文件,固定长度记录文卷

fixed-length record 固定长度记录,固定长记录,定长记录 | fixed-length record file 定长记录文件,固定长度记录文卷 | fixed-length record format 固定长度记录格式

File sharing conflict:文件共享冲突

File not in print queue 文件不在打印对列中 | File sharing conflict 文件共享冲突 | File are different sizes各 文件长度不同

Document Leading Edge:文件头边

document item 文件项目 | Document Leading Edge 文件头边 | document length 文件长度

Document Leading Edge:文件前缘

文件布局 document layout | 文件前缘 document leading edge | 文件长度 document length

file marker:文件标记

文件编写人 owner オーナー | 文件标记 file marker ファイルマーカー | 文件长度 file length ファイル長

LOF:以字节返回一个打开文件的长度

FileLen 以字节返回磁盘中文件的长度. | LOF 以字节返回一个打开文件的长度. | FileCopy 复制磁盘中的文件.

boolean exits:判断文件是否存在

boolean canWriter() 判断文件是否可写 | boolean exits() 判断文件是否存在 | long length() 获取文件长度

ios::trunc:如果文件存在,把文件长度设为

ios::noreplace:不覆盖文件,所以打开文件时如果文件存在失败 | ios::trunc: 如果文件存在,把文件长度设为0 | CreateDir() 创建新的子目录