代码搜索:keyborad

找到约 44 项符合「keyborad」的源代码

代码结果 44
www.eeworm.com/read/176173/9513042

obj keyborad.obj

www.eeworm.com/read/176173/9513051

c keyborad.c

/* * Copyright(c)2005 - 2009 danise .China * All rights reserved. * Redistribution and use in source and bianry forms * with or without modification ,are permitted provided * that following condi
www.eeworm.com/read/176173/9513117

lst keyborad.lst

C51 COMPILER V7.07 KEYBORAD 11/25/2005 20:21:59 PAGE 1 C51 COMPILER V7.07, COMPILATION OF MODULE KEYBORAD OBJECT MODULE PLACED I
www.eeworm.com/read/435965/6962067

h keyborad.h

#ifndef _KEY_16_H_ #define _KEY_16_H_ #include"reg51.h" #define uchar unsigned char #define uint unsigned int //#define NOKEY 0xff //uchar Kbscan(void); //void key_to_led_display(void
www.eeworm.com/read/242553/6318416

c keyborad.c

#include #include #include //unsigned char keycode; //bit newkey; void initkey()//1-interrupt mode 2-manaul mode { KEY_inst=0xdf;//clear all KEY_inst
www.eeworm.com/read/228584/14378454

vhd keyborad.vhd

library ieee; use ieee.std_logic_1164.all; entity keyboard is port( scan_out:buffer std_logic_vector(7 downto 0);--8位扫描输出线 scan_in :in std_logic_vector(7 downto 0);--8位扫描输入线
www.eeworm.com/read/216330/15019205

c keyborad.c

#include #include #include #define uchar unsigned char #define CTRL XBYTE[0x0100] /*控制字地址*/ #define PA XBYTE[0x0101] /*PA口地址*/ #define PB
www.eeworm.com/read/104047/15711825

cpp keyborad.cpp

#include "stdafx.h" #include "keyborad.h" extern int g_iArrPara[50]; //函数参数组 iParam[0] 存放参数个数,iParam[1],iParam[2]...为相应参数 struct struKey struKeyMsp; //键盘控制********************************
www.eeworm.com/read/104047/15711890

h keyborad.h

//键盘控制**************************************** ////键盘控制属性 struct struKey{ int iKeyLock; //键盘是否锁定,0:未锁,1:加锁 int iKeyContState; //键连发达国家,0: 有效,1:无效 int iKeySound; //击键声,0:有声,1:无声
www.eeworm.com/read/104047/15711923

cpp keyborad.cpp

#include "stdafx.h" #include "keyborad.h" extern int g_iArrPara[50]; //函数参数组 iParam[0] 存放参数个数,iParam[1],iParam[2]...为相应参数 struct struKey struKeyMsp; //键盘控制********************************