代码搜索:键盘程序
找到约 10,000 项符合「键盘程序」的源代码
代码结果 10,000
www.eeworm.com/read/314076/13575603
doc pq 分解法源程序.doc
www.eeworm.com/read/313931/13579254
asm 毕业设计程序.asm
ORG 0000H
AJMP MAIN
ORG 000BH
AJMP TIME
ORG 0300H
MAIN:
mov 20h,#00h
MOV 21H,#00H
MOV 22H,#00H
MOV 23H,#00H
MOV IP,#02H ;IP,IE初始化
MOV IE,#82H
MOV TMOD,#01H ;设定定时器工作方式?
MOV TL0,#0B0H
www.eeworm.com/read/313525/13585343
bmp 程序题1-2.bmp
www.eeworm.com/read/313525/13585403
bmp 程序题1-1.bmp
www.eeworm.com/read/313525/13585479
bmp 程序题1-3.bmp
www.eeworm.com/read/312883/13602492
doc 交流异步矢量程序.doc
www.eeworm.com/read/312883/13602498
doc 无刷直流程序.doc
www.eeworm.com/read/312754/13605416
vhd 一个游戏程序.vhd
--
-- Copyright (c) 1993,1994 by Exemplar Logic, Inc. All Rights Reserved.
--
-- This source file may be used and distributed without restriction
-- provided that this copyright statement is n
www.eeworm.com/read/312754/13605428
vhd 加法器源程序.vhd
------------------------------------------------------------------------
-- Single-bit adder
------------------------------------------------------------------------
library IEEE;
use IEEE.std_log
www.eeworm.com/read/312754/13605452
v 加法器源程序.v
// download from: www.pld.com.cn & www.fpga.com.cn
module counter (count, clk, reset);
output [7:0] count;
input clk, reset;
reg [7:0] count;
parameter tpd_clk_to_count = 1;
parameter