}
double f(double t) {
return(9600*(1-exp(-t/15))-480*t);//物体在Y方向的路程与时间的关系,由书上给出。//
}
double r(double t) {
return(2400*(1-exp(-t/15)));//物体在x方向的路程与时间的关系,由书上给出。//
}
}
double f(double t) {
return(9600*(1-exp(-t/15))-480*t);//物体在Y方向的路程与时间的关系,由书上给出。//
}
double r(double t) {
return(2400*(1-exp(-t/15)));//物体在x方向的路程与时间的关系,由书上给出。//
}
下一篇:就业指导课程