代码搜索结果
找到约 2,241 项符合
Keypad 的代码
eventpass.c
#include "Common.h"
#include "Global.h"
#include "ICControl.h"
#include "System.h"
#include "TWICreg.h"
#include "EventPass.h"
#include "Keypad.h"
#include "UIDraw.h"
#include "VideoSour
main.c
#include "lcd.h"
#include "keypad.h"
#include "lock.h"
#include "delay.h"
extern unsigned char input[10], userlock[5];
extern unsigned char code defaultulock[5],masterlock[10];
bit newlock=FAL
ibmkeyb.cnf
; Sample of KEYBOARD.CNF for the IBM-PC/AT 101-key keyboard.
; See KEYCODE.TXT for the description of the format.
;
[VT editor keypad]
;Up arrow key
Up=328
;Down arrow key
Down=336
;Right arro
time._c
#include
unsigned char second;
unsigned char minute;
unsigned char hour;
unsigned char time[9];
unsigned char sound=0;
extern unsigned char keypad(void);
void timer0_init(void)
{
T
time._c
#include
unsigned char second;
unsigned char minute;
unsigned char hour;
unsigned char time[9];
unsigned char sound=0;
extern unsigned char keypad(void);
void timer0_init(void)
{
T
phone.java
package untitled1;
import java.awt.*;
import java.awt.event.*;
import java.applet.*;
public class phone extends Applet {
PhoneC phone;
Keypad keys;
String[] keylist = {"1","2","3","4","5","6",
phone.java
package untitled1;
import java.awt.*;
import java.awt.event.*;
import java.applet.*;
public class phone extends Applet {
PhoneC phone;
Keypad keys;
String[] keylist = {"1","2","3","4","5","6",
phone.java
package untitled1;
import java.awt.*;
import java.awt.event.*;
import java.applet.*;
public class phone extends Applet {
PhoneC phone;
Keypad keys;
String[] keylist = {"1","2","3","4","5","6",
screen.c
#include
void StartScreen()
{
initscr();//初始化屏幕
cbreak();
raw();
noecho();//不回显模式
keypad(stdscr,TRUE);//功能键模式
wclear(stdscr);//清除标准屏幕
wrefresh(stdscr);
}
void EndScreen()
{
end