登录
首页 » Visual C++ » Digital-clock

Digital-clock

于 2013-04-08 发布 文件大小:415KB
0 159
下载积分: 1 下载次数: 3

代码说明:

  利用单片机(STC89C52)为核心结合机械按键、数码管以及稳压器件等电子元器件组装了一个数字时钟,可以实现精准的计时以及修改等功能;(The combination of mechanical buttons, digital tube, and electronic regulator device the microcontroller (STC89C52) as the core components assembled a digital clock, and can achieve precise timing and modify functions )

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

发表评论

0 个回复

  • PWM-ULN2003A
    利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 (#include <reg52.h> unsigned char timer1 sbit PWM=P1^2 void system_Ini() { TMOD|= 0x11 //PWM TH1 = 0xfe //11.0592 TL1 = 0x33 TR1 = 1 IE =0x8A } main() { system_Ini() while(1) { if(timer1>100) timer1=0 if(timer1<30) PWM=0 else PWM=1 } )
    2013-11-21 15:17:25下载
    积分:1
  • CRC-check
    CRC check 介绍CRC的基本原理以及实现方式(CRC check)
    2016-03-28 09:07:58下载
    积分:1
  • STC89C52_m
    此程序可实现长度为8位,周期为255的m序列,此序列可当做伪随机信号发生器,模拟信道噪声。(This procedure can achieve the length of 8 bits, the m sequence of 255 cycles, the sequence can be used as a pseudorandom signal generator, analog channel noise.)
    2021-01-02 23:18:57下载
    积分:1
  • ludeng
    该夜用照明灯系统采用AT89S52单片机为核心,利用单片机的端口分别控制LCD1602标准时钟系统、可控硅和电铃,达到智能操控照明系统(The night with the lighting system using AT89S52 microcontroller as the core, using SCM port control the LCD1602 standard clock system, SCR and bells, to the intelligent control lighting system)
    2012-12-06 07:30:56下载
    积分:1
  • PCM_to_PWM
    語音的16bit PCM Data 轉成PWM方式輸出(Voice of 16bit PCM Data converted into PWM mode output)
    2020-07-01 20:00:02下载
    积分:1
  • Temp_Time
    基于DS18B20+DS1302+lcd1602+MSP430的温度时间综合测量(temperature and time measurement based on MSP430,DS1302,DS18B20,LCD1602)
    2013-01-29 13:06:11下载
    积分:1
  • msp430_ADC
    msp430的adc测试程序,如果需要ADC学习的,可以看看,或许有些帮助。(msp430 of adc testing procedures, if desired ADC to learn, you can look, maybe some help.)
    2016-03-22 21:32:58下载
    积分:1
  • IR-decoding-digital-display
    IR decoding digital display
    2013-10-06 00:06:17下载
    积分:1
  • red-translator
    红外解码,通过单片机的红外解码控制单片机上的相关控件。(failed to translate)
    2011-07-07 09:45:03下载
    积分:1
  • an_r01an0455ej0100_rl78_pwm
    瑞萨 pwm 控制(自带头文件)压缩包打包 (Renesas pwm control (from the lead file) compressed packed)
    2013-08-31 09:00:39下载
    积分:1
  • 696518资源总数
  • 105547会员总数
  • 4今日下载