代码搜索结果
找到约 2,241 项符合
Keypad 的代码
password.c
//--作者王超
//2008年8月6日
//-----密码锁----
//------功能:清零,输入,正确输出
#include
#define uchar unsigned char
#define uint unsigned int
/*uchar LEDSEGCODE[]=
{
0X3F,0X06,0X5B,0X4F,0X66,0X
julia.java
package com.javapatterns.command.audioplayer2;
/**
* This is the Client role
*/
public class Julia
{
/**
* @link aggregation
*/
private static Keypad keypad ;
/
julia.java
package com.javapatterns.command.audioplayer;
/**
* This is the Client role
*/
public class Julia
{
/**
* @link aggregation
*/
private static Keypad keypad ;
/*
ex6-1.lnp
"keypad.obj",
"lcd.obj",
"delay100us.obj",
"EX6-1.obj",
"93C66.obj"
TO "ex6-1"
makefile.pcparport
KERNELDIR = /usr/src/linux
include $(KERNELDIR)/.config
CFLAGS = -DPCPARPORT -D__KERNEL__ -DMODULE -I$(KERNELDIR)/include \
-O -Wall
all: keypad.o
clean:
rm -f *.o *~ core
04.htm
计算器
mix_exp.src
[Files]
megalcd.c
time.c
keypad.c
[Headers]
..\..\..\icc\include\iom128v.h
[Documents]
keys.h
#ifndef _KEYS_H
#define _KEYS_H
#define __HP_CURSES
#include
#define KEY_CR 0x0d
#define KEY_LF 0x0a
#define KEY_TAB 0x09
#define KEY_BS 0x08
#define KEY_DEL
sources
TARGETNAME=KEYPAD
RELEASETYPE=PLATFORM
TARGETTYPE=DYNLINK
DLLENTRY=DllEntry
DEFFILE=KeyPad.def
TARGETLIBS=$(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\coredll.lib \
SOURCES=KeyPad.c
04.htm
计算器