登录
首页 » Visual C++ » 电子时钟

电子时钟

于 2020-06-23 发布 文件大小:87KB
0 308
下载积分: 1 下载次数: 0

代码说明:

  基于51单片机的简易电子时钟,能实现校时。(Electronic clock, can achieve timing.)

文件列表:

电子时钟\电子时钟单片机仿真工程\Backup Of 新工程.pdsbak, 20157 , 2018-11-21
电子时钟\电子时钟单片机仿真工程\Last Loaded 新工程.pdsbak, 20282 , 2018-11-25
电子时钟\电子时钟单片机仿真工程\新工程.pdsprj, 20180 , 2018-11-23
电子时钟\电子时钟单片机仿真工程\新工程.pdsprj.DESKTOP-L8B89BD.asus.workspace, 2197 , 2018-11-25
电子时钟\电子时钟程序\kcsj2, 8257 , 2018-11-25
电子时钟\电子时钟程序\kcsj2.c, 1784 , 2018-11-25
电子时钟\电子时钟程序\kcsj2.hex, 2295 , 2018-11-25
电子时钟\电子时钟程序\kcsj2.lnp, 43 , 2018-11-25
电子时钟\电子时钟程序\kcsj2.LST, 4411 , 2018-11-25
电子时钟\电子时钟程序\kcsj2.M51, 10438 , 2018-11-25
电子时钟\电子时钟程序\kcsj2.OBJ, 8877 , 2018-11-25
电子时钟\电子时钟程序\kcsj2.plg, 684 , 2018-11-25
电子时钟\电子时钟程序\kcsj2.uvopt, 56202 , 2018-11-25
电子时钟\电子时钟程序\kcsj2.uvproj, 13398 , 2018-11-21
电子时钟\电子时钟程序\kcsj2_uvopt.bak, 56200 , 2018-11-24
电子时钟\电子时钟程序\kcsj2_uvproj.bak, 13399 , 2018-11-20
电子时钟\电子时钟程序\STARTUP.A51, 6376 , 2009-05-07
电子时钟\电子时钟程序\STARTUP.LST, 14043 , 2018-11-25
电子时钟\电子时钟程序\STARTUP.OBJ, 749 , 2018-11-25
电子时钟\电子时钟单片机仿真工程, 0 , 2018-11-25
电子时钟\电子时钟程序, 0 , 2018-11-25
电子时钟, 0 , 2019-07-19

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Q3VM-Specifications
    The Q3VM is a virtual machine used by Quake III to run the game module. The VM is a sort of sandbox to limit the damage a rogue or malicious QVM program can wreak. Though not perfect, it certainly is much safer than full access to native machine language, which could otherwise more easily allow the spread of viruses or the corruption of system resources. In addition, Q3VM programs, similar to JVM s, are write-once run-on-many-platforms (at least for which a Q3VM interpreter or compiler exists).
    2012-05-05 09:29:02下载
    积分:1
  • cstu
    学生信息管理系统毕业论文 感觉还不错 大家看看吧(cstu)
    2010-01-05 08:21:47下载
    积分:1
  • kringing
    数值分析算法学习笔记之克里格插值及其实现2009-04-21 22:25克里格,或者说克里金插值Kriging。法国krige名字来的。 特点是线性,无偏,方差小,适用于空间分析。所以很适合地质学、气象学、地理学、制图学等。 (kringing)
    2009-05-13 14:40:36下载
    积分:1
  • lx01
    本程序为一个小小的实现扬辉三角功能的程序(This program is a little realization Yang Hui triangle function procedures)
    2013-11-22 09:35:36下载
    积分:1
  • SaberYJKJS
    Saber元器件库介绍,是学习Saber的好东西。(Saber component library description, Saber is a good thing to learn.)
    2011-05-02 22:47:46下载
    积分:1
  • cyuyanshixianchuanghanshushejiFIR
    说明:  c语言实现各种窗函数法设计fir滤波器详细程序并且含有详细注释(c language design all kinds of fir filter window function and contains detailed notes detailed procedures)
    2011-03-30 21:42:24下载
    积分:1
  • NFC_SWP_standard-protco-parse
    NFC标准协议解析文档,适合开发NFC的朋友阅读学习。(no english)
    2016-03-01 09:38:52下载
    积分:1
  • Windows文系统过滤驱动开发教程
    我经常在网上碰到同行请求开发文件系统驱动。windows的pc机上以过滤驱动居多。其目的不外乎有以下几种: 一是用于防病毒引擎。希望在系统读写文件的时候,捕获读写的数据内容,然后检测其中是否含有病毒代码。 二是用于加密文件系统,希望在文件写过程中对数据进行加密,在读的过程中进行解密。 三是设计透明的文件系统加速。读写磁盘的时候,合适的cache算法是可以大大提高磁盘的工作效率。windows本身的cache算法未必适合一些特殊的读写磁盘操作(如流媒体服务器上读流媒体文件)。设计自己的cache算法的效果,我已在工作中有所感受。 如果你刚好有以上此类的要求,你可以阅读本教程。(I often encounter online request peer file system driver development. Windows on the pc-driven mostly to filter. Its goal : There are several : First, for the anti-virus engine. Hope for writing the document, read and write data capture, which then detected the presence of the virus code. Two documents for encryption systems in the hope that the process of writing papers for data encryption, in the course of time deciphering. Three is to design a transparent file system accelerated. The disk read and write when appropriate cache algorithm can greatly improve the efficiency of disk. Windows itself to the cache algorithm may not be suitable for some special disk read and write operations (such as streaming media server time streaming media). The cache design algorithm results, I have some wo)
    2005-06-13 20:12:26下载
    积分:1
  • bldc-proteus
    无刷电机 proteus 的一系列仿真 A series of simulation brushless motor proteus(Brushless motor simulation proteus series A series of simulation brushless motor proteus)
    2012-09-11 11:26:04下载
    积分:1
  • O__Reilly.Programming.Embedded.Systems
    Programming embebbed software from Oreylly
    2013-01-15 18:03:17下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载