1)  relative addressing
相对寻址
2)  addressing,relative
相对寻址
3)  self relative addressing
自相对寻址
4)  real-time relative addressing
实时相对寻址
5)  Self-Relative Addressing
自我相对寻址
6)  addressing,self-relative
自我相对寻址
7)  PC-relative addressing
程序计数器相对寻址法
8)  Relative
相对
1.
Relative Viscosity and Absolute Viscosity of Size;
浆液的相对粘度与绝对粘度
2.
On the Relatively "Absolute"——From Kant s Noumenon;
论相对的“绝对”——从康德的“本体”谈起
3.
Harmony is an ideal,a pursuit and a social belief;harmony is both a relative concept and a dynamic concept.
和谐是一个理想、一种追求,是一种社会的信仰;和谐既是一个相对概念也是一个动态的概念;构建和谐大学校园的关键在于坚持科学发展观,树立"和谐哲学"的理念。
9)  the relative
相对
1.
The connotations of the Absolute and the Relative and their relationship;
绝对与相对的内涵及其关系
2.
It must be pointed out that the relative and the absolute are the two aspects of the law of the unity of opposites, and only by rightly comprehending their relations, can the natu.
 对相对论教学内容进行了讨论和研究。
10)  relativity
相对
1.
On the Weigh the scientific character of relativity and the Laws for policy decisison;
论权衡决策的相对科学性及其定律
2.
Marxism sublated Hegelia s point of view on Absoluteness, started off from the contradiction of objective world, grasped Absoluteness in the unity of opposites between absoluteness and relativity, made people s understanding about Absoluteness be on the basic of materialist dialectics, so it makes a clear distinction.
马克思主义哲学扬弃了黑格尔的“绝对”观,从客观事物的矛盾运动出发, 在“绝对”与“相对”的对立统一中把握“绝对”,第一次把人们对“绝对”的理解建立在唯物辩证的基础 之上,从而同唯心主义、形而上学及形形色色的机会主义划清了界限。
3.
Pondering upon the finiteness of the main cognition,the otherness and the relativity of the cognitive value-standard,Zhuang Zi indicated the suspicion of cognitive activities.
庄子通过对主体认识的有限性、差异性以及认识的价值标准的相对性的深刻运思,表现出对认识活动的存疑。
补充资料:寻址方式


寻址方式
addressing mode

xunzh一fangsh-寻址方式(如dn治sing mode)生成计算机指令中实际使用的有效地址的方法。 不同的计算机有多种寻址方式,下面介绍广泛采用的几种,并以一地址指令为例加以说明。 (l)直接寻址 指令的地址码部分给出操作数在存储器中的地址,如图1所示,图中的寻址方式由操作码(〕P约定,A为地址。存储器 ┌───┐┌─┬─┬─┐│ ││OP│ │A ││ │└─┴─┴─┘│ │ ├───┤ │操作数│ └───┘图1直接寻址 (2)寄存器寻址 中央处理器中一般设置有一定数量的通用寄存器,用以存放操作数、操作数地址或运算的中间结果。指令的地址码A为通用寄存器地址,操作数在该寄存器中。这种寻址方式也可看作是一种直接寻址。(3)间接寻址 根据指令的地址码从存储器或寄存器中取出的内容不是操作数,也不是下一条要执行的指令,而是操作数的地址或指令的地址。这种寻址方式称为间接寻址,简称间址。间接寻址有一次间址和多次间址两种情况,大多数计算机只允许一次间址,图2(a)与(b)分别表示寄存器一次间址和存储器一次间址,图2(b)取操作数需访问存储器两次。指令字┌─┬─┬─────┐ │OP│ │R │┌───┐└─┴─┴─────┘│ │ ┌───────┐ │ │ │ │ ├───┤ ├───────┤ │操作数│ │宙.....,....-│ │ │ ├───────┤ └───┘ │ │ └───────┘ 存储器通用寄存器┌─┬─┬─┐ │OP│ │A │┌───────┐└─┴─┴─┘│ │ ├───────┤ │一一一丁-一一 │ ├───────┤ │-一二匕-二二 │ ├───────┤ │ │ ├───────┤ │操作数 │ └───────┘图2间接寻址(a)通用寄存器间址;(b)存储器间址 (4)基址寻址 在中央处理器中设置一个专用的基址寄存器,或由指令指定一个通用寄存器作为基址寄存器,操作数的地址由基址寄存器的内容和指令的地址码A相加得到,如图3所示。在这种情况下,地址码A实际上是一个位移量。 基址寄存器主要用于为程序或数据分配存储区,或扩大地址码长度。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条