代码搜索:Key
找到约 10,000 项符合「Key」的源代码
代码结果 10,000
www.eeworm.com/read/364958/9886044
bmp key.bmp
www.eeworm.com/read/168861/9891268
c key.c
#include
#define uchar unsigned char
#define uint unsigned int
void dlms(void);
uchar kbscan(void);
void main(void)
{
uchar key;
while(1)
{ key=kbscan();
dlms();
}
www.eeworm.com/read/364817/9892094
doc key.doc
www.eeworm.com/read/364411/9907359
qpf key.qpf
# Copyright (C) 1991-2005 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any outpu
www.eeworm.com/read/364411/9907374
qws key.qws
[ProjectWorkspace]
ptn_Child1=Frames
[ProjectWorkspace.Frames]
ptn_Child1=ChildFrames
[ProjectWorkspace.Frames.ChildFrames]
ptn_Child1=Document-0
ptn_Child2=Document-1
ptn_Child3=Document-2
pt
www.eeworm.com/read/364411/9907377
pof key.pof
www.eeworm.com/read/364411/9907384
pin key.pin
-- Copyright (C) 1991-2007 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and a
www.eeworm.com/read/364411/9907388
vhd key.vhd
LIBRARY IEEE; --库调用
USE IEEE.STD_LOGIC_1164.ALL; --程序包调用
ENTITY key IS --实体说明
PORT( a : IN std_logic; --端口定义
b : IN std_
www.eeworm.com/read/364411/9907395