代码搜索:PID
找到约 10,000 项符合「PID」的源代码
代码结果 10,000
www.eeworm.com/read/402196/11541271
c monitor.c
#include
#include
#include
#include
#include
int main(int arg, char *argv[],char ** environ)
{
int fd[2];
pid_t pid;
int stat_v
www.eeworm.com/read/400742/11569643
c setsid.c
/*
* linux/lib/setsid.c
*
* (C) 1991 Linus Torvalds
*/
#define __LIBRARY__
#include // Linux 标准头文件。定义了各种符号常数和类型,并申明了各种函数。
// 如定义了__LIBRARY__,则还包括系统调用号和内嵌汇编_syscall0()等。
//// 创建一个会话并设置进程组
www.eeworm.com/read/158170/11639313
src mydesign.src
[Files]
init.c
main.c
PID.c
1602B_LCD.c
Delay.C
key5.c
[Headers]
1602LCD.h
init.h
PID.h
main.h
key5.h
[Documents]
www.eeworm.com/read/158170/11639435
mak mydesign.mak
CC = iccavr
CFLAGS = -IC:\icc\include\ -ID:\hujie -e -l -g -Wa-W
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -LC:\icc\lib\ -g -Wl-W -bfunc_lit:0x1a.0x2000 -dram_end:0x25f -bdata:0x60.0x25f -dhwstk_size
www.eeworm.com/read/157914/11656166
inf ezusbw2k.inf
[Version]
Signature="$CHICAGO$"
Class=USB
provider=%Cypress%
LayoutFile=layout.inf
[Manufacturer]
%Cypress%=Cypress
[Cypress]
;
; This is the VID/PID for the EZ-USB development board. Th
www.eeworm.com/read/157911/11656215
inf ezusbw2k.inf
[Version]
Signature="$CHICAGO$"
Class=USB
provider=%Cypress%
LayoutFile=layout.inf
[Manufacturer]
%Cypress%=Cypress
[Cypress]
;
; This is the VID/PID for the EZ-USB development board. Th
www.eeworm.com/read/156735/11780426
c setsid.c
/*
* linux/lib/setsid.c
*
* (C) 1991 Linus Torvalds
*/
#define __LIBRARY__
#include
_syscall0(pid_t,setsid)
www.eeworm.com/read/345470/11814682
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/155809/11845602
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