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

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

代码结果 10,000
www.eeworm.com/read/492667/6418345

txt 12232液晶屏幕多种应用.txt

12232液晶屏幕多种应用 TG12232E是一款带字库的122×32点液晶屏,可以串接(3线或2线),可并接。并接又有两种接法,4位并接和8位并接。可以说这是一款很好用的液晶屏。它的控制芯片是ST7920。目前市面上的带字库的液晶屏基本上也是用这个芯片,所以本程序是可以移植到其他液晶屏的。   这个屏我们有几种玩法: 1、采用3线串行方式 2、采 ...
www.eeworm.com/read/487908/6501828

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/487908/6501832

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
www.eeworm.com/read/487908/6501833

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

-- Generated Binary Up Counter -- The first design entity is a T-type flip-flop. -- The second is an scalable synchronous binary up counter illustrating the use of the generate statement to produce
www.eeworm.com/read/487908/6501835

txt 加法器:generate语句的应用.txt

-- n-bit Adder using the Generate Statement -- download from: www.fpga.com.cn & www.pld.com.cn library IEEE; use IEEE.Std_logic_1164.all; ENTITY addn IS GENERIC(n : POSITIVE := 3); --no.