英语人>词典>汉英 : 二进制语言 的英文翻译,例句
二进制语言 的英文翻译、例句

二进制语言

词组短语
binary language
更多网络例句与二进制语言相关的网络例句 [注:此内容来源于网络,仅供参考]

By the use of computers by the "0" and "1" of the binary, binary computer language is the basis.

电子计算机所使用的是由"0"和"1"组成的二进制数,二进制是计算机的语言的基础。

As a printable binary language it can be also used in the field of Chinese Character Processing.

作为一种可印制的二进制语言,条形码也可用于中文信息处理。

Computer designers are fond of calling their computer machines, so the instruction set is sometimes referred to as machine instructions and the binary language in which they are written is called machine language!

计算机设计者是喜欢称自己的计算机的机器,所以指令集有时也被称为指示和机器的二进制语言,他们在写被称为机器语言!

Computer designers are fond of calling their computers machines,so the instruction set is sometimes referred to as machine instructions and the binary language in which they are written is called machine language!

计算机系统设计者习惯将计算机成为机器,所以该指令系统有时也称作机器指令系统,而书写它们的二进制语言叫做机器语言。

Computer designers are fond of calling their computers machines[1],so the instruction set is sometimes referred to as machine instructions and the binary language in which they are written is called machine language!

计算机系统设计者习惯将计算机称为机器,所以该指令系统有时也称为机器指令系统,而书写指令的二进制语言叫做机器语言!

Traditionally, purely interpreted lan- guages are almost always slower than compiled languages because execution does not take place in a system's native binary language.

一般来说,由于在执行时不使用系统内建的二进制语言,所以纯粹的解释型语言通常要比编译语言的执行速度慢。

Based on an analysis of the internal relation between binary and sets ,a novel idea of binary-based set operation is presented in this paper.

通过比较二进制与集合之间的内在联系,提出了基于二进制的集合运算思想,给出了基于二进制的各种集合运算算法,该算法有效解决了传统集合操作算法中运算速度慢,效率低的不足,并提供了求幂集,交集,并集等集合运算算法的c语言源程序。

Dynamic binary translation and optimization technology is well studied and extensively used in dynamic binary translator, dynamic binary optimizer, and high level language virtual machine.

动态翻译及优化技术在动态二进制翻译系统、动态二进制优化系统和高级语言虚拟机中得到了广泛的应用和研究。

A communication in this language evidently consists of a finite sequence of characters '0','1' This is just syntax however, and says C about what such a communication is intended to mean.

参考译文:处理各种语言时,传统的做法试图将有关形式的语法问题和有关含义的语义方面区分开来。考虑简单的二进制数的"语言"。下面是二进制数的例子

Based on the idea of type systems, this paper reengineers a new set of type expressions and a type system for machine code of Intel/x86s infrastructure Although machine language program is a binary untyped code, types of its registers and memory exist implicitly in semantics of instructions The type inferring algorithm built on type systems can statically infer safety of the machine code The machine language discussed includes some of important characters, such as jumps, function call, return, and so on, and shows that the approach can be applied to type checking for low level code of other infrastructures

根据类型系统思想,为Intel/x86体系结构的机器语言重新定义了类型表达式并建立一套类型系统机器语言代码虽然是一种无类型的二进制编码,但其类型信息被隐含在指令的操作语义中,利用建立在类型系统基础之上的类型推理算法可以静态地推理机器代码的安全性由于所讨论的机器语言包含了跳转、函数调用和返回等主要指令,因此,这种静态检查方法可广泛应用于其他体系结构的低级语言代码的检查中

更多网络解释与二进制语言相关的网络解释 [注:此内容来源于网络,仅供参考]

binary code:二进制代码

这就是通常所说的 "二进制代码" (binary code) . 2.语言(Language) 这是特指的计算机语言,即用以完成人与计算机对话的代码集合,分为源语言(Source Language)和目标语言(Object Language)两大类. 源语言就是以源代码组合而成的语言,

BC Binary Code:二进制代码

BBL Basic Business Language 基本商用语言 | BC Binary Code 二进制代码 | BC Binary Counter 二进制计数器

binary field:二进制字段

242binary digit二进制数字 | 243binary field二进制字段 | 244binary language二进制语言

binary language:二进制语言

243binary field二进制字段 | 244binary language二进制语言 | 245binary large object大二进制对象

machine binary language:机器二进制语言

机器可用时间 machine available time | 机器二进制语言 machine binary language | 机器负荷 machine charge

binary language representation,BLR:二进制语言表示法

二进制系统间传输标准 binary intersystem transmission standard,BITS | 二进制项目 binary item | 二进制语言表示法 binary language representation,BLR

binary large object:大二进制对象

244binary language二进制语言 | 245binary large object大二进制对象 | 246bit address位地址

compiled language:编译型语言

编译型语言(Compiled Language)- 一种语言,它需要编译器程序将编程源代码转换成可执行的机器语言二进制程序. 一经编译,就可从程序的二进制形式多次运行程序,而无需再次编译. 编译型语言/程序运行往往比解释型语言或伪代码语言快,

machine language:机器语言

(1) 机器语言(Machine Language) 机器语言是一种用二进制代码" 0"和" 1"形式表示的,能被计算机直接识别和执行的 语言.用机器语言编写的程序,称为计算机机器语言程序.它是一种低级语言,用机器语言 编写的程序不便于记忆,

interpreted language:解释型语言

解释型语言(Interpreted Language)- 与编译型程序不同,每次运行解释型程序时都要由解释器程序实时地将源代码转换成二进制形式,而编译型程序由编译器一次性将源代码转换成可执行代码,随后从其二进制形式运行.