联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All VHDL/FPGA/Verilog(131) 

[VHDL/FPGA/Verilog] digital clock(VHDL)

基于VHDL的数字时钟课程设计,可实现校时、计时已经闹钟功能。
The course design of digital clock based on VHDL can realize the alarm clock function of school hour and time. (2018-12-25, VHDL, 186KB, 下载5次)

http://www.pudn.com/Download/item/id/1545727813786934.html

[VHDL/FPGA/Verilog] Clock

该程序主要是用Verilog HDL语言编写的多功能数字钟,包括校时,调试,整点报时和万年历模块。
The program is mainly used Verilog HDL language multifunction digital clock, including at school, debugging, the whole point timekeeping and calendar modules. (2016-05-14, VHDL, 9KB, 下载5次)

http://www.pudn.com/Download/item/id/1463187024904792.html

[VHDL/FPGA/Verilog] miaobiao

基于fpga的多功能数字时钟 在数码管显示 verilog语言编写 可实现校时 暂停以及设定闹钟的功能
FPGA time clock (2015-05-02, VHDL, 74KB, 下载4次)

http://www.pudn.com/Download/item/id/1430560401660157.html

[VHDL/FPGA/Verilog] shizhong

这个程序是基于Quartus II的,能通过数码管显示时、分、秒,具有闹钟的功能,能通过按键校时。
his program is based on the Quartus II, and when through digital display hours, minutes, seconds, and has an alarm clock function, button through school. (2014-11-30, VHDL, 1KB, 下载4次)

http://www.pudn.com/Download/item/id/2664981.html

[VHDL/FPGA/Verilog] the-digital-clock

本设计选用 ALTERA 公司的 EP1C12Q240C8 芯片,利用 VHDL 语言采用自 顶向下的方法在 Quartus Ⅱ环境下完成了数字钟的设计,最后在实验箱上进行测 试。该数字钟包含的功能有计时、显示星期、校时校分、清零、整点报时、音乐 闹铃。
The design uses the silicon chip EP1C12Q240C8 produced by the company of ALTERA. And with the help of VHDL, the design of a digital clock is completed using the top-down approach under Quartus Ⅱ, finally carried out in the SmartSOPC. Functions of the digital clock are: timer, showing day, setting time, resetting, Chime on every hour, and alarm with music. (2014-05-20, VHDL, 226KB, 下载4次)

http://www.pudn.com/Download/item/id/2545688.html

[VHDL/FPGA/Verilog] clockend

基于QuartusII开发环境,Cyclone III开发板的VerilogHDL多功能数字钟程序。可实现24小时计时,手动校时,闹钟,整点报时功能。分频模块在仿真和烧写是需要改变。
QuartusII based development environment, Cyclone III development board VerilogHDL multifunction digital clock procedures. Can achieve 24-hour clock, manual timing, alarm, hourly chime functions. Frequency module in the simulation and programming needs to change. (2013-07-24, VHDL, 1895KB, 下载4次)

http://www.pudn.com/Download/item/id/2313034.html

[VHDL/FPGA/Verilog] mclock

电子时钟设计 包含校时和闹钟功能 闹钟播放一段音乐 ppt和word报告也有 太大不上传 需要的发邮箱lin170587788@gmail.com
Electronic clock and alarm functions including school play a musical alarm clock ppt and word report also does not upload much needed hair mailbox lin170587788@gmail.com (2013-06-17, VHDL, 315KB, 下载4次)

http://www.pudn.com/Download/item/id/2281340.html

[VHDL/FPGA/Verilog] clock

利用8051单片机写的数字钟程序,显示采用了数码管,有校时的功能。
Digital clock written in 8051, showing the digital control, and school functions. (2012-08-01, C/C++, 25690KB, 下载4次)

http://www.pudn.com/Download/item/id/1954878.html

[VHDL/FPGA/Verilog] clock

本设计主要研究基于FPGA的数字钟,要求时间以24小时为一个周期,显示年、月、日、时、分、秒。具有校时以及报时功能,可以对年、月、日、时、分及秒进行单独校对,使其校正到标准时间。
This design is the main research based on FPGA digital clock, required time to 24 hours for a cycle, display date and time, minutes and seconds. The strike has and function, can to year, month, day, and minutes and seconds to the separate proofreading (2012-03-18, VHDL, 157KB, 下载4次)

http://www.pudn.com/Download/item/id/1798181.html

[VHDL/FPGA/Verilog] clock

clk: 标准时钟信号,本例中,其频率为4Hz; clk_1k: 产生闹铃音、报时音的时钟信号,本例中其频率为1024Hz; mode: 功能控制信号;为0:计时功能; 为1:闹钟功能; 为2:手动校时功能; turn: 接按键,在手动校时功能时,选择是调整小时,还是分钟; 若长时间按住该键,还可使秒信号清零,用于精确调时; change: 接按键,手动调整时,每按一次,计数器加1; 如果长按,则连续快速加1,用于快速调时和定时; hour,min,sec :此三信号分别输出并显示时、分、秒信号, 皆采用BCD码计数,分别驱动6个数码管显示时间; alert: 输出到扬声器的信号,用于产生闹铃音和报时音; 闹铃音为持续20秒的急促的"嘀嘀嘀"音,若按住"change"键, 则可屏蔽该音;整点报时音为"嘀嘀嘀嘀-嘟"四短一长音; LD_alert: 接发光二极管,指示是否设置了闹钟功能; LD_hour: 接发光二极管,指示当前调整的是小时信号; LD_min: 接发光二极管,指示当前调整的是分钟信号。
clk: standard clock signal, in this case, the frequency of 4Hz clk_1k: generate the alarm sound, chime sound clock signal, in this case the frequency of 1024Hz mode: Functional control signal 0: Chronograph function 1: The alarm clock function 2: Manually school-time functionality turn: access keys manually school function, the choice is to adjust hours or minutes If you long press the key, also make clear of the second signal for precise tone change: access key, and manually adjust each time you press the counter plus 1 If long, then in quick succession plus one for fast tune and timing hour, min, sec: This signal is output and display hours, minutes and seconds signal, All use a BCD count, drive six digital display time alert: Output signal to the speaker used to generate the alarm tone chime sound The alarm tone for the last 20 seconds of rapid beeping beep "tone, if hold down the" change "button, Can be shielded from the sound the whole point timekeeping w (2012-03-05, Windows_Unix, 480KB, 下载4次)

http://www.pudn.com/Download/item/id/1785618.html

[VHDL/FPGA/Verilog] shizihong

用VHDL语言编写数字钟的程序,实现数字钟的几个功能,如计时、校时、闹钟和整点报时
Digital clock using VHDL language programs, digital clock several functions, such as timing, timing, alarm and hourly chime (2012-01-08, Others, 2KB, 下载4次)

http://www.pudn.com/Download/item/id/1752819.html

[VHDL/FPGA/Verilog] sy6

数字时钟,整点报时,有校分校时功能,底层用VHDL,顶层原理图
Digital clock, the whole point of time, when a school campus functions, the bottom with VHDL, top-level schematic (2012-01-05, VHDL, 4KB, 下载4次)

http://www.pudn.com/Download/item/id/1750880.html

[VHDL/FPGA/Verilog] digital-clock

此数字钟具有时,分,秒计时并显示功能; 2.能进行24/12小时制计时模块的切换; 3.具有校时,清除功能,能对时,分,秒进行调整; 4.具有整点报时功能:在59分51秒,59分53秒,59分55秒,59分57秒发出低音256HZ信号,在59分59秒发出一次高音1024HZ信号,音响持续一秒钟,在1024HZ音响结束时刻即为整点;
This digital clock with hours, minutes, seconds, chronograph and display 2 24/12 hour time capable of switching modules 3 with the school, clean up, can the hours, minutes, seconds to adjust 4 with The whole point timekeeping functions: in 59 minutes and 51 seconds, 59 minutes and 53 seconds, 59 minutes and 55 seconds, 59 minutes and 57 seconds bass 256HZ signal sent in 59 minutes and 59 seconds to issue a treble 1024HZ signals, sound for one second, sound in 1024HZ end time is the whole point (2011-11-13, VHDL, 703KB, 下载4次)

http://www.pudn.com/Download/item/id/1697725.html

[VHDL/FPGA/Verilog] Project-Clock-plus-alarm

实现超多功能数字钟的vhdl硬件实现,可以实现校时校分闹铃,多模切换,多模同时工作
Ultra-versatile digital clock vhdl hardware implementation can be achieved when the school hours the school alarm, multi-mode switching, multi-mode simultaneously (2011-08-03, VHDL, 519KB, 下载4次)

http://www.pudn.com/Download/item/id/1613909.html

[VHDL/FPGA/Verilog] clock

1.计时功能:包括时、分、秒的计时 2.定时与闹钟功能:能在设定的时间按发出闹铃声 3.校时功能:对小时、分钟和秒能手动调整以校准时间 4.整点报时功能 5.利用数码管显示时间
1. The timer function: including, minutes and seconds when the timing 2. The timing and alarm clock function: set time out according to the alarm 3. When the function of hours, minutes and: can manual adjustments to calibration second time 4. Strike on the function 5. Using digital pipe display time (2011-07-29, VHDL, 2KB, 下载4次)

http://www.pudn.com/Download/item/id/1609669.html

[VHDL/FPGA/Verilog] RvsTime

用VHDL编写。数字钟校时电路,根据表示是否校时的输入引脚、是校正小时还是校正分钟的输入引脚决定校正状态。接受一个按钮的脉冲输入,每输入一个脉冲,被校正的时间增加1.与我的其它8个模块配套构成一个数字钟。
Programmed with VHDL.The time-revising circuit of a digital clock. Detect the inputs and decide if revise time, hour or minute. It recepts an impulse input from a key and the currently revised time will increase by 1 for each pushing of the key. (2011-06-24, VHDL, 116KB, 下载4次)

http://www.pudn.com/Download/item/id/1578700.html

[VHDL/FPGA/Verilog] FlashTime

用VHDL编写。称为校时闪烁电路。一般的电子表在校时时都会使被校正的时间不停地闪烁。此模块实现了类似的功能。与我的其它8个模块配套构成一个数字钟。
Programmed with VHDL. It is called a flashing circuit(when time is being revised).Generally, a digital watch will flash the currently revised time(for example,hour) to let the user know time revised. This module implements the similar function. It is one of my total 9 modules that are used to design a digital clock. (2011-06-24, VHDL, 140KB, 下载4次)

http://www.pudn.com/Download/item/id/1578692.html

[VHDL/FPGA/Verilog] vhdlclock

数字钟的实现,包括报时,校时,清零,闹钟等功能,内附源文件电路图跟源代码。
This is a digital clock to achieve the VHDL. Using eight digital tube display!- Adjustable alarm can be school. (2011-06-15, VHDL, 90KB, 下载4次)

http://www.pudn.com/Download/item/id/1569526.html

[VHDL/FPGA/Verilog] VHDLDigitalClock

数字钟的VHDL语言实现基本功能,包括 1、24小时计数显示; 2、具有校时功能(时,分) ; 附加要求: 1、实现闹钟功能(定时,闹响);
Digital clock in the VHDL language for basic functions, including 1,24-hour count display 2, when a school function (hour, minute) additional requirements: 1, to achieve the alarm function (time, alarm sound) (2010-11-25, VHDL, 1KB, 下载3次)

http://www.pudn.com/Download/item/id/1358082.html

[VHDL/FPGA/Verilog] shuzizhong

1、24小时计数显示; 2、具有校时功能(时,分) ; 3、实现闹钟功能(定时,闹响);
1,24 hours counting display 2, with the school when the function (hour, minute) 3 to achieve alarm functions (timing, downtown ring) (2009-12-01, VHDL, 7KB, 下载4次)

http://www.pudn.com/Download/item/id/988741.html
总计:131