• 大小: 2KB
    文件类型: .cpp
    金币: 1
    下载: 0 次
    发布日期: 2021-01-07
  • 标签: C++  大学课程  

资源简介

六槽槽轮机构设计程序。其中拨杆以等角速度顺时针旋转。本程序可求解槽轮无因次角位移S、无因次角速度V、无因次角加速度A。

资源截图

代码片段和文件信息

#include
#include
double case1_thcout(double akbdouble akadouble thbdouble tha)
{
return atan2(akb*sin(thb)+aka*sin(tha)akb*cos(thb)+aka*cos(tha));
}
double case1_pcout(double akbdouble akadouble thbdouble tha)
{
double thcout;
thcout=atan2(akb*sin(thb)+aka*sin(tha)akb*cos(thb)+aka*cos(tha));
return akb*cos(thb-thcout)+aka*cos(tha-thcout);
}
double case2_albout(double akadouble thcdouble thbdouble tha)

{
return -aka*sin(tha-thc)/sin(thb-thc);
}
double case2_alcout(double akadouble thcdouble thbdouble tha)
{
return aka*sin(tha-thb)/sin(thc-thb);
}
void main(void)
{
int iN=60Z=6;
double c1=108.0;
double b2tau_hVASTp3tautasak31ak40;
double theta_40theta_htheta_2theta_20theta_3theta_30theta_31;
double d_ttb2d_th

评论

共有 条评论