资源列表

« 1 2 ... .65 .66 .67 .68 .69 25470.71 .72 .73 .74 .75 ... 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-02-04 上传 | 大小: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-02-04 上传 | 大小: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-02-04 上传 | 大小: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-02-04 上传 | 大小:1kb | 下载:0

[其他嵌入式/单片机内容busybox.patch

说明:busybox flash_eraseall patch
<Goutam> 在 2025-02-04 上传 | 大小:39kb | 下载: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-02-04 上传 | 大小:1kb | 下载:0

[嵌入式/单片机编程I2C-read-SD2200C

说明:基于AVR单片机,两线模拟I2C总线的读取SD2200实时时钟的C程序,ICCAVR上编译通过并执行-Based on AVR microcontroller, two-wire I2C bus to read analog real-time clock C program SD2200, ICCAVR compile and run on
<王文博> 在 2025-02-04 上传 | 大小:3kb | 下载:0

[Windows CEwince

说明:System application interface calls on WinCE
<在路上> 在 2025-02-04 上传 | 大小:237kb | 下载:0

[Windows CEFuzzyLogicController

说明:fuzzy logic controller
<daima> 在 2025-02-04 上传 | 大小:460kb | 下载:0

[单片机(51,AVR,MSP430等)-bicycle-Speed-test

说明:采用C51单片机测试自行车车速,有完整的工程项目和Proteus仿真-C51 Microcontroller with the speed of the test bike, a complete simulation projects and proteus
<窦筱> 在 2025-02-04 上传 | 大小:48kb | 下载:0

[单片机(51,AVR,MSP430等)Multi-machine-communication

说明:基于C51单片机关于多机通信的设计,有完整的项目工程和Proteus仿真-C51 microcontroller based on the design of multi-machine communication, a complete simulation of project engineering and Proteus
<窦筱> 在 2025-02-04 上传 | 大小:64kb | 下载:0

[其他嵌入式/单片机内容ALIENTEK-MiniSTM32_demo

说明:新手学习arm的非常有用的stm32 开发倒程-Novice learning the very useful stm32 arm down the development process
<黄乃河> 在 2025-02-04 上传 | 大小:5.3mb | 下载:0
« 1 2 ... .65 .66 .67 .68 .69 25470.71 .72 .73 .74 .75 ... 33935 »

源码中国 www.ymcn.org