代码搜索:Process
找到约 10,000 项符合「Process」的源代码
代码结果 10,000
www.eeworm.com/read/323035/13356935
h process.h
www.eeworm.com/read/322438/13379993
c process.c
#include
#include
#include
#include
#include "Public.h"
#include "Process.h"
void Delay(void);
uint times ;
void (* reset) (void) ;
extern vo
www.eeworm.com/read/322438/13380001
h process.h
#ifndef _PROCESS_INCLUDED
#define _PROCESS_INCLUDED
typedef struct _REPORT_{
unsigned int Ok;
unsigned int Error;
unsigned int Over;
} REPORT;
REPORT Report;
uchar tempbuf[32];
#endi
www.eeworm.com/read/321827/13397646
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/321265/13409786
c process.c
/*process.c*/
#include
#include
#include
int main()
{
printf("The PID of this process is %d\n",getpid());
printf("The PPID of this process is %d\n",getppid());
www.eeworm.com/read/320667/13420306
c process.c
#include
#include
#include
#include
#include
#include
int COLOR[] = { 31, 32, 33, 34, 35, 36 };
const int COLOR_NUM = sizeof( COLOR )
www.eeworm.com/read/319973/13437979
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/319973/13437984
h process.h
#ifndef _PROCESS_H
#define _PROCESS_H
/////////////////////////////////////////////////
// 定义串口处理函数
void Init_Process(void);
int ProcessUART0(char pBuf[],int nLen,int nChar);
int ProcessUART1(