代码搜索:Internet 有哪些应用?
找到约 10,000 项符合「Internet 有哪些应用?」的源代码
代码结果 10,000
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
www.eeworm.com/read/157209/11730123
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/157209/11730125
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.
www.eeworm.com/read/259944/11755196
ppt 第13章 java多媒体应用.ppt
www.eeworm.com/read/259891/11759047
pdf vhdl在eda中的仿真应用.pdf
www.eeworm.com/read/346181/11763383
pdf 软件无线电原理与应用.pdf
www.eeworm.com/read/346009/11775294
pdf 星座图的原理和应用.pdf
www.eeworm.com/read/156680/11785255
doc 《dsp技术及应用》教学大纲.doc
www.eeworm.com/read/155865/11842098
txt 12.1.1 p1口的应用.txt
MOV A,#11010010B
MOV P1,A
CLR P1.4
ORL. P2,#0FH
MOV A, P1
SETB P1.4
SETB P1.5
MOV A,#00010111B
MOV P1,A
CLR P1.4
MOV R0,#30H
MOV A,@R0
ORL