语义映射,semantic mapping
1)semantic mapping语义映射
1.Design and Construction: Transformation Scheme of GML and DXF Based on Semantic Mapping Mechanism;语义映射机制下GML与DXF转换方案的设计与构建
2.A Study of Approaches to XML Data Semantic Mapping;XML数据语义映射方法研究
3.Semantic Mapping Research of XML Data;XML数据语义映射研究
英文短句/例句

1.Application of Data Translation Based on FME Semantic Mapping基于FME语义映射的数据转换及应用
2.Web service discovery based on Chord and semantic mapping基于Chord和语义映射的Web服务发现
3.Research on image semantic mapping combining with multi-class SVM and LDA融合LDA和多类SVM的图像语义映射研究
4.Study on Mapping Method of Image Features and Emotional Semantics;图像视觉特征与情感语义映射方法的研究
5.Pornographic image detection based on visual words and semantic projection基于视觉单词和语义映射的色情图像检测算法
6.Study on Semantic Mapping Approach of RDBs Based on OWL Ontology基于OWL本体的关系数据库语义映射方法的研究
7.Research on Multi-Strategy Ontology Mapping in Semantic Web;面向语义Web的多策略本体映射研究
8.The Research of View-Based Ontology Mapping in the Semantic Web;语义网中基于视图的本体映射的研究
9.Framework of semantic web service discovery based on ontology mapping基于本体映射的语义Web服务发现框架
10.Ontology mapping model with uncertainty in semantic integration语义集成中的不确定性本体映射模型
11.Improved Algorithm of Ontology Mapping Based on Semantic Web一种基于语义网的本体映射改进算法
12.Ontology mapping framework for semantic Web services一种面向语义网服务的本体映射框架
13.Automatic extraction of semantic elements based on transformation and mapping基于转换和映射的语义单元自动获取
14.A Study of Ontology Mapping and Semantic Query Based on Semantic Measurement基于语义度量的本体映射及语义查询的研究
15.Ontology Mapping Strategies and Their Combination Based on Semantics;基于语义的本体映射策略及其结合方式
16.Semantic Information Integration and Ontoloty Mapping Process Based on Ontology;基于本体的语义信息集成及本体映射过程
17.Research on Application of Ontology Mapping in Semantic Web Services;语义Web服务中本体映射应用模式的研究
18.Research on Ontology Mapping Based on Machine Learning in Semantic Web Services;语义网服务中基于机器学习的本体映射研究
相关短句/例句

semantic mapping file语义映射文件
1.Based on the research of constitution format,definition method and implementation process of FME semantic mapping file,this paper focuses on approaches of nondestructive transformation between DWG and SHP format with the method of changing FME semantic mapping file.在研究FME语义映射文件的组成格式、定义方法、执行过程的基础上,利用修改FME语义影射文件的方法,对DWG到SHAPE格式的数据无损转换进行了研究。
3)data mapping and semantic screening数据映射和语义屏蔽
4)structure-semantic-characteristics (SSC) mapping algorithm结构-语义-特性映射算法
5)generalized mapping广义映射
1.Methods of generalized mapping are used to realize the transformation from function model to modular structure model.文中用广义映射的方法实现了从功能域到结构域的映射过程。
6)meaning reflection意义映射
延伸阅读

操作语义操作语义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*赋值。