登录
首页 » QT » clock

clock

于 2016-06-01 发布 文件大小:1KB
0 204
下载积分: 1 下载次数: 1

代码说明:

  这是一个数字时钟,可以调时间,调的是系统的时间,注意要该回来,不然时间会乱(This is a digital clock, the time can be adjusted, adjusting the time of the system, pay attention to the back, otherwise time will be chaos)

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

发表评论

0 个回复

  • 实验9 PWM输出实验
    说明:  STM32 OLED 驱动单片机PWM波(STM32 OLED driver PWM WAVE WAVE)
    2020-06-18 08:40:01下载
    积分:1
  • PWM_Rectifier_And_Its_Control
    国内最经典的PWM整流器方面的书 《PWM整流器及其控制》 前言 第1章 绪论 1.1 PWM整流器概述 1.2 PWM整流器研究概况 第2章 PWM整流器的拓外结构及原理 2.1 基本原理及分类 2.2 电压型PWM整流器(VSR)PWM分析 2.3 电流型PWM整流器(CSR)PWM分析 第3章 电压型PWM整流器(VSR) 3.1 三相VSR的建模及动、静态分析 3.2 三相VSR的控制系统设计 第4章 VSR电流控制技术 4.1 VSR间接电流控制 4.2 VSR直接电流控制 4.3 影响三相VSR电流控制要素分析 第5章 VSR空间矢量PWM(SVPMW)控制 5.1 SVPWM一般问题讨论 5.2 三相VSR空间电压矢量PWM(SVPWM)控制 第6章 三相VSR的其他控制策略 6.1 无交流电动势、电流传感器的三相VSP控制 6.2 电网不平衡时的三相VSR控制 第7章 电流型PWM整流器(CSR)的建模及控制 7.1 三相CSR建模 7.2 三相CSRdp模型的动、静态分析 7.3 三相CSR PWM信号发生技术 7.4 电流型PWM整流器(CSR)控制系统设计 第8章 PWM整流器应用 8.1 高功率因数整流器(HPFR) 8.2 静止无功补偿器(SCG) 8.3 有源电力滤波器(APF) 8.4 统一潮流控制器(UPFC) 8.5 可再生能源并网发电 参考文献 (Preface Chapter 1 Introduction 1.1 PWM rectifier Overview 1.2 PWM Rectifier Overview Chapter 2 PWM rectifier expand outside the structure and principle 2.1 Basic principles and classification 2.2 Voltage PWM Rectifier (VSR) PWM analysis 2.3 Current PWM Rectifier (CSR) PWM analysis Chapter 3 Voltage PWM Rectifier (VSR) VSR 3.1 Three-phase modeling and dynamic and static analysis VSR 3.2 Control System Design Phase Chapter 4 VSR current control technology 4.1 VSR indirect current control 4.2 VSR direct current control 4.3 The impact of three-phase current control VSR Factors Chapter 5 VSR space vector PWM (SVPMW) control 5.1 SVPWM General Discussion VSR 5.2 Three-phase Space Vector PWM (SVPWM) control Chapter 6, the other three-phase control strategy VSR 6.1 without exchange of electromotive force, VSP control three-phase current sensor 6.2 Unbalanced three-phase VSR control Chapter 7 Current PWM Rectifier (CSR) in the modeling and control CSR )
    2010-05-22 14:54:04下载
    积分:1
  • MCP2515_CAN232_CAN
    MCP2515实现CAN232功能 2515初始化程序 CAN发送子程序,查询发送 CAN接收子程序,中断接收 硬件连接: AT89S51/52+MCP2515(MCP2515 features to achieve CAN232 2515 initialization procedure CAN send subroutine, send a query CAN receives subroutine, interrupt reception Hardware connection: AT89S51/52+ MCP2515)
    2013-12-04 11:10:22下载
    积分:1
  • gps_with_glcd
    Code GPS to LCD By C code
    2012-01-21 03:06:20下载
    积分:1
  • PCF8591 DA
    自己调试的,stm32控制PCF8591输出电压程序,可用运算放大电路调整输出范围,可用于输出检测电压的设备。(Self debugging, STM32 control PCF8591 output voltage procedures, operational amplifier circuit can be used to adjust the output range, can be used to output voltage detection equipment.)
    2020-07-06 21:28:58下载
    积分:1
  • PC_SPI
    说明:  通过计算机25针并口读写SPI总线Flash存储器(25-pin through the computer parallel port read and write SPI bus Flash memory)
    2010-03-31 15:15:28下载
    积分:1
  • adxl345_dspic33
    ADXl345 driver ADXl345 driver ADXl345 driver
    2015-09-07 10:16:08下载
    积分:1
  • msOS
    MS5基于STM32F103设计开发,可以在Keil下软件仿真调试,不需要实物硬件板子,UART1作为人机窗口。硬件测试是基于正点原子的miniSTM32F103RBT6板子测试,资料是开源的。MS5主要基于MS4(基于NXP Cortex M3)升级而来,因为在2011年基于MS4做了6KW高频焊接机,增加了界面部分,采用函数指针加消息机制,感觉比较简单而有效,性能比较不错,尤其是针对工业产品,系统节拍分时设计有进一步的体会,把这两点融入到MS5中,同时修改了串口UART发送系统等待问题,先把串口数据放到一个buff中,系统节拍去检测buff,当有数据时,每个节拍发送一个,这样就避免了以前发送的时候,需要很长的等待问题。(MS5 based on the design and development of STM32F103 in Keil software simulation debugging, does not require physical hardware board UART1 as a man-machine window. The hardware test is based the the punctuality atoms miniSTM32F103RBT6 board test, and the information is open source. MS4 MS5 mainly based on (upgrades from NXP Cortex M3), because in 2011 based on the MS4 6KW high-frequency welding machine, increase the interface part of the function pointer plus message mechanism, feeling relatively simple and effective, and the performance is quite good, beats especially for industrial products, systems, time-sharing design further experience, these two points into the MS5 while waiting for problems to modify the serial UART transmit the first serial data into a buff system beats to detect buff, data, send each beat, thus avoiding the previously sent, the long wait.)
    2013-03-18 13:04:42下载
    积分:1
  • LEDdianzhen
    ATMEG128单片机开发板上自带的LED点阵源程序,给大家分享一下(ATMEG128 microcontroller development board comes with the LED dot matrix source, to share with you)
    2013-12-17 14:44:46下载
    积分:1
  • PS2手柄原理介绍
    基于说stc15的ps2驱动程序,带摇杆(PS2 handle driver based on stc15)
    2020-06-18 16:00:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载