代码搜索:pid控制
找到约 10,000 项符合「pid控制」的源代码
代码结果 10,000
www.eeworm.com/read/198730/7098506
c pid.c
#include
#include
#include
/*====================================================================================================
PID Function
The PID (比例
www.eeworm.com/read/308745/7132511
pjt pid.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\ti\myprojects\putongPID\"
ProjectType=Executable
CPUFamily=TMS320C28XX
Tool="Comp
www.eeworm.com/read/308745/7132524
sbl pid.sbl
www.eeworm.com/read/308745/7132544
c pid.c
#include "DSP28_Device.h"
#include "DSP28_Adc.h"
#include "DSP28_PID.h"
#include "DSP28_Ram.h"
#include
#include
interrupt void adc_isr(void);//ADC中断地址
//----------------
www.eeworm.com/read/308745/7132581
paf pid.paf
www.eeworm.com/read/464450/7158025
pjt pid.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="DSP281x"
ProjectDir="C:\ICETEK\F2812\DSP281x_examples\lab0604-PID\V80\"
ProjectType=
www.eeworm.com/read/464450/7158029
sbl pid.sbl
www.eeworm.com/read/464450/7158041
c pid.c
#include "DSP281x_Device.h" // DSP281x Headerfile Include File
#include "DSP281x_Examples.h" // DSP281x Examples Include File
#include "ctr.h"
#include "PID.h"
// Prototype statements for
www.eeworm.com/read/464450/7158043
h pid.h
unsigned int numbers[104]=
{
//-- 0123456789 -- ** 宋体, 12 **
// 当前所选字体下一个汉字对应的点阵为: 宽度x高度=80x16, 调整后为: 80x16
0x0000,0x0FE0,0x1010,0x2008,0x2008,0x1010,0x0FE0,0x0000,
0x0000,0x2010,0x2010,
www.eeworm.com/read/464450/7158059