代码搜索:键盘程序

找到约 10,000 项符合「键盘程序」的源代码

代码结果 10,000
www.eeworm.com/read/162552/10296655

prg 图书管理程序.prg

**图书管理程序 set talk off clear use 图书信息表 @ 10,15 say "1,--------查询图书" @ 11,15 say "2.--------增加图书" @ 12,15 say "3.--------删除图书" @ 13,15 say "4.--------修改图书" @ 14,15 say "5.--------返回上一目录" accept
www.eeworm.com/read/162469/10303208

vhd 加法器源程序.vhd

------------------------------------------------------------------------ -- Single-bit adder ------------------------------------------------------------------------ library IEEE; use IEEE.std_log
www.eeworm.com/read/162469/10303214

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
www.eeworm.com/read/162462/10303877

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