搜索资源列表
levelingdevicePIDcontrolleresign
- 为了便于进行形象化的理解,本章进行了控制结果的可视化编程。利用Matlab与Borland C++ Builder的程序开发接口,通过建立独立的可执行程序,演示了控制过程中对熨平板进行调节的过程。最终认为,PID控制和人工神经网络控制对控制速度和精度都有了很多的改善;对摊铺机自动调平装置而言,其控制器的设计占有重要的地位。 -To facilitate figurative understanding of this chapter for the control of the results
IncPID
- matlab的c语言s函数,实现增量式pid控制算法-Matlab language c s function and achieve incremental pid control algorithm
pid
- PID 温度控制算法(C语言程序)
jiemiansheji
- 用c语言实现dcs中pid控制的界面设计-Dcs using c language in pid control interface design
Form1
- C# 树形菜单生成,需要三个字段ID pid name,然后自动生成树形菜单-C# to generate tree menu, you need three fields ID pid name, and then automatically generate tree menu
pid_test
- 利用VISUAL STDIO 2010集成开发环境,C/C++实现PID算法的模拟和仿真,包含位置PID和增量PID,可自主设置P.I.D的值以及其它各参量的值,在示波器窗口显示相关波形,可以帮助更好地理解PID算法。