代码搜索:GPs 有哪些应用?

找到约 10,000 项符合「GPs 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/157867/11658819

txt 红外应用源程序集4.txt

;TITLE 'Infra Red Proximity Detector - uses Sharp 38 or 40KHz IRM ;www.nbglin.com 电话:0574-88464538 ;歌林电子制作工作室 LIST P = 12C508, F = INHX8M IFNDEF __12C508 MESSG "Processor-header file mi
www.eeworm.com/read/157547/11691293

txt 电脑高手应用技巧大荟萃.txt

★禁止Office的语音输入   我安装了Office 2003,发现有一个语音输入功能,我平时根本使用不到它,请问如何关闭掉这个不用的功能呢? 在工具菜单下选择“语音”命令就可以关闭语音功能了,如果想彻底以后不再使用它,可以重新运行Office的安装程序,然后将语音功能卸载就OK了。 ★如何取消文本超链接   我在Word文档中键入一个E-mail地址时,Word自动将其转换为一 ...
www.eeworm.com/read/157209/11730116

txt 计数器:generic语句的应用.txt

-- n-Bit Synchronous Counter -- dowload from: www.fpga.com.cn & www.pld.com.cn LIBRARY ieee; USE ieee.Std_logic_1164.ALL; USE ieee.Std_logic_unsigned.ALL; ENTITY cntrnbit IS GENERIC(
www.eeworm.com/read/157209/11730120

txt 计数器:wait语句的应用.txt

-- This example shows an inefficient way of describing a counter. -- vhdl model of a 3-state counter illustrating the use -- of the WAIT statement to suspend a process.At each wait -- statement th