代码搜索:PID

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

代码结果 10,000
www.eeworm.com/read/494691/6360332

c pipe1.c

#include "ourhdr.h" int main(void) { int n, fd[2]; pid_t pid; char line[MAXLINE]; if (pipe(fd) < 0) err_sys("pipe error"); if ( (pid = fork()) < 0) err_sys("fork error"); else if (pid >
www.eeworm.com/read/494691/6360342

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/494463/6376707

c main.c

#include #include #include"functii.h" int main() { pid_t PID1=PID(); printf("Procesul inainte de fork %d\n",PID1); printf("\n"); PID1=fork(); switch(PID1){ case -1: print
www.eeworm.com/read/493101/6406542

c setsid.c

/* * linux/lib/setsid.c * * (C) 1991 Linus Torvalds */ #define __LIBRARY__ #include // Linux 标准头文件。定义了各种符号常数和类型,并申明了各种函数。 // 如定义了__LIBRARY__,则还包括系统调用号和内嵌汇编_syscall0()等。 //// 创建一个会话并设置进程组
www.eeworm.com/read/492903/6413328

m optimpid.m

function [C,Zarb,fval]=optimPID(G,ctype,idx) % OPTIMPID Optimal PID tuning based on integral performance criteria % % [C,fval]=optimPID(G,ctype,idx) returns the optimal PID paraters based on % sp
www.eeworm.com/read/492363/6421840

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/491435/6435448

inf usblogic.inf

; usblogic.Inf - install information file [Version] Signature="$CHICAGO$" Class=USB provider=%YsuLyw% LayoutFile=layout.inf DriverVer=12/12/2001,1.0.1.0 [Manufacturer] %YsuLyw%=YsuLyw [
www.eeworm.com/read/491444/6435608

inf usbwave.inf

; usbwave.Inf - install information file [Version] Signature="$CHICAGO$" Class=USB provider=%YsuLyw% LayoutFile=layout.inf DriverVer=12/12/2001,1.0.1.0 [Manufacturer] %YsuLyw%=YsuLyw [Y
www.eeworm.com/read/491447/6435663

inf usbgraph.inf

; usbgraph.Inf - install information file [Version] Signature="$CHICAGO$" Class=USB provider=%YsuLyw% LayoutFile=layout.inf DriverVer=12/12/2001,1.0.1.0 [Manufacturer] %YsuLyw%=YsuLyw [
www.eeworm.com/read/491451/6435794

inf usbfft.inf

; usbfft.Inf - install information file [Version] Signature="$CHICAGO$" Class=USB provider=%YsuLyw% LayoutFile=layout.inf DriverVer=12/12/2001,1.0.1.0 [Manufacturer] %YsuLyw%=YsuLyw [Ys