代码搜索:Process
找到约 10,000 项符合「Process」的源代码
代码结果 10,000
www.eeworm.com/read/240317/13224763
a86 process.a86
; File : $PROCESS.A86$
;
; Description :
;
; Original Author : DIGITAL RESEARCH
;
; Last Edited By : $CALDERA$
;
;------------------------------------------
www.eeworm.com/read/239724/13259464
c process.c
#include
void process(char * buf, char * pg[])
{
int i = 0;
char * pscan = buf;
pg[i++] = buf;
while (*pscan++ != '\n')
{
if (*pscan == ' ')
www.eeworm.com/read/239724/13259471
h process.h
#ifndef __PROCESS_H
#define __PROCESS_H
#define BUFMAX 256
#define ARGMAX 20
void process(char * buf, char * pg[]);
#endif
www.eeworm.com/read/239724/13259483
o process.o
www.eeworm.com/read/324430/13263225
h process.h
www.eeworm.com/read/138026/13272317
h process.h
/* process.h
Symbols and structures for process management.
Copyright (c) Borland International 1987,1988,1990
All Rights Reserved.
*/
#if __STDC__
#define _Cdecl
#else
#define _
www.eeworm.com/read/137364/13326642
awk process.awk
{ if(!(i%5))
d = 1e10;
if($1 < d)
d = $1;
i++;
if(!(i%5))
{ # print d;
d1 += d;
d2 += d*d;
n++;
}
t += $2;
t2 += $2*$2;
tn++;
}
END {
m = d1/n;
d = sqrt((d2/n - m*m)*n/(n - 1));
www.eeworm.com/read/137279/13335267
sys process.sys
www.eeworm.com/read/137279/13335269
c process.c
//
// Process.C
// Craig.Peacock@beyondlogic.org
// http://www.beyondlogic.org
//
// Registers a ProcessNotifyRoutine using PsSetCreateProcessNotifyRoutine to
// display via a debugger, proces
www.eeworm.com/read/137279/13335275
rc process.rc
#include
#include
#define VER_FILETYPE VFT_DRV
#define VER_FILESUBTYPE VFT2_DRV_SYSTEM
#define VER_FILEDESCRIPTION_STR "Beyond Logic Process Monitor"
#define V