说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 抽象语义
1)  abstract semantics
抽象语义
1.
With fuzzy semantics as background, a kind of abstract semantics and its continuity are introduced on the product of a family of totally ordered complete lattices with the index set equipped with certain structure on it, and it is proved that the abstract semantics is compact whenever it is continuous.
以模糊语义为背景 ,在标号集具有一定结构的一族全序完备格的乘积上引入了抽象语义及其连续性概念 ,证明了具有这种连续性的抽象语义是紧致的 ,由此可以推出取值于 [0 ,1]的Lukasiewicz语义是紧致
2)  semantics abstraction
语义抽象
1.
Cmad:A C memory access errors detector based on semantics abstraction
基于语义抽象的内存访问错误检测
3)  abstract semantic graph
抽象语义图
1.
This paper initially introduces the usefulness of semantic difference in software , after that, some kinds of semantic difference measurement methods are described in detail, which are based on program slice, partition arithmetic, input-output relation or abstract semantic graph.
本论文在介绍了程序语义差异的重要性的基础上,详细描述了目前所存在的几种计算语义差异的方法,分别是:基于程序切片的方法,分割方法,输入输出依赖关系法和基于抽象语义图的方法,并且在研究这些方法的基础上比较了他们各自的优缺点。
4)  abstract semantic network
抽象语义网络
5)  broad abstract
广义抽象
1.
The influence of the difficulty of the target problem and the awareness of the related problems of solvers had been examined by experimental research, and there exist the broad abstract relationship between the target problem and the earlier example.
解题者对靶题与源题之间的共性意识及加工水平对解题迁移的影响已经得到了验证,其中靶题与源题之间存在着广义抽象关系。
6)  abstract justice
抽象正义
1.
Marx and Engels criticized capitalist society in the abstract justice and the justice of the exploiting classes on the basis of the proletariat and the masses of people stand on the position of historical materialism to the basis of historical use of the methods and principles to human freedom as the goal,on the proletarian concept of real justice.
马克思恩格斯在批判资本主义社会的抽象正义和剥削阶级正义观的基础上,以历史唯物主义为基础,运用历史的方法与原则,以人类的自由解放为目标,阐述了无产阶级的真正正义观。
补充资料:操作语义


操作语义
operational semantics

式求值的抽象机器的模型,这个机器的存储区分成三部分:栈区st(用作工作区),环境区:(保存数据向量等),控制区。(保存程序)。整个存储区记作(、t,:,。),称为抽象机器的一个大状态。这个抽象机器具有识别符号、完成算术和逻辑运算、转储信息、实现大状态之间的转移等基本功能。 这个机器的大状态转移规则分为四类: (l)(st,s,(el叩eZ)/c)”(st,s,。;/。2/甲/。) (2)(st,:,碑/‘)冷(n/:t,:,。) (3)(st,s,x、/e)”(x、/sr,s,e) (4)(n/m/st,s,叩/e)=>(k/st,s,c)(k=m opn) 第一类规则表示,当控制区中待执行的程序要求完成表达式(。1叩eZ)的求值时,抽象机就转移自己的大状态,准备先求子表达式。l和e2的值,然后再按照相应的运算叩(+,一,X或其它算子),求出整个表达式的值,符号“/”用于分割存放的信息。第二类规则表示,当求值的表达式是一个常量时,则其值就是抽象机中表示这个常量的相应的量(粗体用来区别语言中的符号和在抽象机中的相应表示),表达式的值暂存于栈区。第三类规则表示,当表达式是一个变量时,其值就是环境区中相应单元的当前值,即第i个变量x‘的值就是数据向量s的第i个分量:、的值。第四类规则表示,当运算叩的两个操作数已经求得,则可按照抽象机中的相应运算求出op作用于操作数的结果。 在这个抽象机中,表达式(x:X xZ)+l(在xl,xZ值为2和3时)的求值是由下述大状态的转移序列完成的,转移符号冷的上方标有实现这一转移依 0、,产、,声据的转移规则号,设:=(2,3,s((x;XxZ)+i)/。(s(1)冷(:t,、(x;XxZ)/1/+/。)岑(、‘,:,(二,/二2)又1/+/。)里(2/st,、,二2/又1/+/。)缪(3/2/st,:,x/1/、/。)军(6/、‘,、,l/+/。)里(l/6/::,:,+,/。) (4) 冷(7/:t,s,e) 这个抽象机正确刻画出算术表达式求值的全过程,故可作为算术表达式的操作语义。 为定义赋值语句(x‘:二e)的操作语义,可在上述抽象机中添加如下转移规则: (5)(st,s,(x、:=e);/c)今(:t,s,e/x*:=/。) (6)(n/:t,:,吞:=/。)=>(st,:}in,。) 第五类规则表示,当抽象机执行(x‘:=。)时,先求出表达式仑的值,然后再给x*赋值。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条