资源列表

« 1 2 ... .98 .99 .00 .01 .02 1603.04 .05 .06 .07 .08 ... 33935 »

[VHDL编程vhdl

说明:4位乘法器 vhdl library IEEE use IEEE.std_logic_1164.all entity one_bit_adder is port ( A: in STD_LOGIC B: in STD_LOGIC C_in: in STD_LOGIC S: out STD_LOGIC C_out: out STD_LOGIC ) en
<陈强> 在 2025-03-16 上传 | 大小:1kb | 下载:0

[VHDL编程12

说明:4位除法器 library IEEE use IEEE.std_logic_1164.all use IEEE.std_logic_unsigned.all entity fpdiv is port ( DIVz: out STD_LOGIC A: in STD_LOGIC_VECTOR (3 downto 0) B: in STD_LOGIC_VECTOR (3 downt
<陈强> 在 2025-03-16 上传 | 大小:1kb | 下载:0

[VHDL编程1

说明:一个VHDL实现的测频计 LIBRARY ieee USE ieee.std_logic_1164.all USE ieee.std_logic_arith.all USE ieee.std_logic_unsigned.all ENTITY freq IS PORT( Fsignal : IN std_logic -- Rst : IN std_logic Gate : IN st
<陈强> 在 2025-03-16 上传 | 大小:1kb | 下载:0

[VHDL编程2

说明:使用变量的状态机 library ieee use ieee.std_logic_1164.all ENTITY fsm2 IS PORT(clock,x : IN BIT z : OUT BIT) END fsm2 ------------------------------------------------- ARCHITECTURE using_wait OF fsm2 IS
<陈强> 在 2025-03-16 上传 | 大小:1kb | 下载:0

[VHDL编程yimaqi

说明:这是一个译码器,与编码器功能相反,可以用于设计抢答器等,便于在实验箱上演示-This is a decoder, and encoder On the contrary, can be used to design Responder so easy to be demonstrated in the experimental box
<孙法江> 在 2025-03-16 上传 | 大小:1kb | 下载:0

[其他嵌入式/单片机内容C8051F120aAT24C02

说明:C8051F120利用I/O口读写EEPROM AT24C02的主体程序-C8051F120 EEPROM AT24C02
<张和> 在 2025-03-16 上传 | 大小:1kb | 下载:0

[其他嵌入式/单片机内容LED_Flasher

说明:This code is used to glow the five LEDs in sequence. In this code LEDs do not go off and ON suddenly, while LEDs go off and ON gradually. When one LED goes off gradually next LED goes ON gradually as well.
<Muhammad Idrees> 在 2025-03-16 上传 | 大小:1kb | 下载:0

[其他嵌入式/单片机内容trafflyt

说明:This program has been written for PIC16f877 microcontroller. This program control the Traffic signals automatically upon detection of vehicles by using IR sensors
<Muhammad Idrees> 在 2025-03-16 上传 | 大小:1kb | 下载:0

[其他嵌入式/单片机内容PWM

说明:This program has been written for PIC16F877 microcontroller. This program is used to control the speed of DC motor based on PWM
<Muhammad Idrees> 在 2025-03-16 上传 | 大小:1kb | 下载:0

[VHDL编程PPM_Coder

说明:PPM 编码器 按照PPM编码格式编写的普通VHDL代码-PPM PPM encoder encoding format prepared in accordance with the ordinary VHDL code
<newly> 在 2025-03-16 上传 | 大小:1kb | 下载:0

[单片机(51,AVR,MSP430等)5.8.2127

说明:基于何泰单片机HT46RU232 使用 DHT11温湿度传感器的智能加湿器设计 -Ho Tai microcontroller-based temperature and humidity sensors HT46RU232 use DHT11 humidifier design of intelligent
<冬慕晨光> 在 2025-03-16 上传 | 大小:1kb | 下载:0

[单片机(51,AVR,MSP430等)HT46RU232

说明:何泰单片机:HT46RU232的3个定时中断应用规范标准程序-Ho Tai SCM: HT46RU232 the three timer interrupt application of norms
<冬慕晨光> 在 2025-03-16 上传 | 大小:1kb | 下载:0
« 1 2 ... .98 .99 .00 .01 .02 1603.04 .05 .06 .07 .08 ... 33935 »

源码中国 www.ymcn.org