说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 关系元数据
1)  The Metadata of Relationship
关系元数据
2)  complex relational data
多元关系数据
3)  data relation
数据关系
1.
The system imports the Syntax Chart in the interface defined by the user and generates general data sheets by using data source table and the data relation table after a data dictionary is defined and then outputs general data sheets by using the report format and report parameters.
系统将语法图引入用户定义界面,通过对数据字典的定义,利用数据源基表和数据关系基表生成报表数据,利用报表格式基表和报表参数基表输出报表。
4)  relational data
关系数据
1.
Improved algorithm for relational data watermarking;
一种改进的关系数据数字水印算法
2.
The article discusses the transformation between XML and the relational database data,defines the mapping rule R2X that based on XML,and mappings the distributional database data to be the XML documents that meeting the user request.
讨论了XML与关系数据库数据的转换,定义了基于XML的映射规则R2X,将分布式数据库数据映射为符合用户要求的XML文档。
3.
This paper focuses on the converting between XML and relational database data.
重点讨论XML与关系数据库数据的转换问题,利用XML元语言的特点,定义了基于XML的映射规则R2X来描述从关系数据到XML文档的映射,通过定义映射文件将分布式数据库数据映射为符合用户要求的XML文档。
5)  metadata architecture
元数据体系
6)  Metadata system
元数据系统
1.
Research and Design of XML-based Metadata System on Geographical Information Sharing;
基于XML的元数据系统在地理信息共享中的研究与设计
2.
This paper,by considering the fact of the land and resource,analyzes the current typical metadata systems and conducts a synthetic comparison,and studies the establishment of metadata standard for land and resource information,and the building of metadata system for land and resource information.
结合国土资源的实际,对现有的元数据内容和标准以及实现系统进行了分析和综合比较,然后对国土资源信息元数据标准的制定、国土资源信息元数据系统的建设进行了相关研究,希望能够对相关的研究有所启发。
补充资料:pro/e关系式、函数的相关说明数据

关系中使用的函数
数学函数
下列运算符可用于关系(包括等式和条件语句)中。
关系中也可以包括下列数学函数:


cos ()
余弦


tan ()
正切


sin ()
正弦


sqrt ()
平方根


asin ()
反正弦


acos ()
反余弦


atan ()
反正切


sinh ()
双曲线正弦


cosh ()
双曲线余弦


tanh ()
双曲线正切


注释:所有三角函数都使用单位度。


log()
以10为底的对数


ln()
自然对数


exp()
e的幂


abs()
绝对值


ceil()
不小于其值的最小整数


floor()
不超过其值的最大整数


可以给函数ceil和floor加一个可选的自变量,用它指定要圆整的小数位数。


带有圆整参数的这些函数的语法是:


ceil(parameter_name或number, number_of_dec_places)


floor (parameter_name 或 number, number_of_dec_places)


其中number_of_dec_places是可选值:


·可以被表示为一个数或一个使用者自定义参数。如果该参数值是一个实数,则被截尾成为一个整数。


·它的最大值是8。如果超过8,则不会舍入要舍入的数(第一个自变量),并使用其初值。


·如果不指定它,则功能同前期版本一样。


使用不指定小数部分位数的ceil和floor函数,其举例如下:


ceil (10.2) 值为11
floor (10.2) 值为 11


使用指定小数部分位数的ceil和floor函数,其举例如下:


ceil (10.255, 2) 等于10.26
ceil (10.255, 0) 等于11 [ 与ceil (10.255)相同 ]
floor (10.255, 1) 等于10.2
floor (10.255, 2) 等于10.26


曲线表计算


曲线表计算使使用者能用曲线表特征,通过关系来驱动尺寸。尺寸可以是草绘器、零件或组件尺寸。格式如下:


evalgraph("graph_name", x)


,其中graph_name是曲线表的名称,x是沿曲线表x-轴的值,返回y值。


对于混合特征,可以指定轨线参数trajpar作为该函数的第二个自变量。


注释:曲线表特征通常是用于计算x-轴上所定义范围内x值对应的y值。当超出范围时,y值是通过外推的方法来计算的。对于小于初始值的x值,系统通过从初始点延长切线的方法计算外推值。同样,对于大于终点值的x值,系统通过将切线从终点往外延伸计算外推值。


复合曲线轨道函数


说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条