资源列表
ShiftRegister
- Shift register verilog code
123
- LED密码锁的基本功能如下1)使用LED显示器来显示密码锁输入的相关消息.(2)可以设置4位数字密码(0-9)密码.(3内定另一组4位数字密码为“1234”。(4密码输入正确则继电器启动2 S。(5密码输入错误则发出警报声。-LED locks the basic functions are as follows 1) the use of LED displays to show the relevance of the password lock information input. (2)
timer
- 用定时器实现月,日,时,分,秒计时并通过按键控制在LED上 分别进行显示。-Using Timer month, day, hour, minute, second time through the button control to display in the LED, respectively.
chaxun
- 检测环境温度,通过查询比较来获得当前PTC电阻值。-Test temperature, obtained by comparing the current query PTC resistance.
rtc
- this file describes an example of the use of the RTC (Real Time Clock) Routine.
booth_mul
- 乘法器 基于改进booth编码 已验证 clk-multiplier modified booth
mc
- 可控脉冲发生器:采用1KHz的工作时钟,初始化周期为2.5s,占空比为50 ,所以周期(T)初始化为2500,占空比(Result)初始化为1250;用按键S1、S2、S3、S4分别实现周期增大、周期减小、占空比增大、占空比减小。-Controllable pulse generator
simple_ram
- the file about simple ram by VHDL code
tm1618
- tm1618 led驱动芯片的c语言驱动程序,能够直接在单片机上使用。-tm1618 led driver chip c language driver, can be used directly on the microcontroller.
fulladdr
- full adder source and test bench 5
xiaoche
- 电机驱动程序,基于L298N的电机驱动Python编程-The motor driver, driven by L298N, drives the Python programming
1380
- 给定N个整数,找出它们中的最大值。在输入时可以连续输几组数,每组数中,第一行包括一个整数N(1〈=N〈=10000),第二行包括N个整数,每个的绝对值小于10^9,当一组数中,第一行为0时就退出程序。在输出时,每组数就有一行中显示它的最大值-In this problem, you are given n integers. Your task is to find the maximal value of them. Input may contains several test case