代码搜索结果
找到约 174,363 项符合
Input 的代码
input.asm
;
; GRDB
;
; Copyright(c) LADsoft
;
; David Lindauer, camille@bluegrass.net
;
;
; Input.asm
;
; Function: Handle input
;
; Handles numbers
; Handles segments
; Handles trapping pag
input.html
Input to command
Any text entered into this field will be passed to the command as
standard input. For example, if the command was perl then
and input would be executed as a
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
number input.lst
A51 MACRO ASSEMBLER NUMBER_INPUT 08/05/2006 09:15:51 PAGE 1
MACRO ASSEMBLER A51 V8.00
OBJECT MODULE PLACED IN Number Input.OBJ
ASSEM
input and pull high.asm
chip sn8p2758
.data
.code
org 00h
jmp main
org 10h
main:
//================================================================
// All I/O Port set to the input mode
//=========
input and pull high.c
#include
void main (void)
{
//================================================================
// All I/O Port set to the input mode
//=========================================
input.c
/***
*input.c - C formatted input, used by scanf, etc.
*
* Copyright (c) Microsoft Corporation. All rights reserved.
*
*Purpose:
* defines _input() to do formatted input; called from
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