Description: 这是一个数字密码锁的VHDL源代码 花了很多时间才弄来的-This a digital code lock VHDL source code spent a lot of time obtained Platform: |
Size: 2048 |
Author:星星 |
Hits:
Description: 用VHDL编写的数字密码锁,很实用,喜欢请下载-Prepared using VHDL digital code lock, it is practical, likes to download Platform: |
Size: 2048 |
Author:ding |
Hits:
Description: 以QuatusⅡ为平台,采用VHDL语言实现数字密码锁的功能,可以仿真实现。-To Quatus Ⅱ as a platform, the use of VHDL language digital code lock function, you can realize simulation. Platform: |
Size: 187392 |
Author:cheng sonja |
Hits:
Description: 基于EDA技术的数字密码锁源程序代码,大学实训用的着-EDA-based Digital code lock source code, used by the University Training Platform: |
Size: 7168 |
Author:shark |
Hits:
Description: 单片机实现4×4键盘及8位数码管显示构成的电子密码锁,带有keil程序以及protuos的模拟电路。-SCM 4 × 4 keyboard and 8-bit digital tube display constitutes an electronic code lock with keil procedures and protuos of analog circuits. Platform: |
Size: 87040 |
Author:李子超 |
Hits:
Description: 设计一个通用电子密码锁,具体功能如下:[1]数码输入 [2]数码清除
[3]密码更改 [4]激活电锁
[5]解除电锁-The design of a universal electronic code lock, the specific features are as follows: [1] digital input [2] Digital Clear [3] Password Change [4] to activate electric lock [5] the lifting of electric locks Platform: |
Size: 1024 |
Author:小夏 |
Hits:
Description: 用于模仿密码锁的工作过程。完成密码锁的核心控制功能。可实现数码输入、清除、退位、设置密码、错误提示、系统报警、解除报警、系统关闭等功能。-Used to imitate the work of the code lock process. Locks achieve the core control functions. Digital input can be achieved, clear, step down, set a password, error message, the system alarm, lift the alarm, turn off the functions of the system. Platform: |
Size: 13312 |
Author:胡婕 |
Hits:
Description: PLL是数字锁相环设计源程序,
其中, Fi是输入频率(接收数据),
Fo(Q5)是本地输出频率.
目的是从输入数据中提取时钟信号(Q5),
其频率与数据速率一致,
时钟上升沿锁定在数据的上升和下降沿上;
顶层文件是PLL.GDF-Digital phase-locked loop PLL is the design source code, which, Fi is the input frequency (receive data), Fo (Q5) is a local output frequency. The purpose is to extract data from the input clock signal (Q5), their frequency and data rate in line clock rising edge of lock-in data on rising and falling edge PLL.GDF top-level document Platform: |
Size: 126976 |
Author:许伟 |
Hits:
Description: 1、 在NMBER INPUT的基础上设计数字密码锁
2、 运行初始密码为学号后8位,密码不正确执行4、5功能
3、 连续3次密码错误,锁定键盘,发出报警指示
4、 输出开锁信号(使用功率开关),LED指示
设置修改密码功能,数据存入24C01EEROM
-1, in NMBER INPUT design based on digital code lock 2, the initial password for the school run after No. 8, the password is not the correct implementation of 4,5 function 3, for 3 times the wrong password, keyboard lock, the police issued instructions 4, output unlock signal (using the power switch), LED Change Password function instructions, data deposited 24C01EEROM Platform: |
Size: 34816 |
Author:鱼与水 |
Hits:
Description: Verilog code for digital combinational lock
//BCAC – Unlock sequence
//wrong sequence –alaram goes on and goes off only after pressin another 4 wrong buttons.
//once the lock is open ,we can close the lock by pressin any key
//From any state pressin AA gets back to reset state.-Verilog code for digital combinational lock
//BCAC – Unlock sequence
//wrong sequence –alaram goes on and goes off only after pressin another 4 wrong buttons.
//once the lock is open ,we can close the lock by pressin any key
//From any state pressin AA gets back to reset state.
Platform: |
Size: 7168 |
Author:deepa |
Hits:
Description: 4×4键盘及8位数码管显示构成的电子密码锁 用8位数码管组成显示电路提示信息,当输入密码时,只显示“8.”,当密码位数输入完毕按下确认键时,对输入的密码与设定的密码进行比较,若密码正确,则门开,此处用LED发光二极管亮一秒钟做为提示,同时发出“叮咚”声;若密码不正确,禁止按键输入3秒,同时发出“嘀、嘀”报警声;若在3秒之内仍有按键按下,则禁止按键输入3秒被重新禁止-4 × 4 keypad and 8-bit digital tube display constitutes an electronic code lock with an 8-bit digital tube display circuit message, when the input password, only shows " 8." , When the median enter password press the confirm button when finished to enter the password with the password set for comparison, if the password is correct, then the door opened here with a bright LED light-emitting diodes as a matter of seconds suggests that at the same time issued a " ding dong" sound if the password is not correct, the prohibition of keystrokes 3 seconds, at the same time issued a " 嘀,嘀" alarm sound if there are still three seconds of pressing the button, the button to prohibit re-importation ban on 3 seconds Platform: |
Size: 65536 |
Author:yang |
Hits:
Description: VHDL课程的源代码数字密码锁的设计与实现的实验报告,内附源代码-VHDL source code for the course digital code lock design and implementation of the experimental report, included the source code Platform: |
Size: 4096 |
Author:CXJ |
Hits:
Description: 数字密码锁的设计与实现
一.实验目的
1. 学习VHDL的综合设计应用
2. 学习数字密码锁的设计
二.实验内容
设计一个数字密码锁,对其编译,仿真,下载。
数字密码锁具体要求如下:
1.系统具有预置的初始密码“00000001”。
2.输入密码与预存密码相同时,开锁成功,显示绿灯,否则开锁失败,显示红灯。
3.具有修改密码功能。修改密码时,先开锁,开锁成功才可以修改。
4.系统同时具有关锁功能。关锁后,显示红灯。
5.密码由拔码开关表示,开锁由按键表示。
6具有一个复位按键。按键后,回到初始状态。
-VHDL Digital Design and Implementation of lock
1. Purpose of the experiment
1. VHDL Integrated Design and Application of Learning
2. Learning digital code lock design
2. Experimental content
Design a digital lock on their compilation, simulation, download.
Digital code lock specific requirements are as follows:
1. System has preset the initial password "00000001."
2. Enter the same password with the stored password, unlock successful, a green light, or unlock failed to show a red light.
3. With the change password function. Modify password, the first lock, unlock success can modify.
4. The system also has off lock. Shut up after the red light.
5. The password code from the pull switch that unlock the keys, said.
6 has a reset button. Button, the return to initial state.
Platform: |
Size: 18432 |
Author:爱好 |
Hits:
Description: 基于VHDL语言实现的可下载到FPGA板子上的数字密码锁代码,包含按键防抖动功能的实现。-Based on the VHDL language can be downloaded to the FPGA board digital password lock code, containing the button shake function to achieve. Platform: |
Size: 2048 |
Author:momo |
Hits:
Description: 数字锁的详细设计流程以及VHDL仿真过程和结果,附有源码-The detailed design process digital lock and VHDL simulation process and results, with source code Platform: |
Size: 24576 |
Author:WPQ |
Hits: