代码搜索:pid控制
找到约 10,000 项符合「pid控制」的源代码
代码结果 10,000
www.eeworm.com/read/242571/12998550
inf d12test.inf
[Version]
Signature="$CHICAGO$"
Class=USB
provider=%PHILIPS%
LayoutFile=layout.inf
[Manufacturer]
%MfgName%=Philips
[Philips]
%USB\VID_0471&PID_0222.DeviceDesc%=D12TEST.Dev, USB\VID_0471&P
www.eeworm.com/read/242571/12998555
inf d12test.inf
[Version]
Signature="$CHICAGO$"
Class=USB
provider=%PHILIPS%
LayoutFile=layout.inf
[Manufacturer]
%MfgName%=Philips
[Philips]
%USB\VID_0471&PID_0222.DeviceDesc%=D12TEST.Dev, USB\VID_0471&P
www.eeworm.com/read/242428/13007092
inf bulktest.inf
[Version]
Signature="$CHICAGO$"
Class=USB
provider=%YsuLyw%
LayoutFile=layout.inf
DriverVer=12/12/2001,1.0.1.0
[Manufacturer]
%YsuLyw%=YsuLyw
[YsuLyw]
%USB\VID_04B4&PID_8613.DeviceDesc%
www.eeworm.com/read/140969/13050181
inf d12test.inf
[Version]
Signature="$CHICAGO$"
Class=USB
provider=%PHILIPS%
LayoutFile=layout.inf
[Manufacturer]
%MfgName%=Philips
[Philips]
%USB\VID_0471&PID_0222.DeviceDesc%=D12TEST.Dev, USB\VID_0471&P
www.eeworm.com/read/140969/13050187
inf d12test.inf
[Version]
Signature="$CHICAGO$"
Class=USB
provider=%PHILIPS%
LayoutFile=layout.inf
[Manufacturer]
%MfgName%=Philips
[Philips]
%USB\VID_0471&PID_0222.DeviceDesc%=D12TEST.Dev, USB\VID_0471&P
www.eeworm.com/read/327198/13095589
inf stusb.inf
[Version]
Signature="$CHICAGO$"
Class=USB
provider=%SITRONIX%
[Manufacturer]
%SITRONIX%=SITRONIX
[SITRONIX]
%USB\VID_1403&PID_7FFF.DeviceDesc%=STUSB.Dev, USB\VID_1403&PID_7FFF
%USB\VID_0
www.eeworm.com/read/327198/13095672
inf stusb.inf
[Version]
Signature="$CHICAGO$"
Class=USB
provider=%SITRONIX%
[Manufacturer]
%SITRONIX%=SITRONIX
[SITRONIX]
%USB\VID_1403&PID_7FFF.DeviceDesc%=STUSB.Dev, USB\VID_1403&PID_7FFF
%USB\VID_0
www.eeworm.com/read/139897/13122554
c example2-01.c
//父进程通过管道向子进程传送消息,然后子进程再向屏幕打印出所收到的字符串
#include
#include
#include
int main(void)
{
int n,
fd[2]; // 本例把fd[0]和fd[1]分别当做读入管道和写出管道。
pid_t
www.eeworm.com/read/139562/13148948
m chap1_12.m
%PID Controler with Partial differential
clear all;
close all;
ts=20;
sys=tf([1],[60,1],'inputdelay',80);
dsys=c2d(sys,ts,'zoh');
[num,den]=tfdata(dsys,'v');
u_1=0;u_2=0;u_3=0;u_4=0;u_5=0;
www.eeworm.com/read/139562/13149058
m chap7_4.m
clear all;
close all;
nl_pid0=[0 0 0];
options=[1 0.01 0.01];
nl_pid=lsqnonlin('chap7_4f1',nl_pid0,options)