代码搜索:pid控制
找到约 10,000 项符合「pid控制」的源代码
代码结果 10,000
www.eeworm.com/read/175592/6341595
c pid.c
/*************************************************************************/
/* */
/* Copyright Mentor Graphics Cor
www.eeworm.com/read/493337/6400976
txt pid.txt
这个是温控系统中的一段
后面的什么电炉电扇就别管了
PID: MOV R5,#00H ;[PID算法子程序]
MOV R4,2DH ;取Nx值
MOV R3,#00H
MOV R2,#28H ;取40度值
LCALL CPL1
www.eeworm.com/read/493340/6400979
txt pid.txt
这个是温控系统中的一段
后面的什么电炉电扇就别管了
PID: MOV R5,#00H ;[PID算法子程序]
MOV R4,2DH ;取Nx值
MOV R3,#00H
MOV R2,#28H ;取40度值
LCALL CPL1
www.eeworm.com/read/493340/6400980
asm pid.asm
这个是温控系统中的一段
后面的什么电炉电扇就别管了
PID: MOV R5,#00H ;[PID算法子程序]
MOV R4,2DH ;取Nx值
MOV R3,#00H
MOV R2,#28H ;取40度值
LCALL CPL1
www.eeworm.com/read/491319/6438545
c pid.c
;**********************************************************************
;最佳参数:(此参数仅适用本系统)
; 采样周期10MS时
; KP=AFH*2,KI=46H,KD=F9*8H
; 运算中以上参数全当小数处理
; 即实际参数为:KP=0.6836*2 =1.3672
; KI=0.2734
; KD=0.
www.eeworm.com/read/488632/6482983
txt pid.txt
=====================================================================================================*/
#i nclude
#i nclude
/*==================================================
www.eeworm.com/read/488029/6494863
h pid.h
/*This file has been prepared for Doxygen automatic documentation generation.*/
/*! \file *********************************************************************
*
* \brief Header file for pid.c.
www.eeworm.com/read/488029/6494865
c pid.c
/* This file has been prepared for Doxygen automatic documentation generation.*/
/*! \file *********************************************************************
*
* \brief
* PID controller
www.eeworm.com/read/488084/6495872
c pid程序.c
/***********************************************************************
文件名:PID程序.C
功能: 用PID算法闭环控制BANGK3区DAC0832的输出电压,通过设置年想要的输出
电压,它通过ADC0804将O832的输出电压读回单片机进行PID自动调节,
并经过短时间将DAC0832的输出电压升到设
www.eeworm.com/read/485082/6572205
m pid.m
%delete(f_1);
set(f_1,'visible','off');
%set(m_1ctrlt,'visible','off');
set(gcf,'defaultuicontrolunits','normalized');
H=axes('unit','normalized','position',[0,0,1,1],'visible','off');
%全局设置
top