以文本方式查看主题 - 计算机科学论坛 (http://bbs.xml.org.cn/index.asp) -- 『 C/C++编程思想 』 (http://bbs.xml.org.cn/list.asp?boardid=61) ---- [求助]运动插补程序 (http://bbs.xml.org.cn/dispbbs.asp?boardid=61&rootid=&id=36490) |
-- 作者:luheng -- 发布时间:8/7/2006 11:10:00 AM -- [求助]运动插补程序 怎样用C语言改写下面代码: 原来网址:[URL=http://www.orocos.org/documentation/interpolation-api.html] Figure 7 : p0 = 30; v0 = -2; a0 = -1; % initial time: % the profile has seven distinct phases, ending at time t7. % (Absolute values of) maximum velocity, acceleration and jerk: niter = 8 % maximum number of iterations % first try fast slow down to zero velocity: % "else": use double pulse trajectory, starting with highest velocity for i=1:niter
非常感谢!! |
-- 作者:luheng -- 发布时间:8/7/2006 3:34:00 PM -- 特别是trapacc_vel()函数的定义怎样写?? |
-- 作者:luheng -- 发布时间:8/11/2006 3:36:00 PM -- 各位大虾们帮忙啊!!!急!!!! |
W 3 C h i n a ( since 2003 ) 旗 下 站 点 苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》 |
77.988ms |