代码搜索:pid控制
找到约 10,000 项符合「pid控制」的源代码
代码结果 10,000
www.eeworm.com/read/230389/14290837
lst pid.lst
C51 COMPILER V7.50 PID 01/15/2007 11:42:55 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE PID
OBJECT MODULE PLACED IN pid
www.eeworm.com/read/230389/14290848
obj pid.obj
www.eeworm.com/read/230389/14290849
opt pid.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/230389/14290860
c pid.c
/*====================================================================================================
这是从网上找来的一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID
参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采
www.eeworm.com/read/230389/14290862
plg pid.plg
礦ision2 Build Log
Project:
D:\work\keil-c\pid\pid.uv2
Project File Date: 10/21/2006
Output:
Build target 'Target 1'
compiling pid.c...
PID.C
www.eeworm.com/read/230389/14290870
pid_jd
www.eeworm.com/read/230031/14308382
pid_moto
www.eeworm.com/read/128178/14311886
c pid.c
/*************************************************************************/
/* */
/* Copyright (c) 1993-1996 Accelerated
www.eeworm.com/read/228699/14365927
h pid.h
//this code initializes a 16 bit timer for use as a pwm and implements a pid controller
//I use this code for temperature correction, with the plant value being an adc thermistor reading,
//and the