代码搜索结果
找到约 10,000 项符合
Input 的代码
input.c
/* input.c - routines for processing incoming RIP messages */
/* Copyright 1984 - 2002 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
* Copyright (c) 1983, 1988, 1993
* The Regents of t
input.txt
program test ;
integer i ;
var j ;
real k ;
if i > j
j = i
end ;
input.txt
program test ;
integer i ;
var j ;
real k ;
if i > j
j = i
end ;
input.txt
20, 0.001
8
1 ,0.0000, 0.0000
2 ,1.0000, 0.0000
3 ,2.0000, 0.0000
4 ,3.0000, 0.0000
5 ,4.0000, 0.0000
6 ,2.0000, -0.75000
7 ,1.0000, -0.50000
8 ,3.0000, -0.50000
15
input.c
#include "LCD_Interface.c"
#ifndef _INPUT_INCLUDED_
#define BT_NUM_0 0x10
#define BT_NUM_1 0x11
#define BT_NUM_2 0x12
#define BT_NUM_3 0x13
#define BT_NUM_4 0x14
#define BT_NUM_5 0x15
#def
input.txt
RELEASE NOTES
Remote Access Service Version 3.51
To easily view this file on screen, maximize the
Notepad window, and then, from the Edit menu,
choose Word Wrap.
CONTENTS -----------------
input.cpp
// input.cpp : implementation file
//
#include "stdafx.h"
#include "HexShow.h"
#include "input.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
input.h
#if !defined(AFX_INPUT_H__22CAB8E1_450D_11D5_9D01_00F04C0007F9__INCLUDED_)
#define AFX_INPUT_H__22CAB8E1_450D_11D5_9D01_00F04C0007F9__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VE
input.h
// Input.h: interface for the CDirectInput class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_INPUT_H__81DD96A4_AFE9_11D3_B12A_ED3DDE047E66__INCLUDE
input.cpp
// Input.cpp: implementation of the CDirectInput class.
//
//////////////////////////////////////////////////////////////////////
#include "Input.h"
#define SAFE_RELEASE(x) if(x) { x->Release