Hai cercato la traduzione di bio da Cinese semplificato a Inglese

Traduzione automatica

Imparare a tradurre dagli esempi di traduzione forniti da contributi umani.

Chinese

English

Informazioni

Chinese

bio

English

 

Da: Traduzione automatica
Suggerisci una traduzione migliore
Qualità:

Contributi umani

Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.

Aggiungi una traduzione

Cinese semplificato

Inglese

Informazioni

Cinese semplificato

equatorial bio-fuel

Inglese

equatorial bio-fuel

Ultimo aggiornamento 2016-12-04
Frequenza di utilizzo: 1
Qualità:

Cinese semplificato

低粘性 (bio-psa 410x)

Inglese

low tack (bio-psa 410x)

Ultimo aggiornamento 2011-03-16
Frequenza di utilizzo: 4
Qualità:

Cinese semplificato

复制未经更改的原始 .bio 文件至软盘。

Inglese

copy the original unaltered .bio file to a floppy diskette.

Ultimo aggiornamento 1970-01-01
Frequenza di utilizzo: 1
Qualità:

Cinese semplificato

要点: .bio 文件和 .itk 文件必须位于同一目录中。

Inglese

important: both the .bio file and the .itk file must be together in the same directory.

Ultimo aggiornamento 1970-01-01
Frequenza di utilizzo: 1
Qualità:

Cinese semplificato

该方法适用于恢复文件(*.bio)太大,无法存入一张软盘中或台式机主板不支持软驱时。

Inglese

use this method if the recovery file (*.bio) is too large to fit on a floppy disk or if the desktop board does not include floppy drive support.

Ultimo aggiornamento 1970-01-01
Frequenza di utilizzo: 1
Qualità:

Cinese semplificato

2. 将恢复文件(*.bio)复制到一张格式化过的软盘中。

Inglese

2. copy the recovery file (*.bio) to a formatted floppy disk.

Ultimo aggiornamento 1970-01-01
Frequenza di utilizzo: 1
Qualità:

Cinese semplificato

创建包含有未经更改的原始 .bio 文件和 iflash.exe 的启动软盘。 

Inglese

create a bootable disk containing the original unaltered .bio file and iflash.exe.

Ultimo aggiornamento 1970-01-01
Frequenza di utilizzo: 1
Qualità:

Cinese semplificato

2. 将恢复文件(*.bio)复制到一张 cd 中。

Inglese

2. copy the recovery file (*.bio) to a cd.

Ultimo aggiornamento 1970-01-01
Frequenza di utilizzo: 1
Qualità:

Cinese semplificato

双击 sw.exe 以解压其它文件,其中包括 .bio 和 .itk 文件。

Inglese

double-click sw.exe to extract additional files, including the .bio and .itk files.

Ultimo aggiornamento 1970-01-01
Frequenza di utilizzo: 1
Qualità:

Cinese semplificato

4. 将 iflash.exe 和 .bio 文件复制到可启动 usb 设备。

Inglese

4. copy iflash.exe and the .bio file to the bootable usb device.

Ultimo aggiornamento 1970-01-01
Frequenza di utilizzo: 1
Qualità:

Cinese semplificato

当在系统集成商工具包中打开一个新的工作区时,.bio 文件与 .itk 文件必须位于同一目录下,否则 flex 模块组件将不会显示为一个选件。

Inglese

both the .bio file and the .itk file must be together in the same directory when opening a new workspace in the integrator toolkit or else the flex modules component will not appear as a choice.

Ultimo aggiornamento 1970-01-01
Frequenza di utilizzo: 1
Qualità:

Cinese semplificato

文本 unep/bio. div/n7-inc.5/4.31 ilm 822

Inglese

text: unep/bio.div/n7-inc.5/4, 31 ilm 822

Ultimo aggiornamento 2016-12-04
Frequenza di utilizzo: 1
Qualità:

Cinese semplificato

(注: 根据用于 d875pbz 的 .bio 文件大小,命令行实用程序 iflash2.exe 可用于单个磁盘上的两个文件)

Inglese

(note: due to the size of the .bio file for d875pbz, the command line utility iflash2.exe can be used to fit both files on a single disk)

Ultimo aggiornamento 1970-01-01
Frequenza di utilizzo: 1
Qualità:

Cinese semplificato

此栏目显示的是每个进程的 io 状态, 它提供以下的信息。 读取字符数此任务从存储介质上读取到的字符数, 这个数据是相应进程流经过 read () 和 pread () 系统调用的所有字节数的简单相加和, 其中也包括终端 io 和其它不涉及真实磁盘读写的内容( 如页面缓存字节) 。 写入字符数此任务向存储介质上已写入的字符数, 数据来源和读取字符数类似。 读取调用数执行读取 i/ o 操作系统调用数量, 例如 read () 和 pread () 。 写入调用数执行写入 i/ o 操作的系统调用数量, 例如 write () 和 pwrite () 。 实际读取字节数此进程实际从存储介质获取到的字节数量, 由 submit_ bio () 一级的系统调用完成。 对于使用块设备存储的文件系统而言, 这是一个精确的参考值, 但对于 nfs 和 cifs 等网络文件系统而言可能意义不大。 实际写入字节数由此进程发送给存储介质的字符数统计, 其数据是根据脏内存页处理时间得来。 括号内的数字显示的是各统计值的更新比率, 它是由两次数据变化之间的差异除以更新时间间隔得来的。 技术信息: 此数据来源于 / proc / * / io, 更详细的说明文档请参见内核树中 documentation/ accounting 和 documentation/ filesystems/ proc. txt 。

Inglese

this column shows the io statistics for each process. the tooltip provides the following information: characters readthe number of bytes which this task has caused to be read from storage. this is simply the sum of bytes which this process passed to read() and pread(). it includes things like tty io and it is unaffected by whether or not actual physical disk io was required (the read might have been satisfied from pagecache). characters writtenthe number of bytes which this task has caused, or shall cause to be written to disk. similar caveats apply here as with characters read. read syscallsthe number of read i/ o operations, i. e. syscalls like read() and pread(). write syscallsthe number of write i/ o operations, i. e. syscalls like write() and pwrite(). actual bytes readthe number of bytes which this process really did cause to be fetched from the storage layer. done at the submit_bio() level, so it is accurate for block-backed filesystems. this may not give sensible values for nfs and cifs filesystems. actual bytes writtenattempt to count the number of bytes which this process caused to be sent to the storage layer. this is done at page-dirtying time. the number in brackets shows the rate at which each value is changing, determined from taking the difference between the previous value and the new value, and dividing by the update interval. technical information: this data is collected from / proc/ */ io and is documented further in documentation/ accounting and documentation/ filesystems/ proc. txt in the kernel source.

Ultimo aggiornamento 2011-10-23
Frequenza di utilizzo: 3
Qualità:

Ottieni una traduzione migliore grazie a
7,772,241,453 contributi umani

Ci sono utenti che chiedono aiuto:



I cookie ci aiutano a fornire i nostri servizi. Utilizzando tali servizi, accetti l'utilizzo dei cookie da parte nostra. Maggiori informazioni. OK