代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/329389/12956567
lst keypad.lst
C51 COMPILER V8.02 KEYPAD 04/30/2008 20:11:25 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE KEYPAD
OBJECT MODULE PLACED IN
www.eeworm.com/read/140930/13052158
c m_cheat.c
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// Th
www.eeworm.com/read/241408/13146702
c keypad.c
#include
/*键盘扫描函数,没有键按下返回0x7f*/
/*如果shift按下,返回值最高位为1*/
extern void delay_ms(unsigned int time);
unsigned char scan_key(void)
{
unsigned char i,temp;
unsigned shift=0;
www.eeworm.com/read/325978/13171998
h kb.h
#include "GP32C.H" //MCU头文件
#define KB_P PTA //键盘接在PTA口上
#define KB_D DDRA //相应的方向寄存器
#define KB_PUE PTAPUE //相应的上拉电阻允许寄存器
#define IntBit 1 //键盘
www.eeworm.com/read/138271/13243095
cpp interfac.cpp
/////////////
// Interfac.cpp : v0010
// Written by : Li Haijun
// Compiler : Microsoft Visual C++ 4.0 & DirectX
// Library : DDraw.Lib
// Copyright (C) : 1996 WayAhead Corporation
// v0010
www.eeworm.com/read/324294/13274556
txt zlg7290键盘驱动开发.txt
ZLG7290键盘驱动开发心得
Wikee 20070714
1、 了解键盘驱动结构,清楚准备要修改的地方和目的
Wince50的键盘驱动主要分几个层,
[attachment=18510]
其中GWES和layout manager一般不用修改,但是可以看看里面的源码帮助理解驱动的接口,主要看初始化PDD的函数KeybdDriverInitializeEx()和回
www.eeworm.com/read/137358/13326738
vhd display.vhd
library ieee; --显示
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity display is
port(clk:in std_logic;
displaytime: in s
www.eeworm.com/read/323268/13346038
c at89c2051.c
#include
unsigned char test,record;
//键盘部分程序
void delayms(unsigned char ms)
{ unsigned char i;
while(ms--)
{
for(i = 0; i < 120; i++);
}
}
bit scan_key()
{
test=P1;
www.eeworm.com/read/323119/13353140
test rpl_row_trig002.test
#############################################################################
# Original Author: JBM #
# Original Date: Aug/14/2005