Hello User This is nothing, but a simple program which if kept in start of windows will shut down the system by itself within five minutes of starting. It takes the time from the system & starts its TImer to shut down after 5 minutes (not considering seconds). U can use shutdown.exe,once started there is only one exit that u know only. EXIT : DOUBLECLICK TIME TO ENABLE EXIT
标签: nothing program windows simple
上传时间: 2016-12-26
上传用户:yxgi5
Hello User This is nothing, but a simple program which if kept in start of windows will shut down the system by itself within five minutes of starting. It takes the time from the system & starts its TImer to shut down after 5 minutes (not considering seconds). U can use shutdown.exe,once started there is only one exit that u know only. EXIT : DOUBLECLICK TIME TO ENABLE EXIT
标签: nothing program windows simple
上传时间: 2014-03-06
上传用户:ruan2570406
本示例程序是STM32的一个综合测试程序,主要演示了GPIO、TImer、NVIC、UART等功能
上传时间: 2016-12-29
上传用户:tzl1975
PC与单片机双向通讯智能温控程序 #include <AT89X51.H> #include <intrins.h> #define Key_UP P1_0 #define Key_DOWN P1_1 #define Key_SET P1_2 #define RelayOutPort P2_0 #define LEDPort P0 #define DELPort P2_1 #define LEDTwoC P3_6 #define LEDThreeC P3_7 #define TMPort P2_7 #define INBUF_LEN 5 //数据长度 unsigned char inbuf1[INBUF_LEN]={ 0 , 0 , 0 , 0 , 0 } //发送缓冲区 unsigned char inbuf2[50] //接收缓冲区 unsigned char count3 void init_serialcomm( void ) { SCON = 0x50 //SCON: serail mode 1, 8-bit UART, enable ucvr TMOD |= 0x20 //TMOD: TImer 1, mode 2, 8-bit reload PCON |= 0x80 //SMOD=1 TH1 = 0xFA //Baud:4800 fosc=11.0592MHz IE |= 0x90 //Enable Serial Interrupt TR1 = 1 // TImer 1 run } //向串口发送一个字符 void send_char_com( unsigned char ch) { SBUF=ch while (TI== 0 ) TI= 0
标签: include intrins define Key_UP
上传时间: 2014-11-29
上传用户:风之骄子
本人用AVR mega32写的一个关于输出32路PWM的程序,其中有UART,PWM,TImer,spi,Flash读写,等等模块可供参考。程序用Studio4 + GCC编写
上传时间: 2013-12-24
上传用户:思琦琦
自己用VC编写的一个关于滚动条的实验,其中涉及wnd和TImer知识,希望对大家有用
上传时间: 2017-01-29
上传用户:梧桐
C51源程序集锦 This a demo program showing a way to perform simultaneous RS-232 transmit and receive using only one hardware TImer. The transmit and receive routines divide each bit time into 4 slices to allow synchronizing to incoming data that may be out of synch with outgoing data.
标签: simultaneous transmit program perform
上传时间: 2017-02-08
上传用户:yangbo69
aduc7026裸机程序,实现子功能包括:ADC,TImer中断,Flash读写,Uart与PC通讯。
上传时间: 2017-02-18
上传用户:xcy122677
温控仪表的初始化程序,CPU为C8051F020内含有定时器ADC,SPI,UART,TImer使能以及SYSCLK、端口配置的初始化程序
上传时间: 2017-02-25
上传用户:xfbs821
S12的一些初始化,包含SCI,TImer,PWM等等
上传时间: 2014-02-11
上传用户:xsnjzljj