代码搜索:PID
找到约 10,000 项符合「PID」的源代码
代码结果 10,000
www.eeworm.com/read/114876/15034913
pl sbdump.pl
#!/usr/bin/perl
#
#--------------------------------------------------------------------
#----- $Header: /home/cvsroot/sebek/dump/sbdump.pl,v 1.4 2002/09/08 22:48:57 cvs Exp $
#------------------------
www.eeworm.com/read/114876/15034939
c libinvisible.c
//--------------------------------------------------------------------
//----- $Header: /home/cvsroot/sebek/adore/libinvisible.c,v 1.2 2002/07/12 19:56:20 cvs Exp $
//---------------------------------
www.eeworm.com/read/114554/15048075
init thttpd.init
#!/bin/bash
# The following two lines enable chkconfig(1) to manipulate this script
# chkconfig: 2345 99 01
# description: control Jef Poskanzer's tiny/turbo/throttling http daemon
# source function
www.eeworm.com/read/215440/15061149
soho ip-down.soho
#!/bin/sh
# ip-down
# This script is called with the same arguments as ip-up
# after the interface goes down.
umask 022
PATH=/sbin:/bin:
www.eeworm.com/read/114188/15066577
htm 00000009.htm
BBS水木清华站∶精华区
BBS水木清华站∶精华区
发信人: boyalone (不笑), 信区: Linux
www.eeworm.com/read/114188/15066619
htm 00000019.htm
BBS水木清华站∶精华区
BBS水木清华站∶精华区
发信人: mry (木日), 信区: Linux
标
www.eeworm.com/read/114188/15069353
htm 00000003.htm
BBS水木清华站∶精华区
BBS水木清华站∶精华区
发信人: reden (Offer 快快来啊 ~!), 信区: Linux &
www.eeworm.com/read/214909/15084139
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/213823/15123972
src 8.src
[Files]
xunxiandongzuo8.c
[Headers]
Main8.h
[Documents]
L_PID.c
Slave_SPI.c
TIMEDELAY8.c
www.eeworm.com/read/212498/15155538
c setsid.c
/*
* linux/lib/setsid.c
*
* (C) 1991 Linus Torvalds
*/
#define __LIBRARY__
#include
_syscall0(pid_t,setsid)