代码搜索结果
找到约 174,363 项符合
Input 的代码
input.lst
C51 COMPILER V7.09 INPUT 12/22/2005 15:20:13 PAGE 1
C51 COMPILER V7.09, COMPILATION OF MODULE INPUT
OBJECT MODULE PLACED IN i
input.txt
program test(input,output)
begin
read(b);
if abs(-b) then
a:=-1
else
a:=1
end.
hid-input.c
/*
* $Id: hid-input.c,v 1.5 2001/05/23 09:25:02 vojtech Exp $
*
* Copyright (c) 2000-2001 Vojtech Pavlik
*
* USB HID to Linux Input mapping module
*
* Sponsored by SuSE
*/
/*
* This progr
number input.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x0
Opti
number input.lnp
"Number Input.obj"
TO "Number Input"
number input.plg
礦ision3 Build Log
Project:
E:\Program Files\Labcenter Electronics\Proteus 6 Demonstration(2)\63 Number Input\Number Input.uv2
Project File Date: 08/05/2006
input.lst
C51 COMPILER V7.09 INPUT 12/22/2005 15:20:13 PAGE 1
C51 COMPILER V7.09, COMPILATION OF MODULE INPUT
OBJECT MODULE PLACED IN i
input.java
//: statemachine2:Input.java
// Inputs to a state machine
package statemachine2;
public interface Input {} ///:~
input.java
//: statemachine:Input.java
// Inputs to a state machine
package statemachine;
public interface Input {} ///:~
input.h
/********************************************************************
* File: INPUT.h
*
* Copyright: Peak Microtech Corporation
*
*********************************************************