代码搜索:PID
找到约 10,000 项符合「PID」的源代码
代码结果 10,000
www.eeworm.com/read/222611/14683752
m chap2_8f.m
%PID Controler Based on Ziegler-Nichols
clear all;
close all;
ts=0.25;
sys=tf(1,[10,2,0]);
dsys=c2d(sys,ts,'z');
[num,den]=tfdata(dsys,'v');
axis('square'),zgrid('new');
figure(1);
rloc
www.eeworm.com/read/122180/14715694
c homeworkb2.c
#include
#include
#include
void killchild(int);
main()
{
static a,b,c;
int pid0,pid1,pid2;
pid1=fork();
if(pid1==0){
for(;;){
www.eeworm.com/read/221801/14720233
asm speed_pi.asm
*************************************************************
* Speed PI Regulator
*************************************************************
; .ref pid_reg_spd,pid_reg_spd_init ; function cal
www.eeworm.com/read/221780/14721883
c setsid.c
/*
* linux/lib/setsid.c
*
* (C) 1991 Linus Torvalds
*/
#define __LIBRARY__
#include
_syscall0(pid_t,setsid)
www.eeworm.com/read/221695/14729080
c base.c
/*
* linux/fs/proc/base.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*
* proc base directory handling functions
*/
#include
#include
#include
www.eeworm.com/read/221205/14753669
mkcron
#!/bin/ksh
. common.ksh
# date +%Y%m%d
cout=0
while read -r task taskName start interval rest
do
(( cout = cout + 1 ))
echo "$cout%5" | bc | read -r mod rest
[[ $mod = 1 ]] && task=WK_DISK_10
www.eeworm.com/read/120823/14786653
c devzero.c
#include
#include
#include
#include "ourhdr.h"
#define NLOOPS 1000
#define SIZE sizeof(long) /* size of shared memory area */
static int update(long *);
int
m
www.eeworm.com/read/120822/14786666
c child.c
#include
#include
#include
static void sig_cld();
int
main()
{
pid_t pid;
if (signal(SIGCLD, sig_cld) == -1)
perror("signal error");
if ( (pid = fork()) < 0
www.eeworm.com/read/220368/14802781
inf adiusbdac.inf
[Version]
Signature="$CHICAGO$"
Class=USB
provider=%ADI%
LayoutFile=layout.inf
[Manufacturer]
%ADI%=Analog
[Analog]
;AD5570
%USB\VID_0456&PID_B200.DeviceDesc%=ADBVUSB.Dev, USB\VID_0456&
www.eeworm.com/read/118873/14850931
bat s_die.bat
@echo off
copy setpidev.bat + ircd.pid ircdtemp.bat > nul
call ircdtemp.bat
kill -SIGTERM %ircd_pid%
call setpidev.bat
del ircdtemp.bat