代码搜索结果
找到约 10,000 项符合
Input 的代码
input.c
#include
#include
#define CR 0x0d //carriage return
#define LF 0x0a //Line feed
#define BACKSPACE 0x08
#define NULL 0 //Empty character
#define TRUE 1
#define
input.asp
聊天输入区
input.__i
"input.c" OMF2 BROWSE DEBUG
input.c
#include
#define IN_INPUT
// ---------------------------------------------------
void input_initialize(void)
{
}
bit key1_allow = 0x00; //四个按键,按键容许标志为1后才能检测
input.lst
C51 COMPILER V8.05a INPUT 10/25/2006 17:36:38 PAGE 1
C51 COMPILER V8.05a, COMPILATION OF MODULE INPUT
OBJECT MODULE PLACED IN
input.h
extern void input_initialize(void);
extern void input_process(void);
#ifndef IN_INPUT
#endif
input.h
#if !defined(AFX_INPUT_H__1D9B7E20_1456_43EC_9F41_9BF1D9ED3576__INCLUDED_)
#define AFX_INPUT_H__1D9B7E20_1456_43EC_9F41_9BF1D9ED3576__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VE
input.cpp
// Input.cpp : implementation file
//
#include "stdafx.h"
#include "NetMap.h"
#include "Input.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#