代码搜索结果
找到约 10,000 项符合
PID 的代码
pid.mdl
Model {
Name "PID"
Version 6.0
GraphicalInterface {
NumRootInports 4
Inport {
Name "Kp"
}
Inport {
Name "e"
}
Inport {
pid.h
#include
unsigned int ypid(unsigned int give,unsigned int feedback);
void clr_lastout(unsigned int value1);
void initialize_pid_value(void);
void xp_setup(void);
void xi_se
pid.c
#include
#include "pid.h"
#include "cry1602.h" //包含液晶操作函数
//============================PID运算子程序=====================================
//函数说明:主要用于PI运算,通过给定和反
pid.h
#ifndef _PID_H_
#define _PID_H_
#include "Xdata.h"
extern void Init_Para();
extern void PID();
extern void save_pid(BYTE nrfrm,BYTE idata* dat);
extern void Update_PID_Para();
extern void Upd
pid.c
#include
#include "s_table.h"
#include "jdq.h"
#include "delay.h"
#include
#include "pid.h"
#include
#include
#include "Xdata.h"
#include "watchdog.h"
pid.lst
C51 COMPILER V3.20, SN-0 PID 05/24/04 10:40:00 PAGE 1
DOS C51 COMPILER V3.20, COMPILATION OF MODULE PID
OBJECT MODULE PLACED I
pid.c
/*************************************************************************/
/* */
/* Copyright (c) 1993-1998 Accelerated
pid.txt
#include
#include
struct _pid {
int pv; /*integer that contains the process value*/
int sp; /*integer that contains the set point*/
float integral;
float pg
pid.c
/****************************************************************************
* 文 件 名:PID.c
* 版 本: V1.0
* 连 接:
* 功 能:PID源文件
* 作者:黄振升
* 日期:2007/8/20
*---------------历史版本信息--------