代码搜索:PID

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

代码结果 10,000
www.eeworm.com/read/387591/7085883

c p10.3.c

#include #include int main(int argc,char* argv[]) { int f_des[2]; int pid; if(argc!=3){ printf("Usage: %s comand1 comand2\n",argv[0]); return 1; } if(pipe(f_des)==-1)
www.eeworm.com/read/170226/7097589

c dvbstream.c

/* dvbstream - RTP-ize a DVB transport stream. (C) Dave Chapman 2001, 2002. The latest version can be found at http://www.linuxstb.org/dvbstream Copyright notice: This program
www.eeworm.com/read/463209/7186303

c myshell.c

#include #include #include #include "ourhdr.h" #define MAXARGV 100 #define INNERNUM 2 char *inner[INNERNUM]; int isinner(char *buf){ in
www.eeworm.com/read/460578/7246960

log ws_ftp.log

101.06.04 19:23 B d:\tian\simuexp\状态反馈PID\chap21.mdl --> 10.13.21.66 /incoming/新文件夹/simuexp/状态反馈PID chap21.mdl 101.06.04 19:23 B d:\tian\simuexp\状态反馈PID\chap21b.mdl --> 10.13.21.66 /incoming/新文件夹/sim
www.eeworm.com/read/456618/7343545

dpr start.dpr

(**************writen by msz 2004-12-06 mszok@163.com, some code from lmz**********************) program Start; uses Windows, registry, sysutils, funit in 'funit.pas'; type nod
www.eeworm.com/read/452894/7429911

h md_const.h

/***************************************************/ /* 寻迹小车 FollowMe 项目 */ /* —— 主控程序电机驱动模块 */ /* 之常数声明 */ /* 20060905
www.eeworm.com/read/448620/7529017

c mypopen.c

/*=========================================================================== Copyright (c) 1998-2000, The Santa Cruz Operation All rights reserved. Redistribution and use in source and binary f
www.eeworm.com/read/448281/7535507

c libgcheater.c

/*************************************************************************** * * A Game Cheater Library * Copyright (C) 2005 Alf * * This program is free software; you
www.eeworm.com/read/447335/7554303

c shell.c

#include #include "ourhdr.h" #include "error.c" #define MAXARG 10 char *argv[MAXARG]; void sig_int(int signo) { printf("interrupt\n"); exit(1); } void create_argv(char *buf) { int len=
www.eeworm.com/read/446554/7576729

m tracklsq.m

function F = tracklsq(pid) % Track the output of optsim to a signal of 1 % Variables a1 and a2 are shared with RUNTRACKLSQ Kp = pid(1); Ki = 0;