资源列表
ADC_SA_8bit
- the successive approximation part of the circuit. trial_root is loaded with value 8'b1000_0000 on the rising egde that makes count = 3'b000.
4bit_mealy
- Mealy machine is a state machine whose output is determined by the current state and the current inputs.
4bit_moore
- Moore machine is state machine whose output is a function of only the current state.
HDL_equation
- Verilog Program to implement the function f=x+yz and Testbench for all the possible inputs using For Loop
16_COMLEX ADDER
- Complex Numbers are denoted in the form a+ib where a is the real part and b is the imaginary part
miaobiao
- 编写一个python程序实现秒表跟时钟的功能(Write a python program to implement the stopwatch and clock function)
4位全加器 计数器等程序
- EDA仿真工具使用的,进行EDA开发的多个程序; 包括:4位全加器,12分频,128分频,篮球计数秒表(部分),计数器; 可以搭配EDA仿真软件使用,也可以搭配开发板使用;(EDA simulation tools used for EDA development of multiple programs; Including: 4 bit full adder, 12 frequency division, 128 frequency division, basketball cou
实验1计数显示器
- 计数显示器c程序,熟悉51单片机的基本输入/输出应用,掌握Protues?ISIS模块的原理图绘图方法及单片机系统仿真运行方法。(Verify the function of the counter display)
实验2 指示灯开关控制器
- 指示灯/开关控制器c程序,学习51单片机I/O口基本输入 / 输出功能,掌握c语言的变成与调试方法(Indicator/switch controller c program, learn the basic input/output function of 51 single-chip I/O port, master the c language into and debug method)
实验3 指示灯循环控制
- 指示灯循环控制,在编程软件的配合下,要求实现如下功能:8只发光二极管做循环点亮控制,且亮灯顺序为D1→D2→D3……D8→D7→……D2→D1,无限循环两次亮灯的时间间隔约为0.5秒。(Indicator light cycle control, with the cooperation of the programming software, requires the following functions: 8 light-emitting diodes do cycle light con
实验4 指示灯数码管的中断控制
- ?程序启动后,D1处于熄灯,LED1处于黑屏状态;单击K1,可使D1亮灯状态反转一次;单击K2可使LED1显示值加1,并按十六进制数显示,达到F后从1开始。(After the program starts, D1 is off, LED1 is in a black state; click K1, D1 can be turned on once; click K2 to increase LED1's display value, and displayed in hexadecimal,
实验5 电子秒表显示器
- 数码管的初始显示值为00;当1s产生时,秒计数器加一;秒计数到60时清零,并从00,从新开始,如此周而复始进行。(The initial display value of the digital tube is 00; when 1s is generated, the second counter is incremented; when the second is counted to 60, it is cleared, and from 00, the new one is starte