代码搜索:PID
找到约 10,000 项符合「PID」的源代码
代码结果 10,000
www.eeworm.com/read/454634/7386345
c main.c
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Limited 2006-2009
Part of BlueLab 4.1-Release
DESCRIPTION
FILE
main.c
*/
www.eeworm.com/read/454275/7395268
c setsid.c
/*
* linux/lib/setsid.c
*
* (C) 1991 Linus Torvalds
*/
#define __LIBRARY__
#include
_syscall0(pid_t,setsid)
www.eeworm.com/read/452710/7434900
c,v x_stacktrace.c,v
head 1.1;
access;
symbols;
locks
dls:1.1; strict;
comment @ * @;
1.1
date 97.09.21.19.29.03; author dls; state Dist;
branches;
next ;
desc
@@
1.1
log
@pre-3e code
@
text
www.eeworm.com/read/452710/7434929
c x_kill.c
/* x_kill.c - x_kill */
#include
#include
#include
/*------------------------------------------------------------------------
* x_kill - (command kill) termi
www.eeworm.com/read/452710/7434938
c x_stacktrace.c
/* x_stacktrace.c - x_stacktrace */
#include
#include
#include
/*------------------------------------------------------------------------
* x_stacktrace - (co
www.eeworm.com/read/452710/7435239
c,v setnok.c,v
head 1.1;
access;
symbols;
locks
dls:1.1; strict;
comment @ * @;
1.1
date 97.09.21.19.29.30; author dls; state Dist;
branches;
next ;
desc
@@
1.1
log
@pre-3e code
@
text
www.eeworm.com/read/452710/7435350
c setnok.c
/* setnok.c - setnok */
#include
#include
#include
/*------------------------------------------------------------------------
* setnok - set next-of-kin (noti
www.eeworm.com/read/451105/7471636
inf wceusbsh.inf
;
; Windows CE USB Host Setup File
; Copyright (c) Microsoft Corporation
;
; WCEUSBSH.INF -- This is the inf installation script for the stand-alone
; relea
www.eeworm.com/read/449038/7519791
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/449038/7519867
m test3.m
clear all;
close all;
kp=100;
Tp=1000;
tol=80; %假设系统参数
sys=tf([kp],[Tp,1],'inputdelay',tol);
figure(1);
rlocus(sys);
[km,pole]=rlocfind(sys)