1. 首页
  2. 编程语言
  3. C
  4. 2013年K60智能车平衡组国赛代码

2013年K60智能车平衡组国赛代码

上传者: 2019-03-08 06:23:24上传 ZIP文件 2.32MB 热度 36次
2013年K60智能车平衡组国赛代码 void DirectionControlOutput(void) { float fValue; fValue =g_fDirectionControlOutNew-g_fDirectionControlOutOld; //fValue =g_fDirectionControlOutOld-g_fDirectionControlOutOld2; g_fDirectionControlOut=fValue*(g_nDirectionControlCount + 1)/DIRECTION_CONTROL_PERIOD
用户评论
码姐姐匿名网友 2019-03-08 06:23:24

是完整程序,可运行