代码搜索:Input
找到约 10,000 项符合「Input」的源代码
代码结果 10,000
www.eeworm.com/read/412634/11190245
txt input.txt
5
3
3 3 2
0 1 0
2 0 0
3 0 2
2 1 1
0 0 2
7 5 3
3 2 2
9 0 2
2 2 2
4 3 3
www.eeworm.com/read/267189/11190642
asm input.asm
; 第四章 子程序结构
; 实验二 子程序的嵌套
;一.实验目的:
; 掌握子程序嵌套的定义和常用DOS功能调用的使用方法,并了解子程序嵌套
; 的结构.
;二.实验内容:
; 分别从键盘输入姓名及8个字符的电话号码.
; 主程序main:
; . 显示提示符 INPUT NAME:
www.eeworm.com/read/412367/11202229
p input.p
www.eeworm.com/read/266425/11226725
c input.c
#include
unsigned char code tab[4][4]={{'1','4','7','#'},
{'2','5','8','0'},
{'3','6','9','*'},
{'A','B','C','D'}}; //
www.eeworm.com/read/266425/11226732
lst 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
www.eeworm.com/read/266425/11226735
h input.h
//*.h file
#ifndef __SHURU_H__
#define __SHURU_H__
bit pkey(); //判断有没有键按下
unsigned char kbscan(void); //键盘扫描
void input(void); //号码输入
void delay(void); //消抖动
extern unsigned char ke
www.eeworm.com/read/266425/11226740
obj input.obj
www.eeworm.com/read/266192/11236920
java input.java
//: statemachine2:Input.java
// Inputs to a state machine
package statemachine2;
public interface Input {} ///:~
www.eeworm.com/read/266192/11237157
java input.java
//: statemachine:Input.java
// Inputs to a state machine
package statemachine;
public interface Input {} ///:~