代码搜索:Key
找到约 10,000 项符合「Key」的源代码
代码结果 10,000
www.eeworm.com/read/371229/9560701
v evolve_key.v
// Copyright 2007 Altera Corporation. All rights reserved.
// Altera products are protected under numerous U.S. and foreign patents,
// maskwork rights, copyrights and other intellectual property
www.eeworm.com/read/174925/9568326
v des_key.v
/*######################################################################
-- --
-- Module : DES_KEY.v --
-- Last Update : 08/01/2001 --
--
www.eeworm.com/read/174902/9569894
ico key02.ico
www.eeworm.com/read/174656/9578527
ico key2.ico
www.eeworm.com/read/174656/9578542
ico key02.ico
www.eeworm.com/read/370856/9578891
c key_scan.c
#include "GloblDef.h"
#include "key.h"
struct SKeyValue xdata KeyValue[KEY_NUM]={
{1,{0}}, //功能键1 KEY_FUN1
{1,{1}}, //退格键 KEY_C
{1,{2}}, //功能键2 KEY_FUN2
{2,{'1','.'}},
{4,{'2','a','b','
www.eeworm.com/read/370856/9578893
c key_test.c
#include "GloblDef.h"
#include "key.h"
extern void KeyInitial();
extern BYTE GetKeyValue();
extern BYTE ScanKey();
extern BYTE xdata ScanKeyInterval; //键扫描时间
#pragma NOAREGS
void OnTimer()
www.eeworm.com/read/170438/9806670