说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 问题相关说明
1)  problem-dependent description
问题相关说明
2)  specification of problem
问题说明
3)  relevant problem
相关问题
1.
Aiming at current situation of research,this paper discusses some relevant problems in constructing digital library,such as the storage of digital information,normalized retrieval standard, the construction of large number digital resource, design and safty of network, representation of multimedia information, ownership of knowledge and work,and the data model of.
针对目前研究情况,探讨了数字图书馆构建中所面临的数字化信息存储、统一规范的检索标准、海量数字化资源建设、网络设计与安全、多媒体信息的表现、知识产权和著作权以及数字图书馆数据模型方案的设计等相关问题。
4)  related problem
相关问题
1.
According to actual situation of rain and dew retting in present,the paper introduced briefly the important meanings of developping rain and dew retting,and advanced several proposals about its procees,equipment and the related problems.
对雨露沤麻的工艺、设备及相关问题提出几点建议。
5)  relevant problems
相关问题
1.
Basic results of multi-target geochemical survey in the Nanjing area and its relevant problems;
南京地区多目标地球化学调查基本成果及其相关问题初探
2.
In order to disscuss the application of the clinical pathway, it is introduced in this article that the concept, practice method of the clinical pathway and the way to solve the relevant problems in practicing the clinical pathway process, it is of considerable significance for the popularization of the clinical pathway in our country.
为探讨临床路径在我国的应用 ,本文介绍了临床路径的定义、实施方法以及实施过程中相关问题的解决办法 ,对临床路径在我国的推广具有一定的借鉴意
3.
With respect to the concepts of CIP and SIP,the relevant problems existed in pharmaceutical equipment were discussed in this article.
从CIP与SIP的概念与要求入手,对当前制药设备中CIP与SIP相关问题进行了探讨。
6)  related Issues
相关问题
1.
Based on lots of literatures,the author reviews the basic concept and related issues of forest resources quality in China.
本文在阅读大量文献资料的基础上,对森林资源质量相关问题的研究现状进行了评述,认为今后应加强对森林资源质量相关问题的研究,从而为制定和完善提高我国森林资源质量的相关政策提供坚实的理论基础和客观依据。
2.
Through discussing the story itself and some related issues,this paper tries to analyze real fact of the event and the reason why people have dispute on it.
通过对旗亭画壁故事本身及相关问题的讨论,可以分析出其事之真伪以及产生争论的原因。
3.
However, some related issues of visualization technology lacks attentions, such as coordination of views.
而可视化技术一些相关问题的研究则相对匮乏,如可视化视图的协作等。
补充资料: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值,系统通过将切线从终点往外延伸计算外推值。


复合曲线轨道函数


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