登录
首页 » C51 » F103C8T6温度

F103C8T6温度

于 2017-07-23 发布 文件大小:7929KB
0 150
下载积分: 1 下载次数: 4

代码说明:

  用stm32f103c8t6做的智能数字中,主要有以下功能,显示当前时间,年月日,星期和温度。可以通过按键打开和关闭闹钟,整点报时,时间调整。(With stm32f103c8t6 to do intelligent digital, mainly has the following functions, showing the current time, date, day, week and temperature. You can turn on and off the alarm clock by pressing the button, adjust the whole time and adjust the time.)

文件列表:

F103C8T6温度\CORE
F103C8T6温度\CORE\core_cm3.c
F103C8T6温度\CORE\core_cm3.h
F103C8T6温度\CORE\startup_stm32f10x_md.s
F103C8T6温度\FWLIB
F103C8T6温度\FWLIB\inc
F103C8T6温度\FWLIB\inc\misc.h
F103C8T6温度\FWLIB\inc\stm32f10x_adc.h
F103C8T6温度\FWLIB\inc\stm32f10x_bkp.h
F103C8T6温度\FWLIB\inc\stm32f10x_can.h
F103C8T6温度\FWLIB\inc\stm32f10x_cec.h
F103C8T6温度\FWLIB\inc\stm32f10x_crc.h
F103C8T6温度\FWLIB\inc\stm32f10x_dac.h
F103C8T6温度\FWLIB\inc\stm32f10x_dbgmcu.h
F103C8T6温度\FWLIB\inc\stm32f10x_dma.h
F103C8T6温度\FWLIB\inc\stm32f10x_exti.h
F103C8T6温度\FWLIB\inc\stm32f10x_flash.h
F103C8T6温度\FWLIB\inc\stm32f10x_fsmc.h
F103C8T6温度\FWLIB\inc\stm32f10x_gpio.h
F103C8T6温度\FWLIB\inc\stm32f10x_i2c.h
F103C8T6温度\FWLIB\inc\stm32f10x_iwdg.h
F103C8T6温度\FWLIB\inc\stm32f10x_pwr.h
F103C8T6温度\FWLIB\inc\stm32f10x_rcc.h
F103C8T6温度\FWLIB\inc\stm32f10x_rtc.h
F103C8T6温度\FWLIB\inc\stm32f10x_sdio.h
F103C8T6温度\FWLIB\inc\stm32f10x_spi.h
F103C8T6温度\FWLIB\inc\stm32f10x_tim.h
F103C8T6温度\FWLIB\inc\stm32f10x_usart.h
F103C8T6温度\FWLIB\inc\stm32f10x_wwdg.h
F103C8T6温度\FWLIB\src
F103C8T6温度\FWLIB\src\misc.c
F103C8T6温度\FWLIB\src\stm32f10x_adc.c
F103C8T6温度\FWLIB\src\stm32f10x_bkp.c
F103C8T6温度\FWLIB\src\stm32f10x_can.c
F103C8T6温度\FWLIB\src\stm32f10x_cec.c
F103C8T6温度\FWLIB\src\stm32f10x_crc.c
F103C8T6温度\FWLIB\src\stm32f10x_dac.c
F103C8T6温度\FWLIB\src\stm32f10x_dbgmcu.c
F103C8T6温度\FWLIB\src\stm32f10x_dma.c
F103C8T6温度\FWLIB\src\stm32f10x_exti.c
F103C8T6温度\FWLIB\src\stm32f10x_flash.c
F103C8T6温度\FWLIB\src\stm32f10x_fsmc.c
F103C8T6温度\FWLIB\src\stm32f10x_gpio.c
F103C8T6温度\FWLIB\src\stm32f10x_i2c.c
F103C8T6温度\FWLIB\src\stm32f10x_iwdg.c
F103C8T6温度\FWLIB\src\stm32f10x_pwr.c
F103C8T6温度\FWLIB\src\stm32f10x_rcc.c
F103C8T6温度\FWLIB\src\stm32f10x_rtc.c
F103C8T6温度\FWLIB\src\stm32f10x_sdio.c
F103C8T6温度\FWLIB\src\stm32f10x_spi.c
F103C8T6温度\FWLIB\src\stm32f10x_tim.c
F103C8T6温度\FWLIB\src\stm32f10x_usart.c
F103C8T6温度\FWLIB\src\stm32f10x_wwdg.c
F103C8T6温度\HARDWIRE
F103C8T6温度\HARDWIRE\CLOCK
F103C8T6温度\HARDWIRE\CLOCK\clock.c
F103C8T6温度\HARDWIRE\CLOCK\clock.h
F103C8T6温度\HARDWIRE\EDIT
F103C8T6温度\HARDWIRE\EDIT\edit.c
F103C8T6温度\HARDWIRE\EDIT\edit.h
F103C8T6温度\HARDWIRE\KEY
F103C8T6温度\HARDWIRE\KEY\key.c
F103C8T6温度\HARDWIRE\KEY\key.h
F103C8T6温度\HARDWIRE\LCD
F103C8T6温度\HARDWIRE\LCD\Lcd.c
F103C8T6温度\HARDWIRE\LCD\Lcd.h
F103C8T6温度\HARDWIRE\TEMP
F103C8T6温度\HARDWIRE\TEMP\temp.c
F103C8T6温度\HARDWIRE\TEMP\temp.h
F103C8T6温度\HARDWIRE\TIME
F103C8T6温度\HARDWIRE\TIME\time.c
F103C8T6温度\HARDWIRE\TIME\time.h
F103C8T6温度\OBJ
F103C8T6温度\OBJ\clock.crf
F103C8T6温度\OBJ\clock.d
F103C8T6温度\OBJ\clock.o
F103C8T6温度\OBJ\core_cm3.crf
F103C8T6温度\OBJ\core_cm3.d
F103C8T6温度\OBJ\core_cm3.o
F103C8T6温度\OBJ\delay.crf
F103C8T6温度\OBJ\delay.d
F103C8T6温度\OBJ\delay.o
F103C8T6温度\OBJ\edit.crf
F103C8T6温度\OBJ\edit.d
F103C8T6温度\OBJ\edit.o
F103C8T6温度\OBJ\ExtDll.iex
F103C8T6温度\OBJ\key.crf
F103C8T6温度\OBJ\key.d
F103C8T6温度\OBJ\key.o
F103C8T6温度\OBJ\lcd.crf
F103C8T6温度\OBJ\lcd.d
F103C8T6温度\OBJ\lcd.o
F103C8T6温度\OBJ\main.crf
F103C8T6温度\OBJ\main.d
F103C8T6温度\OBJ\main.o
F103C8T6温度\OBJ\misc.crf
F103C8T6温度\OBJ\misc.d
F103C8T6温度\OBJ\misc.o
F103C8T6温度\OBJ\startup_stm32f10x_md.d
F103C8T6温度\OBJ\startup_stm32f10x_md.o

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

发表评论

0 个回复

  • CONTROL
    基于stm32的红外遥控器程序资料源码 (stm32 control)
    2015-05-16 16:31:16下载
    积分:1
  • OpenChoice
    OpenChoice® PC通信软件 通过USB在Windows PC与新型TDS1000B/2000B系列数字示波器之间快速简便地进行通信。传送和保存设置、波形、测量和屏幕图。 National Instruments SignalExpress 泰克版互动测量软件 为新型TDS1000B/2000B系列数字示波器优化的全面互动测量软件环境。可以使用直观的拖放用户界面,即时采集、生成、分析、比较、导入和保存测量数据和信号, 而不要求任何编程。(OpenChoice ? PC Communication Software through the USB in the Windows PC with the new series of digital oscilloscopes TDS1000B/2000B between the fast and easy way to communicate. Send and save the settings, waveforms, measurements and screen Fig. National Instruments SignalExpress Tektronix Edition interactive measurement software for the new series of digital oscilloscopes TDS1000B/2000B optimized comprehensive interactive measurement software environment. Can use the intuitive drag-and-drop user interface, real-time acquisition, generation, analysis, comparison, import and save measurement data and signals, without requiring any programming.)
    2008-06-06 17:56:04下载
    积分:1
  • 983-心率计(ST188版)
    心率监测;AT89C51单片机;光电传感器(Heart rate monitoring; AT89C51 single chip microcomputer; photoelectric sensor)
    2018-04-05 20:01:16下载
    积分:1
  • 例程1 跑马灯实验
    说明:  stm32的跑马灯实验,让LED的等按顺序(Experiment of STM32 horse-running lamp)
    2020-06-25 13:20:01下载
    积分:1
  • LayersOfMaps
    It s an add-in for Arcmap to display properties of layers.
    2013-12-03 05:30:09下载
    积分:1
  • main
    实现ADT7310温度采集并传输到M25P16上存储(Achieve ADT7310 temperature acquisition and transfer to the storage on the M25P16)
    2011-09-20 10:52:49下载
    积分:1
  • 11.指纹密码锁
    说明:  单片机设计指纹密码锁,需要的可自行下载。(Single-chip design fingerprint lock, the need can be downloaded by yourself)
    2020-12-08 21:06:38下载
    积分:1
  • acbe5ead73929879feaedd3c19fcaff3
    内含C按键子程序,LED扫描子程序,HT1380读取程序,EEPROM读取子程序, PC通信子程序,128*64LCD源程序,EPROM存取程序,等。 (intron C subroutine keys, LED scanning subroutine, HT1380 reader, EEPROM read subroutine, PC communications subroutine, 128* Embedded source, EPROM access procedures, and so on.)
    2007-03-19 09:22:20下载
    积分:1
  • STM32F10x_IAP_bootloader
    STM32单片机 串口bootloader ,IAP源码。测试过了。方便调试使用。方便商用升级代码,串口实现,方便改成USB接口(STM3210X uart bootloader IAP)
    2015-01-05 16:29:42下载
    积分:1
  • 1602
    基于51单片机的tlc1549的AD采集并显示。(Based on 51 single-chip tlc1549 the AD acquisition and display.)
    2013-07-12 16:53:15下载
    积分:1
  • 696518资源总数
  • 104388会员总数
  • 18今日下载