说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 曲线方程
1)  curve equation
曲线方程
1.
Study on curve equation of unfolded-drawing on the cut-cone surface
截头圆锥体表面交线展开图曲线方程的研究
2.
The curve equations of stereographic projections for meridian and woof in Wulff net are worked out with mathematical method.
 运用数学方法推导出了乌氏网极射平面投影经线和纬线的曲线方程,并在此基础上,介绍了一种利用计算机精确绘制任意经度和纬度乌氏网的方法。
3.
The curve equation of the developed pattern of the arciform plate is presented.
介绍了塔器内梁型气体喷射式填料支承及其拱形板展开图 ,并通过详细计算给出了该展开图的曲线方程
2)  curvilinear equation
曲线方程
1.
In this paper, the curvilinear equation of the complexometric back titration has been derived, the complexometric back titration curve has been drawn and the pN break has been calculated.
推导了络合返滴定曲线方程 ,绘制了络合返滴定曲线和计算了pN突跃。
2.
Here we obtain the complete ration geometrical characteristic of the curvilinear equation in plane by using translation and rotation of axes,therefore we can show the important parameter of the curve expressed as their idiographic equation conveniently.
文章用坐标平移与旋转方法,获得了曲线方程(a1x+b1y+c1)(a2x+b2y+c2)=1((a12+b12)(a22+b22)≠0(1)在xoy平面上的完全定量几何特征。
3.
With the methods of fitting,interpolation,etc,a curvilinear equation which can conveniently and quickly describes the bending centerline has been obtained.
以条材类零件受到集中力作用产生的弯曲中心线为研究对象,通过拟合、插值等方法,分析得出一种方便、快捷描述弯曲中心线的曲线方程
3)  the geometrical properties
曲线方程
1.
Then according to the geometrical properties of plastic dams, the curve equations of the cutting face are successively derived out, and the curve shape are also fitted.
并按照坝袋的几何性质导出坝体截面各段曲线方程,拟合出坝体截面的曲面外形,为坝体整体的CAE建模和加载计算分析做好准备工作。
2.
The curve equations of different sections are successively derived according to the geometrical properties of plastic dams,and the shape of the dam are generated.
按照坝袋的几何性质导出坝体截面各段曲线方程,拟合出坝体截面的曲面外形,为坝体整体的CAE建模和加载计算分析做好了准备工作。
4)  hyperbolic curve equation
双曲线方程
1.
Hyperbolic curve equation(X_t = b-a/t) was used to fit the accumulated nutrient dissolving percentage and the slow-release index(SRI) calculated from b and a values of the equation was used to evaluate the nut.
在实验室条件下,采用简化的工艺制备了对氮、磷、钾三元素均有部分缓释作用的复混肥(化学缓释肥),用特定淋洗装置测定肥料各养分随时间的溶出率,通过双曲线方程Xt=b-a/t对其养分累计溶出率与时间的关系进行拟合,以方程常数b和a计算出的缓释指数(SR I)来定量评价肥料缓释特性,同时进行盆栽试验,探讨了缓释指数与复混肥中相应缓释添加剂百分含量(X)之间、各复混肥处理的油菜产量与复混肥中缓释添加剂总含量(X')之间的关系。
5)  R curve equation +
R-曲线方程
6)  deflection curve equation
挠曲线方程
1.
In this paper, the deflection curve equation is presented by means of singular function.
本文采用奇异函数建立简支梁的挠曲线方程,进而推出等截面连续梁的三弯矩方程的新形式。
补充资料:方程式曲线在UG软件中的生成 Unigraphics-二次开发

新闻摘要:在UG软件中,对于曲线的生成有多种生成工具,可生成直线、圆弧、椭圆、样 条、抛物线、双曲线等等,特别值得一提的是,在UG软件中,具有生成以方程 式表达的曲线的功能,且该曲线还具有相关性,即如果方程式变化时,曲线也 会跟着变化,这特别适合某些特定的需要,如凸轮的建模等。 在UG软件中方程式曲线的建模步骤主要由两在UG软件中,对于曲线的生成有多种生成工具,可生成直线、圆弧、椭圆、样 条、抛物线、双曲线等等,特别值得一提的是,在UG软件中,具有生成以方程 式表达的曲线的功能,且该曲线还具有相关性,即如果方程式变化时,曲线也 会跟着变化,这特别适合某些特定的需要,如凸轮的建模等。


     在UG软件中方程式曲线的建模步骤主要由两步构成:第一步是建立表达式,第 二步是建立该方程式曲线,下面以一实例为例,说明其建立步骤。


     下图是一凸轮曲线的展开图,其方程式是: y=30sinα+40 0≤α≤360


 


     第一步是将以上方程转换为参数方程 x=35*cos(α) 35为外圆半径 y=35*sin(α) z=30*sin(α)+40 α=360*t 0≤t≤1


     注意:将方程转化为参数方程时,一定要将其转换为以变量t为参数的方程,在 UG中,t的变化范围一定是从0到1。


     第二步,将参数方程输入为UG软件中的表达式,对应以上参数方程,请输入以 下表达式: t=1 α=360*t x=35*cos(α) y=35*sin(α) z=30*sin(α)+40


    第三步建立曲线:     Toolbox->Curve…->Law Curve->提示定义X轴->选By Equation->提示定义X轴,输入参数表达式->输入t->提示定义X轴,输入方程表达式->输入 x->接着提示定义Y轴,同样按照步骤定义Y轴和Z轴->选择OK,生成所需曲线。


     第四步建立实体模型,用UG软件的其他功能,完成最终模型。


 

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