-
Csharp realize the use of small procedures, the application can be reduced to th...
利用csharp实现的小程序,可以将应用程序缩小到托盘,并在关闭是弹出关闭提示-Csharp realize the use of small procedures, the application can be reduced to the tray and turn off turn off pop-up prompts are
- 2022-12-01 12:55:03下载
- 积分:1
-
PIC的资源,模数转换和移动平均计算的C语言样例
PIC的资源,模数转换和移动平均计算的C语言样例-Analog-to-digital conversion (ADC) and calculating a moving average
- 2022-03-25 03:18:03下载
- 积分:1
-
232同485转换的原理图,采用串口偷电技术,我已经调试通过了...
232同485转换的原理图,采用串口偷电技术,我已经调试通过了
- 2022-08-21 09:48:51下载
- 积分:1
-
微机连接枪应答课程设计
微型计算机接口枪答器课程设计- The microcomputer connection gun answering curriculum designs
- 2022-04-29 19:48:35下载
- 积分:1
-
这是本人开发板上的关于uclinux开发的文章,介绍的很详细,很适合入门...
这是本人开发板上的关于uclinux开发的文章,介绍的很详细,很适合入门-this is my development board on the Basis of Development article, we introduce the very detailed, it is very suitable for induction
- 2023-06-02 00:45:03下载
- 积分:1
-
can calibration protocal can总线标定协议,源码结构很清晰
can calibration protocal can总线标定协议,源码结构很清晰-Bus can calibration protocal can calibration protocol, source code structure is very clear
- 2022-01-30 22:13:37下载
- 积分:1
-
c51的 学习代码 主要是一些模块的 功能代码 希望初学者来学习...
c51的 学习代码 主要是一些模块的 功能代码 希望初学者来学习-c51 learning the code is mainly the function of a number of code modules for beginners to learn hope
- 2022-01-26 07:42:22下载
- 积分:1
-
高手写的linux上面的摄像头驱动。使用还不错。贡献源码!
高手写的linux上面的摄像头驱动。使用还不错。贡献源码!-Master written above camera linux driver. Good use. Source contribution!
- 2023-01-23 21:15:03下载
- 积分:1
-
8051 基于带领的接口
#include < REG51F。H >
无符号的 int a、 b ;
无效的延迟 (无符号的 int 时间) ;
void main)
{
= 0x01;
P0 = a;
while(1)
{
无符号的 int x,b,c;
= 0x00;
b = 0;
c = 500 ;
为 (x = 0 ; x < 500 ; x + +)
{
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-04 04:49:37下载
- 积分:1
-
UTC时间与1970年以来的毫秒数转换
应用背景
现有的RTC芯片采用年-月-星期-日-时-分-秒的输出输入格式,而嵌入式系统中很多需要校准时间的地方采用的来源是自1970年以来
的秒数或毫秒数。所以需要对这两种格式的数据进行转换。
关键技术
UTC转换毫秒数时采用累加计时实现,需要注意闰年时的月份天数或全年天数累加,最后换算为毫秒数,毫秒数转换为
UTC时间时将毫秒数截断为年,月,天,最后直接转换为当天的时间。
- 2022-03-10 04:32:27下载
- 积分:1