代码搜索:Process
找到约 10,000 项符合「Process」的源代码
代码结果 10,000
www.eeworm.com/read/189477/5192717
h process.h
#ifndef _PROCESS_H
#define _PROCESS_H
#define BLOCKED 0x0
#define RUNNABLE 0x1
#define WAITING 0x2
#define ZOMBIE 0x4
#define CLEAR 0x8
#define TIME_QUANTUM 200
class process
{
www.eeworm.com/read/189320/5197862
vcw process.vcw
Microsoft eMbedded Visual Tools Workspace File, Format Version 3.00
#
# $Id: EM3WorkspaceCreator.pm,v 1.5 2004/03/15 16:04:13 elliott_c Exp $
#
# This file was generated by MPC. Any changes made dire
www.eeworm.com/read/189320/5197868
dsw process.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
#
# $Id: VC6WorkspaceCreator.pm,v 1.15 2006/02/22 20:05:55 elliott_c Exp $
#
# This file was generated by MPC. Any changes made directly
www.eeworm.com/read/189320/5197875
cpp process.cpp
// process.cpp,v 4.27 2005/01/29 19:15:58 jtc Exp
// ============================================================================
//
// = LIBRARY
// examples
//
// = FILENAME
// process.cpp
//
www.eeworm.com/read/189320/5197877
sln process.sln
Microsoft Visual Studio Solution File, Format Version 8.00
#
# $Id: VC71WorkspaceCreator.pm,v 1.7 2006/01/25 17:42:09 elliott_c Exp $
#
# This file was generated by MPC. Any changes made directly to
www.eeworm.com/read/185663/5236981
h process.h
// Copyright (C) 1999-2005 Open Source Telecom Corporation.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as publis
www.eeworm.com/read/184877/5244739
c process.c
#include "cam.h"
#include "cmv.h"
struct cam c;
int skip = 6;
void process(int argc, char *argv[]) {
int id = 0;
char filename[24] = "colors.txt";
for (;;) {
int t = getopt(argc, argv, "d:f:c
www.eeworm.com/read/184877/5244746
c process.c
#include "cam.h"
struct cam c;
int skip = 6;
void process(int argc, char *argv[]) {
int id = 0;
for (;;) {
int t = getopt(argc, argv, "d:f:h");
if (t == -1) {
break;
}
switch (t) {
www.eeworm.com/read/184877/5244751
c process.c
#include
#include
#include
#include
#include
#include
#include
#include "global.h"
#include "dec.h"
char *filename;
www.eeworm.com/read/184877/5244808
c process.c
#include "net.h"
#include "cmv.h"
int use_cmv = 0;
struct cmv_data data;
struct net ns;
void process(int argc, char *argv[]) {
int port = 8000;
char cfilename[64];
for (;;) {
int t = getopt(a