代码搜索结果
找到约 10,000 项符合
Input 的代码
input.pas
unit Input;
interface
uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls,
Buttons, ExtCtrls;
type
TInputDlg = class(TForm)
OKBtn: TButton;
CancelBtn: TButto
input.h
#ifdef INPUT_GLOBALS
#define INPUT_EXT
#else
#define INPUT_EXT extern
#endif
INPUT_EXT void process_command();
input.c
/*********************************************************************
* Copright(c) 2003,广州周立功单片机发展有限公司
* All rights reserved.
* http://www.zlgmcu.com
*
*文件名称: INPUT.C
*文件标
input.lst
C51 COMPILER V7.07 INPUT 09/26/2006 20:21:00 PAGE 1
C51 COMPILER V7.07, COMPILATION OF MODULE INPUT
OBJECT MODULE PLACED IN i
input.c
/*
* GENESIS Copyright (c) 1986, 1990 by John J. Grefenstette
* This program may be freely copied for educational
* and research purposes. All other rights reserved.
*
* file: input.
input.c
/*
* GENESIS Copyright (c) 1986, 1990 by John J. Grefenstette
* This program may be freely copied for educational
* and research purposes. All other rights reserved.
*
* file: input.
input.h
#if !defined(AFX_INPUT_H__11A7A1EF_775A_4038_AA07_08C3119305BC__INCLUDED_)
#define AFX_INPUT_H__11A7A1EF_775A_4038_AA07_08C3119305BC__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VE