代码搜索:Keyboard
找到约 10,000 项符合「Keyboard」的源代码
代码结果 10,000
www.eeworm.com/read/388048/8640192
doc keyboard.doc
www.eeworm.com/read/288287/8645034
vhd keyboard.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.all;
USE IEEE.STD_LOGIC_ARITH.all;
USE IEEE.STD_LOGIC_UNSIGNED.all;
ENTITY keyboard IS
PORT( keyboard_clk, keyboard_data, clock_50Mhz : IN STD_LOGIC;
www.eeworm.com/read/288263/8645569
h keyboard.h
#ifndef __KEYBOARD_H__
#define __KEYBOARD_H__
#include "../inc/macro.h"
#define OS_KeyBoard_Scan_Task 1
#define KEY_DOWN (1ul
www.eeworm.com/read/288263/8645622
c keyboard.c
#include "../inc/reg2410.h"
//#include "../inc/zlg7290.h"
#include "../inc/lib.h"
#include "../inc/macro.h"
#include "../inc/isr.h"
#include "../inc/KeyBoard.h"
#include "../inc/iic.h"
#include
www.eeworm.com/read/431843/8649731
c keyboard.c
//Keyboard Routine. This sends the ascii codce for the pressed key for a 4x4 matrix.
//Columns are connected to P1 whereas rows are connected to P0
unsigned char Keys[][] = {
www.eeworm.com/read/287987/8655527
rtf keyboard.rtf
www.eeworm.com/read/287922/8660947
s keyboard.s
/*
* linux/kernel/keyboard.S
*
* (C) 1991 Linus Torvalds
*/
/*
* Thanks to Alfred Leung for US keyboard patches
* Wolfgang Thiel for German keyboard patches
* Marc Corsini for the French
www.eeworm.com/read/431687/8661311
h keyboard.h
/*#include
#include
#define A XBYTE[0x7efc]
#define B XBYTE[0x7efd]
#define C XBYTE[0x7efe]
#define Com XBYTE[0x7eff]
#define uchar unsigned char*/
#include "config.h"
www.eeworm.com/read/431551/8667889
h keyboard.h
/************************************************************************************
本程序仅供广大电子爱好者制作MP3学习和参考使用,不得用于其它用途,否则后果自负
key_board.h file
Created by Computer-lov. Date: 2005.3.19
www.eeworm.com/read/431551/8667910