网页
图片
视频
学术
词典
地图
更多
航班
笔记本
bytecodes
网络
字节码;位元码;字节编码
网络释义
1.
字节码
...act和native方法外,其他方法还有保存方法的
字节码
(
bytecodes
)操作数栈和方法栈帧(堆栈以帧为单位保存线程的状态)的 …
blog.csdn.net
|
基于76个网页
2.
位元码
...ython 直译器内部会自行将原始档转成一种称为「
位元码
」(
bytecodes
)的中介格式,再转换成你的电脑能读懂的原生语言形式…
code.google.com
|
基于7个网页
3.
字节编码
...含所有报表表达式(expressions)的 类的
字节编码
(
bytecodes
),这个动态建立的类在填充报表的时候用来评估报 表表达 …
www.docin.com
|
基于6个网页
例句
释义:
全部
全部
,
字节码
字节码
,
位元码
位元码
,
字节编码
字节编码
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
Regular
expression
patterns
are
compiled
into
a
series
of
bytecodes
which are
then
executed
by
a
matching
engine
written
in
C
.
正
则
表达
式
模式
被
编译
成
一系列
的
位
元
组
码
,
然后
由用
C
编写
的
匹配
引擎
执行
。
dictsearch.appspot.com
2.
Execution
of
these
bytecodes
is
defined
by the
Java
Virtual
Machine
(
JVM
)
specification
(
see
Resources
)
.
Java
虚拟
机
(
JVM
)
规范
定义
了
这些
字节
码
的
执行
(
参见
参考资料
)
。
www.ibm.com
3.
The
binary
data
can
be
malformed
if
the
bytecodes
have been
changed
--
if
the
major
or
minor
number
has been
changed
,
for
instance
.
如果
字节
码
发生
了
更改
,
例如
主
版本
号
或
次
版本
号
发生
了
更改
,
那么
二进
制
数据
的
形式
就
会
有误
。
www.ibm.com
4.
The
class
loader
does
a number
of
checks
on the
bytecodes
of the
class
to
ensure
that it is well
formed
and
well
behaved
.
类别
载入
器
对于
类别
的
字节
码
要
做
许多
检测
,
以
确保
格式
正确
、
行为
正确
。
us.zph981011.xyz
5.
Because Dalvik
is
the
VM
architecture
,
it
relies
on
a
high-level
language
compiled
into
the
bytecodes
that the VM
understands
.
BecauseDalvik
是
VM
架构
,
它
依赖
于
编译
成
VM
理解
的
bytecodes
的
一种
高级
语言
。
www.ibm.com
6.
Bytecodes
describe
calculations
using
a
theoretically
infinitely
large
operand
stack
.
字节
码
使用
一个
理论上
无限
大
的
操作
数
堆栈
来
描述
计算
。
www.ibm.com
7.
The
only
way
to
fix
this
problem
is
to
obtain
a
corrected
copy
of the
bytecodes
,
possibly
by
recompiling
.
修复
这个
问题
的
惟一
方法
就是
获得
字节
码
的
正确
副本
,
可能
需要
重新
进行
编译
。
www.ibm.com
8.
Run
-
time
variables
are
simply
the
raw
bytecodes
and
object
structures
that the
regular
Python
interpreter
handles
.
运行
时
变量
只是
常规
Python
解释器
处理
的
原始
字节
码
和
对象
结构
。
www-128.ibm.com
9.
Our
translation
layer
operates on Actionscript
bytecodes
,
not
Actionscript
source
,
so
it
doesn't
operate
on an
AST
.
我们
的
转换
层
操纵
ActionScript
字节
码
,
而
不是
ActionScript
源
代码
,
因此
它
并不
会
使用
AST
。
www.infoq.com
10.
A number
of the
bytecodes
and
algorithms
used
by the MagLev VM
are
specific to
Ruby
.
MagLev
虚拟
机
使用
的
大量
字节
码
和
算法
都是
Ruby
独有
的
。
www.infoq.com
1
2
3