代码搜索:Process

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

代码结果 10,000
www.eeworm.com/read/127704/6002209

tcl cachetrace.tcl

# # Copyright (C) 1996-1998 by the Board of Trustees # of Leland Stanford Junior University. # # This file is part of the SimOS distribution. # See LICENSE file for terms of the license. # ###
www.eeworm.com/read/127704/6002216

tcl user_anns.tcl

# # Copyright (C) 1996-1998 by the Board of Trustees # of Leland Stanford Junior University. # # This file is part of the SimOS distribution. # See LICENSE file for terms of the license. # pro
www.eeworm.com/read/127438/6006054

c mpiexec.c

/* -*- Mode: C; c-basic-offset:4 ; -*- */ /* $Id: mpiexec.c,v 1.12 2002/11/15 22:04:21 gropp Exp $ * * (C) 2001 by Argonne National Laboratory. * See COPYRIGHT in top-level directory. */ /
www.eeworm.com/read/127438/6006088

c exittest_nompi.c

#include int main(int argc, char *argv[]) { fprintf( stderr, "Process %d is alive\n", getpid( ) ); fprintf( stderr, "Process %d exiting with exit code %d\n", getpid( ), -getpid( ) )
www.eeworm.com/read/126884/6010497

java transition.java

package org.trinet.pcs; /** * Transition ALL Process Table rows with state/results defined in the * Transition table */ class Transition { public static void main (String args[])
www.eeworm.com/read/126884/6010499

java processrow.java

/** * Structure of the Process Table */ //package ProcessControlSystem; package org.trinet.pcs; import java.sql.*; import java.util.*; //import sqlj.runtime.ref.DefaultContext; //i
www.eeworm.com/read/126765/6012647

c mmanpxlib.c

/* mmanPxLib.c - memory management library (POSIX) */ /* Copyright 1984-1995 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* modification history -------------------- 01d,19jan95,jdi doc
www.eeworm.com/read/126702/6014397

java execdemo.java

package exec; /** 在可靠的环境中,可以在你的多任务操作系统中使用Java去执行其他特别繁重的进程 (也即程序)。exec( )方法的几种形式允许命名想运行的程序以及它们的输入参数。exec( ) 方法返回一个<mark>Process</mark>对象,这个对象可以被用来控制你的Java程序如何与这个正在运行的 新进程相互作用。因为Java可以运行在多种平台和多种操作系统的情况下,e ...
www.eeworm.com/read/125688/6026521

h pcb.h

/*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * William Jolitz. * * Redistributi
www.eeworm.com/read/125195/6032646

asp rs_cost.asp