代码搜索:Process
找到约 10,000 项符合「Process」的源代码
代码结果 10,000
www.eeworm.com/read/14418/332721
c process.c
#include
#include
#include
#include
#include
#include
#include "config.h"
#include "tmndec.h"
#include "global.h"
/* private pro
www.eeworm.com/read/15089/431103
c process.c
#include "Process.h"
#include "flash.h"
#include "const.h"
int nATlen = 0;
int nBuf1 = 0;
int nBuf2 = 0;
int nBuf3 = 0;
void Init_Process(void)
{
///////////////////////////////////
www.eeworm.com/read/15089/431108
h process.h
#ifndef _PROCESS_H
#define _PROCESS_H
/////////////////////////////////////////////////
// 定义串口处理函数
void Init_Process(void);
int ProcessUART0(char pBuf[],int nLen,int nChar);
int ProcessUART1(
www.eeworm.com/read/15142/433588
h process.h
www.eeworm.com/read/15499/466700
h process.h
/* process.h
Symbols and structures for process management.
Copyright (c) 1987, 1992 by Borland International
All Rights Reserved.
*/
#if !defined(__PROCESS_H)
#define __PROCE
www.eeworm.com/read/16273/667201
h process.h
/***
*process.h - definition and declarations for process control functions
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* This file defines t
www.eeworm.com/read/16718/683681
cpp process.cpp
#include
#include "Windw.h"
#define MAX 100
#define SIZE 50
class PCB
{
private :
int ID;
int Size;
int Ts;
int Flag;
public :
PCB()
{
ID=0;
www.eeworm.com/read/16718/683685
dsk process.dsk
www.eeworm.com/read/16718/683686
obj process.obj
www.eeworm.com/read/16718/683687