1)  ensemble correlation function
总体相关函数
2)  general
总体
1.
In order to instead the Nanhai Ziqiang Hao Platform, the modified production platform must meet the capability of it in the limited-space conditions of jack-up rig, and this make it difficult to general and piping.
改造过程中在自升式移动钻井平台原有空间有限的条件下进行了改造,使其达到原“南海希望号”浮式生产储油装置的生产处理能力;在总体设计和配管设计中虽遇到很大的困难,但该项目在满足规范要求的情况下,因地制宜,采用了一些有效可行的措施,成功地进行了改造设计。
2.
The author points out that the rational factors of science come into being in three different respects: the first, subject is differentiated from object; the second, the individual is differentiated from the general; the third, the individual stands on the opposite in conception.
从发生学角度对人类科学理性的产生作详细的考察 ,指出 :主体从客体中分化 ,个体从总体中分化 ,个体在观念中的自我对象化是科学理性因素产生过程中的三个不同方面。
3)  population
总体
1.
Improving methods to calculate estimator minimum variance of the finite population mean;
总体均值估计量最小方差的改进
2.
Realizing the Test of Bartlett Homogeneity of Variance for N Population Variance in Excel;
在EXCEL中实现多总体方差的Bartlett齐性检验
3.
X_n be independent and identically distributed samples deawn from a population x with distribution F.
设总体X的分布函数为F(X),而X_1,X_2,…X_n是X的简单随机样本。
4)  overall
总体
1.
This paper introduces overall design,structural design and features of this bridge.
着重对其总体设计、结构设计及特点进行介绍。
2.
This paper describes the overall concept of “Tender Working out System for construction Supervision”from the views of work organization and technical management,including the expected goal of the system in use.
本文从生产组织、技术管理的角度 ,论述了《工程建设施工监理投票书编制系统》软件研发的总体构思和投入应用的期望值。
3.
The experience, lessons and understandings to port design along the Canal at the south of the Lower Reaches of the Yangtze River including overall layout, vessel standard, design width of harbor basin and handling technology design, etc.
回顾浅析江南运河港口的总体布置、船型标准、港池设计宽度、装卸工艺设计等方面的经验教训和体会。
5)  totality
总体
1.
Suppose the totality is normal distribution,it is the premise of most of statistic analyses and examinations,but the calculations which use big stylebook to examine the totality normal distribution are much more complex,and it is hard to finish by handwork.
假定总体为正态分布 ,是绝大多数统计分析和统计检验的前提。
2.
He rewrote the history concept between the totality and language.
詹姆逊在总体和语言的相互联系中重写历史概念,使其建构的历史主义本质上是一种阐释学的历史主义或者历史主义的阐释学。
3.
They are totality, consciousness and social existence, ideology and truth.
在法兰克福学派对曼海姆知识社会学的批判中 ,有四个反复出现的主题 ,即总体性、意识与社会存在、意识形态、真理。
6)  general process technology
总体工艺
参考词条
补充资料: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值,系统通过将切线从终点往外延伸计算外推值。


复合曲线轨道函数


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