代码搜索:Input
找到约 10,000 项符合「Input」的源代码
代码结果 10,000
www.eeworm.com/read/475877/6768117
cpp input.cpp
#include "StuClass.h"
//输入学生档案函数
Input()
{
char X;
ofstream output("Student.dat");
Student s;
system("cls");
cout
www.eeworm.com/read/475877/6768129
obj input.obj
www.eeworm.com/read/475889/6768320
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/475889/6768327
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/475889/6768330
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/475889/6768335
obj input.obj
www.eeworm.com/read/475081/6802928
m input.m
www.eeworm.com/read/473939/6826397
h input.h
/*****************************************************
******************************************************/
#ifndef _INPUT_H_
#define _INPUT_H_
#include
class CInput
{
publ
www.eeworm.com/read/473939/6826400
cpp input.cpp
#include "Input.h"
CInput g_Input;
CInput::CInput()
{
}
CInput::~CInput()
{
}
void CInput::Update()
{
GetKeyboardState(m_key);
}
BOOL CInput::IsKeyDown(BYTE vKeyCode)
{