C语言实现PID算法.doc
C语言实现PID算法 #include struct_pid?{ ?int?pv?/*integer?that?contains?the?process?value*/ ?int?sp?/*integer?that?contains?the?set?point*/ ?float?integral; ?float?pgain; ?float?igain; ?float?dgain
下载地址
用户评论