代码搜索:键盘程序

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

代码结果 10,000
www.eeworm.com/read/246721/12707066

txt pid控制c源程序.txt

PID控制C源程序 深蓝++ 发表于 2006-5-6 13:57:13 BC31 TC30 编译过,可运行。         #i nclude   #i nclude      struct _pid {    int pv; /*integer that contains the process value*/   
www.eeworm.com/read/246543/12720297

txt 数据包发送程序.txt

////////////////////////////////////////////////////////////////////////// // // // 数据包发送程序1.0 // // // // 日期: [2004.4.25] // // 作者: [Zvrop][[email]zvrop@163.com[/email]] //
www.eeworm.com/read/246400/12730432

txt 网页减肥程序的编制.txt

网页减肥程序的编制 作者:杨勇 对于一个网页设计者,网页浏览的速度是非常重要的,因而出现的一些网页减肥工具,本文将简单 的介绍一下它的编制方法。 一、单个网页的减肥 首先假设生成的减肥后的网页放在E盘123子目录下,定义如下CString变量。 m_FilePathName="e:\\123\\"; m_FilePathNameDir="e:\\123"; ...
www.eeworm.com/read/145313/12736091

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/145313/12736124

vhd 加法器源程序.vhd

------------------------------------------------------------------------ -- Single-bit adder ------------------------------------------------------------------------ library IEEE; use IEEE.std_log
www.eeworm.com/read/145313/12736195

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/145129/12752242

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