代码搜索:键盘程序
找到约 10,000 项符合「键盘程序」的源代码
代码结果 10,000
www.eeworm.com/read/299084/7889793
doc gps收星程序说明.doc
www.eeworm.com/read/299042/7896265
doc 车间调度程序源代码.doc
www.eeworm.com/read/198817/7909258
doc 单字节bch码程序.doc
www.eeworm.com/read/398785/7922591
doc 文件加密程序设计.doc
www.eeworm.com/read/298915/7923961
txt ad7705源程序.txt
这是在用的AD7705源程序,基于Meag16单片机,共享给用到AD7705的各位。希望大家相互学习,相互交流。
------------AD7705头文件开始-------------------
#ifndef _AD7705_H
#define _AD7705_H
//通讯寄存器地址定义
#define WR_SETUP_REG 0x10 //选中写设置寄存
www.eeworm.com/read/198323/7940226
doc 遗传算法完整程序.doc
www.eeworm.com/read/198238/7946255
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/198238/7946334
vhd 加法器源程序.vhd
------------------------------------------------------------------------
-- Single-bit adder
------------------------------------------------------------------------
library IEEE;
use IEEE.std_log
www.eeworm.com/read/198238/7946518
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/198238/7946520
txt 一个游戏程序.txt
--
-- 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