代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/382461/9025099
lst main.lst
C51 COMPILER V7.06 MAIN 09/07/2008 21:52:52 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE MAIN
OBJECT MODULE PLACED IN ma
www.eeworm.com/read/381848/9068469
vhd debounce.vhd
-----消抖电路,和前面的是不一样的,但是觉得没有前面的好,大家自己看看了
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
use ieee.std_logic_arith.all;
entity debounce is
port( key_pressed:in std_
www.eeworm.com/read/281861/9128811
vhd led_clk_gen.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_ARITH.ALL;
ENTITY led_clk_gen IS
PORT(
clk : IN STD_LOGIC; --全局时钟
clk_scan : BUFFER STD_LOGIC;
www.eeworm.com/read/378126/9250453
asm key.asm
.INCLUDE SPCE061.INC
.RAM
.PUBLIC KeyBuf //保存键值
.VAR KeyBuf
.VAR KeyValue
.DATA
KeyTbl: //键盘编码表
.DW 0x007F,0x00BF,0x00DF,0x00EF //K1,K2,K3,K4
.DW 0x00F7,0x00FB,0x0
www.eeworm.com/read/377553/9271638
vhd debounce.vhd
--debounce.vhd keypress debounce
library ieee ;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity debounce is
port(
key_pressed : in std_logic;--key_pressed?
clk : in
www.eeworm.com/read/376889/9302616
c jdinput.c
////////////////////////////////////////////////////////////////////////
//
// Note : this file is included as part of the Smaller Animals Software
// JpegFile package. Though this file has not bee
www.eeworm.com/read/364280/9914191
v convert.v
module convert
( scan,
prepared,
clr,
data
);
input [7:0] scan;
input prepared;
input clr;
output [7:0] data;
reg [7:0] tmpASCII;
reg [7:0] ASCII;
reg
www.eeworm.com/read/167489/9967600
asm wu.asm
TITLE "Key Stroke Wake Up"
LIST P = 16C54
;******************************************************
; Program demonstrating key stroke wake up for
; the PIC16CXX.