-
Timer_key_1602
利用MSP430单片机实现5分钟倒计时。用Timer_A实现1s定时,4位共阳型数码管显示时间,显示格式为:“x-xx”,分别代表“分”、“十秒”和“秒”。每隔1s,倒计时器的时间减1,倒计时从4分59秒开始计时,至0分0秒结束,停止计时。(MSP430 microcontroller is used to realize 5 minute countdown. Timer_A is used to realize 1s timing and 4-bit common-sun digital tube display time. The display format is "x-x x", representing "minutes", "ten seconds" and "seconds" respectively. Every 1s, the countdown time is reduced by 1. The countdown time starts at 4:59 seconds and ends at 0:0 seconds.)
- 2019-04-08 20:51:10下载
- 积分:1
-
sle4442读写程序
这是sle4442卡片的读写程序,经过我多次测试完全可用,有需要的朋友可以下载参考。里面包含读主储存器子程序,写主储存器子程序,校验密码子程序等
- 2022-01-30 20:35:31下载
- 积分:1
-
JobSchedule
说明: QuartzNet构建windows服务,Topshelf是一个windows service框架,它对windows service进行封装使得我们可以把控制台程序安装成service,便捷的安装以及控制台可视化的调试大大提升了服务的开发效率。以上是我个人理解,如有错误,还望大侠纠正,不胜感激!(QuartzNet builds windows services. Topshell is a framework of windows services. It encapsulates windows services so that we can install console programs into services. Easy installation and visual debugging of console greatly improve the development efficiency of services. The above is my personal understanding. If there is any mistake, I would like to see the hero correct it. Thank you very much.)
- 2020-06-21 09:20:01下载
- 积分:1
-
约瑟夫循环
使用C++编程约瑟夫循环的代码,在输入总的人数,报名的位数和第几个人出局后,点击回车,就会出现最终结果:结果显示了总共经过了几轮,每轮有谁出局等等。
- 2022-03-20 10:29:11下载
- 积分:1
-
xmodemc + +
fhshgl
- 2022-08-07 00:21:51下载
- 积分:1
-
aGPR
高斯过程建模matlab原程序,sinx比X的测试程序。希望有用(Gaussian process modeling matlab original program, sinx than X' s testing program. I hope useful)
- 2015-02-03 21:01:06下载
- 积分:1
-
EXTI_Configuration(void)
STM32F103C8T6自编简单中断程序,以及中断优先级,每行代码都有中文注释,十分好理解(void EXTI_Configuration(void)
{
EXTI_InitTypeDef EXTI_InitStructure
EXTI_ClearITPendingBit(EXTI_Line8)
GPIO_EXTILineConfig(GPIO_PortSourceGPIOB, GPIO_PinSource8)
EXTI_InitStructure.EXTI_Line EXTI_Line8
EXTI_InitStructure.EXTI_Mode EXTI_Mode_Interrupt
EXTI_InitStructure.EXTI_Trigger EXTI_Trigger_Falling
EXTI_InitStructure.EXTI_LineCmd ENABLE
EXTI_Init(&EXTI_InitStructure)
})
- 2017-01-02 12:45:52下载
- 积分:1
-
Online-calendar-notepad
在线日历记事本,使用.net自带控件,实现基本的按日历记事功能。(Online calendar notepad use. Net own control, to achieve the basic functions by calendar notes.)
- 2013-07-29 11:29:15下载
- 积分:1
-
naozhong
采用mfc编写的闹钟小程序,适合新手练手(Mfc prepared using a small alarm clock program, suitable for beginners to practice hand)
- 2013-06-05 10:46:32下载
- 积分:1
-
cvsd_enc_dec
This is file to compress Audio using CVSD at 16 Kbps
- 2010-07-22 16:36:34下载
- 积分:1