群发词典
首页
查询
Opcode
英音[ ˈɒpkəʊd ]
美音[ ˈɑːpkoʊd ]
操作码
常用释义
n.
操作码;作业码
扩展信息
网络释义
操作码
这个
操作码
(
Opcode
)分成了两个部分,叫做OpCode Group Field(操作码组域OGF)与 OpCode Command Field(操作码命令域O…
操作代码
根据层次(LAYER)和
操作代码
(
OPCODE
)DUMP记录 根据LAYER和OPCODE可以DUMP某种类型的记录。
作业码
http://www.pts... ... "作业限制"," Restriction of maintenance work" "
作业码
,运算码","
Opcode
" "作业编码"," Activity code" ...
指令操作码
...0 代表 MOV ax他指定了本条指令的操作,叫做
指令操作码
(
Opcode
),0000 0001 0000 0000 代表1,指定了操作的操作数,可以看 …
指令的操作码
指令的操作码
(
Opcode
)表明指令的操作,例如数据传送、加法运算等基本操作。操作数(Operand)是参与操作的数据,主 …
操作码宽
5.固定的32 bits
操作码宽
(
opcode
),降低编码数量所产生的耗费,减轻解码和管线化的负担。6.大多均为一个CPU周期执行。
例句
全部
The
easiest
thing to
boost
performance
of
any
PHP
application
(
the
"
P
"
in LAMP, of
course
)
is
to take
advantage
of
an
opcode
cache
.
提高
任何
PHP
应用程序
(
当然
是
LAMP
中
的
“
P
”)
的
性能
的
最
简单
方式
是
利用
一个
操作
码
缓存
。
An
opcode
cache
saves
this
compiled
opcode
and
reuses
it
the
next
time
the
page
is
called
.
操作
码
缓存
将
保存
这个
编译
后
的
操作
码
,
并
在
下
一次
调用
该
页面
时
重用
它
。
If
the
program
has
more
than
one
occurrence
of
the
opcode
,
try
to
find
the
sequence
printed
by the
handler
code
in
the
dump
file
.
如果
这个
程序
中
一
条
操作
码
出现
了
多次
,
请
尝试
在
dump
文件
中
寻找
处理
程序
代码
所
打印
的
序列
。
In AT&T syntax, the size of memory operands is determined from the last character of the opcode name.
在AT&T语法中,内存操作数的大小由操作码名称的最后一个字符决定。
We
see
a
much
cleaner
syntax
for
defining
these
functions
,
which
can
be optimized for
performance
by
opcode
caches
.
我们
看到
了
定义
这些
函数
的
更
规则
的
语法
,
这
可以
通过
操作
码
缓存
来
优化
性能
。
Opcode
caches
have
long
been
popular
for
PHP
,
with
some
of
the
first
ones
coming
about
back
in the
heyday
of
PHP
V4
.
操作
码
缓存
对于
PHP
流行
已
久
,
其中
早期
的
一些
要
追溯
到
PHPV4
的
全盛期
。
Unlike
APC
and
Wincache
,
it
is
only
an
opcode
cache
and
optimizer
,
so
it
does
not
contain
the
user
cache
components
.
不同
于
APC
和
Wincache
,
它
仅
是
一个
操作
码
缓存
和
优化器
,
因此
它
不
包含
用户
缓存
组件
。
The
other
idea
everyone
has
when
looking at
this
,
sooner
or later
,
is
"
Why
not
put
the opcode-to-template
translation
table
in
the
code
?
"
阅读
本文
时
,
每个人
迟早
都
会
有的
另一个
想法
是
“
为什么
不
把
opcode-to-template
转换
表
包含
在
代码
中
?”
On
top
of the
stack
to
the
type
specified
in
the
opcode
,
and
places
that
converted
value
on the
top
of the
stack
.
转换
为
在
操作
码
中
指定
的
类型
,
然后
将
转换
后
的
值
放
在
堆栈
顶
部
。
Opcode
A
sequence
of
bits
that
is
recognized by the
processor
as
one
of the
instructions
in
its
instruction
set
.
一
串
被
处理器
验证
过
的
二进制位
的
序列
,
它
作为
其
指令
集
的
一个
子集
。
Without
a
doubt
,
an
opcode
cache
is
the
first
step
in
speeding
up
PHP
by
removing
the
need
to
parse
and
compile
a
script
on
every
request
.
毫无疑问
,
一个
操作
码
缓存
是
通过
在
每次
请求
后
消除
解析
和
编译
脚本
的
需要
来
加速
PHP
的
第一
步
。
It's
also
possible
that your
distribution
has already
packaged
an
opcode
cache
,
and
you
just
have
to
install
it
.
您
的
发布
版
也
有
可能
已经
包含
了
一个
操作
码
缓存
,
只需
安装
即可
。
Opcode
is
a single-byte
instruction
,
and
local
represents a
local
variable
with an
index
greater than
Byte
.
MaxValue
.
opcode
是
单
字节
指令
,
并且
local
表示
索引
大于
Byte.MaxValue
的
局部
变量
。
Using a
single
inline assembly
opcode
will
probably
work
wonderfully
on
a
uni
-
processor
machine
.
使用
单条
内嵌
汇编
操作
码
在
单
处理器
系统
上
可能
不会
有
什么
问题
。
OP
code
caches
are
useful
so
that
your
script
does
not have
to be
compiled
on
every
request
.
对
运算
码
(
OPcode
)
的
缓存
很
有用
,
使得
脚本
不必
为
每个
请求
做
重新
编译
。
File
Cache
-
Even
with the
PHP
opcode
cache
enabled
,
the
PHP
engine
has
to
accesses
the
script
files
on
a
file
system
.
文件
缓存
-
即使
启用
了
PHP
操作
码
缓存
,
PHP
引擎
要
访问
一个
文件
系统
上
的
脚本
文件
。
Alternative
PHP
Cache
(
APC
)
is
probably
the
most
popular
opcode
cache
for
PHP
(
see
Resources
).
替代
PHP
缓存
(
APC
)
可能
是
PHP
最
流行
的
操作
码
缓存
(
参见
参考资料
)。
Another
speed
enhancer
is
opcode
optimization
.
提升
速度
的
另一个
途径
是
操作
码
优化
。
From
this
,
we
just
had to
find
the
opcode
of
this
instruction
to
compute
the key
.
由此
看来
,
我们
只要
找到
计算
这个
密码
的
指令
操作
码
就
可以
了
。
The
best
thing
you can do
for
PHP
is
to
install
an
opcode
cache
.
对于
PHP
,
最好
的
事情
就是
安装
一个
操作
码
缓存
。
The
RET
instruction
opcode
always
generates
a
near
return
.
RET
指令
操作
码
总是
产生
一个
近
的
返回
。
ILGenerator
.
EmitCalli
(
Opcode
,
CallingConventions
,
Type
,
Type
[]
, Type[
])
for
calls
using
a
managed
calling
convention
.
ILGenerator.EmitCalli
(
Opcode,CallingConventions,Type,Type[],Type[
]
),
用于
使用
托管
调用
约定
的
调用
。
Alternative
PHP
Cache
,
is
probably
the
most
popular
opcode
cache
for
PHP
.
替代
PHP
缓存
大概
是
PHP
最
流行
的
操作
码
缓存
。
The
makers
of Zend
also
have
a
commercial
opcode
cache
that
includes
an
optimizer
to
further
increase
efficiency
.
Zend
的
厂商
也
提供
了
一种
商业
操作
码
缓存
,
包括
一个
进一步
提高
效率
的
优化器
。
To
enable
the
opcode
optimizer
,
add
--
enable
-xcache-
optimizer
.
要
启用
操作
码
优化
,
添加
--enable-xcache-optimizer
。
One
major
one
is
that
it
is compiled
at
runtime
vs
.
compile
time
,
which won't
permit
opcode
caches to
cache
the
function
.
一个
主要
缺点
是
,
它
在
运行
时而
非
编译
时
编译
,
不
允许
操作
码
缓存
来
缓存
函数
。
They
contain
details
about
the
current
opcode
.
它们
包含
有关
当前
操作
码
的
细节
。
Ruby
1
.
9
,
like
Rubinius
,
compiles Ruby
source
code
to opcodes which
are
then
executed
by
it
's
opcode
interpreter
.
像
Rubinius
这样
的
Ruby1.9
虚拟
机
可以
将
Ruby
源
代码
编译
为
操作
码
,
然后
由
解释器
执行
。
In the
meantime
,
investigate
one
or
more
of the
PHP
accelerators
and
opcode
optimizers
.
同时
,
还
将
研究
一个
或
多个
PHP
加速器
和
操作
码
优化器
。
ILGenerator
.
EmitCalli
(
Opcode
,
CallingConvention
,
Type
,
Type
[])
for
calls
using
an
unmanaged
calling
convention
.
ILGenerator.EmitCalli
(
Opcode,CallingConvention,Type,Type[
]
),
用于
使用
非托管
调用
约定
的
调用
。
同义词
n.
[计]操作码;作业码
operational code
action code
更新时间:2025-06-17 03:35