说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 关系型数据
1)  Relational Data
关系型数据
1.
Research on Data Grid Middleware for Relational Data Sharing;
面向关系型数据共享的数据网格中间件研究
2)  relational data model
关系型数据模型
1.
This Paper Introduces the modeling methods of object-oriented data model,and the methods of transforming an object-oriented data model to a relational data model,which combines with the development of an Engine CAD Database System.
文中结合汽车发动机CAD系统的数据库开发,介绍了面向对象数据模型的建模方法,以及将面向对象数据模型映射到关系型数据模型的方法和应用。
3)  relation database
关系型数据库
1.
Technology of bidirectional mapping between Java content repository and relation database based on XML
基于XML实现Java内容仓库和关系型数据库的双向映射
2.
With constant expansion of the application and multimedia technology,it is found that a number of restrictions and deficiencies of the relevant database and as a result the technology of the database has been entered the "post-relation database era".
随着数据库技术在应用领域的不断拓展,人们发现关系型数据库的许多限制和不足,因而数据库技术进入了“后关系数据库时代”。
3.
With the advantages of various workflow models based on traditional relation database and the hierarchical and structural characteristic of XML,we present a new workflow management system implementation scheme based on relation database and XML form in web environment.
结合不同工作流管理模型的优点以及XML的结构化、层次化的特征,提出了一种Web环境下基于关系型数据库和XML表单的工作流管理系统实现方案。
4)  relational database
关系型数据库
1.
Workflow management system based on form and relational database;
基于表单和关系型数据库的工作流管理系统
2.
Investigation of workflow mechanism on the basis of relational database and its implementation;
关系型数据库实现工作流机制研究与实践
3.
Storing XML documents in relational database based on DTD;
基于DTD在关系型数据库中存储XML文档
5)  relational data model
关系数据模型
1.
Mapping form Relational Data Model to XML Document;
关系数据模型到XML文档之间映射
2.
On this basis, the authors give the mapping rules between main elements in DTD of XML document and relational data model; and design the algorithm for the autogeneration of conversion rule script and the algorithm for data conversion.
给出 XML文档的 DTD中各主要元素与关系数据模型之间的映射规则 ,设计转换规则脚本的自动生成算法和数据转换算法 。
6)  Post-Relational Database
后关系型数据库
1.
Application Future of Post-Relational Database Cachéin Medical Field;
论后关系型数据库Caché在医疗行业的应用前景
2.
Caché is a post-relational database that uniquely offers three integrated data access options: a robust object database,high performance SQL,and rich multidimensional access.
对后关系型数据库Caché进行研究,首先分析了Caché的存取数据模型、Web架构以及CSP的工作原理,它提供了健壮的对象式数据存取、高性能的SQL查询和多维数据存取方式。
补充资料: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值,系统通过将切线从终点往外延伸计算外推值。


复合曲线轨道函数


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