代码搜索:Process
找到约 10,000 项符合「Process」的源代码
代码结果 10,000
www.eeworm.com/read/10438/186163
h process.h
/***
*process.h - definition and declarations for process control functions
*
* Copyright (c) Microsoft Corporation. All rights reserved.
*
*Purpose:
* This file defines the modeflag
www.eeworm.com/read/11139/202777
c process.c
/*
* $Id: process.c,v 1.3 2009/08/20 17:03:05 sdhsdh Exp $
*
* Authors:
* Pedro Roque
* Lars Fenneberg
*
* This software is Copyrig
www.eeworm.com/read/11175/207056
h process.h
/***
*process.h - definition and declarations for process control functions
*
* Copyright (c) 1985-1988, Microsoft Corporation. All rights reserved.
*
*Purpose:
* This file defines the mode
www.eeworm.com/read/11175/210099
h process.h
/***
*process.h - definition and declarations for process control functions
*
* Copyright (c) 1985-1990, Microsoft Corporation. All rights reserved.
*
*Purpose:
* This file contains the declara
www.eeworm.com/read/12662/246620
h process.h
#ifndef _PROCESS_H
#define _PROCESS_H
/////////////////////////////////////////////////
// 定义串口处理函数
void Init_Process(void);
int ProcessUART0(char pBuf[],int nLen);
int ProcessUART1(char pBuf[
www.eeworm.com/read/12662/246621
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/12662/246639
c process.c
#include "process.h"
#include "flash.h"
#define PHONE 0xF200
int isPhoneSet(char PhoneNumber[])
{
int noPhone = 0;
int nVal;
int i;
int *pVal = (int*)(PHONE);
nVal =
www.eeworm.com/read/12662/246644
h process.h
int isPhoneSet(char PhoneNumber[]);
int setPhone(char buf[]);
int SetOK(char UART1_TX_BUF[]);
int SetError(char UART1_TX_BUF[]);
www.eeworm.com/read/13400/275524
c process.c
#define uchar unsigned char
uchar scankb(void); //键盘扫描
extern void signal(void); //P2.0产生2ms方波
extern void RS232(void); //由键盘接收字符并回发
extern void sent (void); //向PC发送字符串
extern void displa
www.eeworm.com/read/13795/283741
h process.h
/*********************************************************************/
// ============================================================= */
// */
//