CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 单片机 数字钟

搜索资源列表

  1. 用8031单片机控制的数字钟

    0下载:
  2. 用8031单片机控制的数字钟,WORD文档形式的.-8031 with the control of the digital clock, in the form of Word documents.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:28785
    • 提供者:浅牧
  1. 51单片机 ds1302数字钟

    0下载:
  2. 51单片机 ds1302数字钟 lcd1602显示,C语言编写,protues仿真,星期,年月日都有显示
  3. 所属分类:源码下载

    • 发布日期:2011-03-05
    • 文件大小:65494
    • 提供者:jiangminjun
  1. 简易数字钟制作工程文件

    0下载:
  2. 用8051制作数字钟的C程序及keil工程文件
  3. 所属分类:文档资料

    • 发布日期:2011-04-02
    • 文件大小:61575
    • 提供者:zenglou@126.com
  1. protelshzzh.rar

    0下载:
  2. 基于单片机的数字钟设计电路图,以及PCB仿真图。,MCU-based design of digital clock circuit, and PCB simulation Fig.
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:379088
    • 提供者:wang
  1. 51shizizhong

    0下载:
  2. 以51单片机控制的lcd数字钟,包括调时,定时。并包括pretues的仿真图-To 51 single-chip control of the lcd digital clock, including the transfer, the timing. And includes pretues simulation diagram
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:294269
    • 提供者:
  1. shzi

    1下载:
  2. 数字钟的单片机实现,有详细的源码及解释 算法结构清晰,对单片机学习者非常有用 对于电子专业的,拿来当课程设计也是相当不错的 功能有: 1,完成秒/分/时的依次显示并正确计数; 2,秒/分/时各段个位满10正确进位,秒/分能做到满60向前进位; 3,定时闹钟:实现整点报时,有扬声器发出报时声音; 4,时间设置,也就是手动调时功能:当认为时钟不准确时,可以分别对分/时钟进行调整; 5,可以清零;完成暂停;可以随时记时、暂停后记录数据。-The single-chip
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:26658
    • 提供者:何强
  1. 08072513595491

    0下载:
  2. 单片机多功能数字钟设计原理,制作一个24小时制多功能数字钟。 2.要求 (1)具有时间设置(小时和分钟)、闹钟时间设置、闹钟开、闹钟关功能。-Single-chip multi-function digital clock design principles, to produce a 24-hour multi-function digital clock. 2. Requirements (1) with set-up time (hours and minutes), set the al
  3. 所属分类:Project Design

    • 发布日期:2017-04-05
    • 文件大小:51803
    • 提供者:俞飞锋
  1. MCU_Digital_Clock

    1下载:
  2. <基于单片机的数字钟设计> 个人做的毕业设计,带Protel图,源代码用proteus软件仿真通过,附有毕设论文-<Based on single-chip digital clock design> individuals do graduate design, with Protel map, the source code through the use of Proteus software simulation, complete with paper-ba
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:585916
    • 提供者:JiangChunlin
  1. b508aaf0-73f2-49c1-b8d3-aa4c9adde2af

    0下载:
  2. 万年历数字钟是一种用万年历时钟芯片实现年、月、日、时、分、秒计时,并通过单片机处理后送给显示芯片显示的装置,与机械式时钟相比具有更高的准确性和直观性,且具有更长的使用寿命。本系统还可以扩展为可调的自动开关,对家电对用电设备进行控制,笔者在随后改制成为可调时的自动断电的供电系统.-Calendar Digital Clock is a clock chip using calendar year, month, day, hour, minute, second time, and through
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:56218
    • 提供者:zhuxiaouan
  1. timer

    0下载:
  2. 单片机 数字钟 MC 51 8051-Single-chip digital clock MC 51 8051
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:16872
    • 提供者:周先生
  1. GKIM

    0下载:
  2. 最小系统数字钟,这个程序是用c语言实现的最小系统的数字钟功能,所用单片机为c52,大家参考下!-Minimum System digital clock, this procedure is to use c language to achieve the minimum system features digital clock, single-chip microcomputer used for c52, under your reference!
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:1360
    • 提供者:talangtingyu
  1. locker_with_LCD_and_clock

    0下载:
  2. 本程序用到4x4按键中断扫描法,用lcd显示,开机时候显示一个数字钟(时间不可设,稍后加入该功能),钟正常走 如果按下开锁键,进入以请输入密码界面,输入密码,如果密码正确,显示欢迎使用,密码错误蜂鸣器报警 且LCD显示密码错误,请重新输入。 注:数字时钟用的是DS1302实现,由于本人也才学单片机一个多月,所以注释非常详细,初学者很容易看懂。-This procedure used key interrupt scanning 4x4, with lcd display, bo
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:5445
    • 提供者:specter
  1. AT89S51_product

    0下载:
  2. 单片机 数字钟 交通灯 led 报警产生器等许多功能的实现,还有很多-clock alert and so many product
  3. 所属分类:SCM

    • 发布日期:2017-05-16
    • 文件大小:4594319
    • 提供者:李雪红
  1. DigitalTimer

    0下载:
  2. 单片机控制的数字钟,能够调节时间,按键处理,定时提醒等。-Single-chip microcomputer-controlled digital clock, able to adjust the time
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:385341
    • 提供者:gpc
  1. Microcontrollerdigitalelectronicclock

    0下载:
  2. 本文介绍了一款基于AT89S51单片机数字钟的设计,通过多功能数字钟的设计思路,详细叙述了系统硬件、软件的具体实现过程。论文重点阐述了数字钟硬件中MCU模块、语音模块、时钟模块和相关控制模块等的模块化设计与制作;软件同样采用模块化的设计,包括中断模块、闹钟模块、语音模块、时间调整模块设计,并采用简单流通性强的C语言编写实现。本设计实现了时间与闹钟的修改功能、语音播报功能、年、月、日和星期的显示功能。并且通过对比实际的时钟,查找出了误差的来源,确定了调整误差的方法,尽可能的减少误差,使得系统可以达
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-06
    • 文件大小:427899
    • 提供者:黄大小
  1. clock

    0下载:
  2. 51单片机数字钟功能,实现时钟,年月日,闹钟功能-51 MCU digital clock, and realize the clock, and date the alarm clock function
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:2832
    • 提供者:shadow123
  1. mcu

    1下载:
  2. 单片机数字钟(完整)(包括原理图,c语言源代码-Single chip digital clock (complete) (including schematics, c language source code
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:61575
    • 提供者:bobo
  1. 单片机制作的6位数字钟汇编源程序

    1下载:
  2. 利用AT89C2051单片机制作的6位数字钟汇编源程序
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2013-01-31
    • 文件大小:3189
    • 提供者:dzzgdz
  1. 多点定是数字钟的设计

    0下载:
  2. 以AT89S51单片机为核心器件,组成一个定时数字钟系统,系统显示器由四位数字型数码管组成,分别显示小时和分钟,能够随时对当前时间进行调整,并能构随时输入定时时间,在定时时间到时会有提示音提示时间已到。(Using AT89S51 microcontroller as the core device, a digital clock timing system, the system displays a four bit digital type digital tube, respectiv
  3. 所属分类:嵌入式/单片机/硬件编程

    • 发布日期:2018-04-29
    • 文件大小:168960
    • 提供者:pczx2012
  1. clock

    0下载:
  2. 在C51单片机上实现了数字钟功能,以及六种其他功能,包括日期显示、秒表、定时器、闹钟等(通过按键切换)。(The function of digital clock is realized on C51 microcontroller, and six other functions, including date display, stopwatch, timer, alarm clock and so on.)
  3. 所属分类:单片机开发

    • 发布日期:2018-05-03
    • 文件大小:60416
    • 提供者:琳琳lin
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com