Usted buscó: bio (Chino (Simplificado) - Inglés)

Traducción automática

Aprendiendo a traducir con los ejemplos de traducciones humanas.

Chinese

English

Información

Chinese

bio

English

 

De: Traducción automática
Sugiera una traducción mejor
Calidad:

Contribuciones humanas

De traductores profesionales, empresas, páginas web y repositorios de traducción de libre uso.

Añadir una traducción

Chino (Simplificado)

Inglés

Información

Chino (Simplificado)

equatorial bio-fuel

Inglés

equatorial bio-fuel

Última actualización: 2016-12-04
Frecuencia de uso: 1
Calidad:

Chino (Simplificado)

低粘性 (bio-psa 410x)

Inglés

low tack (bio-psa 410x)

Última actualización: 2011-03-16
Frecuencia de uso: 4
Calidad:

Chino (Simplificado)

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

Inglés

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

Última actualización: 1970-01-01
Frecuencia de uso: 1
Calidad:

Chino (Simplificado)

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

Inglés

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

Última actualización: 1970-01-01
Frecuencia de uso: 1
Calidad:

Chino (Simplificado)

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

Inglés

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.

Última actualización: 1970-01-01
Frecuencia de uso: 1
Calidad:

Chino (Simplificado)

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

Inglés

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

Última actualización: 1970-01-01
Frecuencia de uso: 1
Calidad:

Chino (Simplificado)

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

Inglés

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

Última actualización: 1970-01-01
Frecuencia de uso: 1
Calidad:

Chino (Simplificado)

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

Inglés

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

Última actualización: 1970-01-01
Frecuencia de uso: 1
Calidad:

Chino (Simplificado)

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

Inglés

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

Última actualización: 1970-01-01
Frecuencia de uso: 1
Calidad:

Chino (Simplificado)

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

Inglés

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

Última actualización: 1970-01-01
Frecuencia de uso: 1
Calidad:

Chino (Simplificado)

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

Inglés

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.

Última actualización: 1970-01-01
Frecuencia de uso: 1
Calidad:

Chino (Simplificado)

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

Inglés

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

Última actualización: 2016-12-04
Frecuencia de uso: 1
Calidad:

Chino (Simplificado)

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

Inglés

(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)

Última actualización: 1970-01-01
Frecuencia de uso: 1
Calidad:

Chino (Simplificado)

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

Inglés

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.

Última actualización: 2011-10-23
Frecuencia de uso: 3
Calidad:

Obtenga una traducción de calidad con
7,771,089,368 contribuciones humanas

Usuarios que están solicitando ayuda en este momento:



Utilizamos cookies para mejorar nuestros servicios. Al continuar navegando está aceptando su uso. Más información. De acuerdo