代码搜索:pid控制
找到约 10,000 项符合「pid控制」的源代码
代码结果 10,000
www.eeworm.com/read/159014/10701712
m multirate.m
% Jitterbug example: multirate.m
% ==============================
% Calculate the performance of ordinary/multirate ball & beam controller
s = tf('s');
Gphi = 4.4/s;
Gx = -9.0/s^2;
Q = diag([1 0]);
www.eeworm.com/read/158939/10719161
cpp unixprogram.cpp
#include "stdio.h"
#include "unistd.h"
#include "string.h"
#include /* Linux线程库头文件 */
#include
#include
#include
#include
us
www.eeworm.com/read/350518/10733838
h eth97j60.h
/*********************************************************************
*
* Ethernet registers/bits for PIC18F97J60
*
****************************************************************
www.eeworm.com/read/276245/10752466
m doublecontrol.m
% ====================================
% 互偶水槽建模和PI整定值
% ====================================
% 注意:将本实验的水槽T2的高度检测点由4置为1
%
% 清屏,清理工作空间,命令窗口
clear all;
close all;
clc
wwa=load('wwa50'
www.eeworm.com/read/276245/10752509
m distubplotpi.m
% ====================================
% 互偶水槽PID整定比较和响应指标计算
% ====================================
% 特别注意:
% 将干扰的检测点设为2,切记。
% 清屏,清理工作空间,命令窗口
clear all;
close all;
clc
%
www.eeworm.com/read/421154/10752937
c ax25dump.c
/* AX25 header tracing
*/
#include
#include "global.h"
#include "mbuf.h"
#include "ax25.h"
#include "lapb.h"
#include "trace.h"
#include "socket.h"
static char *decode_type(uint1
www.eeworm.com/read/276204/10753721
c kill.c
#include
#include
#include
#include
main()
{
pid_t pid;
int status;
if(!(pid= fork())){
printf("I am child process!\n");
sleep(10);
return;
}
else{
printf(
www.eeworm.com/read/275988/10778140
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/275970/10780357
c procpollable.c
#include
#include
#include
#include
#include
main()
{
int pid;
char proc[32];
FILE *pfp;
struct pollfd pfd;
if ((pid = fork()) == 0)