代码搜索结果
找到约 10,000 项符合
Input 的代码
input.c
//#include
//#include "input.h"
#include "includes.h"
/*
//发送标志
//空开1跳匝发送标志 0--未发送,1--已发送
u08 flag_GAOJING_KK1_TX;
//空开2跳匝发送标志 0--未发送,1--已发送
u08 flag_GAOJING_KK2_TX;
//空开3跳匝发送标志 0-
input.lst
1 .file "input.c"
2 .arch atmega32
3 __SREG__ = 0x3f
4 __SP_H__ = 0x3e
5 __SP_L__ = 0x3d
6
input.h
#ifndef INPUT_H
#define INPUT_H
#include ".\lib\global.h"
//Control 165
#define INPUT_PORT PORTC
#define INPUT_PIN PINC
#define INPUT_DDR DDRC
#define INPUT_LD PC4
#define INPUT_CLK
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
/***********************************************************
* interface.h interface for vgakeyboard *
***********************************************************/
#ifndef INPUT_
input.cpp
#include "koules.h"
#include "..\DirectDrawWin.h"
#include "input.h"
#pragma comment(lib,"dinput.lib")
BYTE key_press[256]={0};//push down and release ,a action
BYTE key_state[256]={0};//pushin
input.java
package system;
import java.io.*;
public class Input {
// 从控制台接收数据的方法,返回字符串
public String inputData() {
System.out.print("请依次输入 :学号 姓名 专业 电话\n" + "每项数据请用空格隔开:");
String all = "";
input.java
package system;
import java.io.*;
/**
* 增加学生信息
*
* @author student
* @version 0.8
* @since jdk1.5
*/
public class Input {
// 从控制台接收数据的方法,返回字符串
public String inputData() {