代码搜索结果

找到约 10,000 项符合 PID 的代码

digital_pid_vec.asm

.include "lf2407_regs.h" ;引用头部文件 ;建立中断向量表 .sect ".vectors" ;定义主向量段 Reset_VEC B _cy_begin ;PM 0 Reset Vector 1 INT1 B GISR1 ;PM 2 Int level 1 4 INT2 B PHANT

76_pid_stim.vhd

library work; entity test_pid is end test_pid; architecture beh of test_pid is component fu_pid port ( reset : in bit; Fsignin : in bit; HostInterrupt : in bit; Positi

wm_pid__getprevstate.c

/* ********************************************************************************************************* * uC/GUI * Univers

bp_pid01.m

% % % BP网PID控制器的S函数 function [sys,x0,str,ts]=bp_pid01(t,x,u,flag,T,nh,xite,alfa,kf1,kf2) switch flag, case 0, [sys,x0,str,ts]=mdlInitializeSizes(T,nh); case 3, sy

ac6611_pid.cpp

//--------------------------------------------------------------------------- #include #pragma hdrstop USERES("AC6611_PID.res"); USEFORM("PID.cpp", Form1); //---------------------------