-
AVR下载电路图
AVR下载电路图-AVR downloading circuit diagram
- 2022-02-01 14:09:26下载
- 积分:1
-
运用数控机床上的逐点比较插补算法来实现悬挂物体控制系统的画图要求...
运用数控机床上的逐点比较插补算法来实现悬挂物体控制系统的画图要求-use of CNC machine tools-by-point comparison of interpolation algorithm to achieve flag objects of the class control system requirements
- 2022-04-09 21:10:25下载
- 积分:1
-
u-boot.tar -u-boot.tar
- 2023-04-16 09:10:03下载
- 积分:1
-
单片机间的通信程序(建立在C++语言上的开发)两片52位单片机间的通信...
单片机间的通信程序(建立在C++语言上的开发)两片52位单片机间的通信-Communication between the microcontroller program (based on C++ language development) 2 52 communication between MCU
- 2022-02-03 22:21:06下载
- 积分:1
-
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
-
此程序是关于SP
此程序是关于SP-FET430X110 Demo - Timer_A的小程序。-This procedure is on the SP-FET430X110 Demo- Timer_A small procedures.
- 2023-02-04 07:35:03下载
- 积分:1
-
英飞凌c515c RTX51的例子。它包含了使用该设备的示例
infineon C515C RTX51 example. it contains example on using this device
- 2023-03-01 02:25:03下载
- 积分:1
-
Keil UV3中自带操作系统ARTX的应用例程
Keil UV3中自带操作系统ARTX的应用例程-Keil UV3 were bringing their operating system of routines ARTX
- 2022-04-16 21:24:34下载
- 积分:1
-
RSA加密算法 C语言
在项目中使用了 这个RSA算法,是可行的,注意的地方是秘钥是 256位,如果加密后的数据不满256的话,在前面补 (256-X)个‘0’, 我在项目中就是这样用的。可能测试 还有待检测,但是适用一般的加密。可以试试。
- 2022-02-01 02:05:08下载
- 积分:1
-
单片机电子密码锁
#include
#include
#include
#include //包含随机函数rand()的定义文件
#include //包含_nop_()函数定义的头文件
#define uchar unsigned char
#define uint unsigned int
#define LCDIO P0
#define delay4us() _nop_();_nop_();_nop_();_nop_();
uchar buffer[4]={0}; //缓冲
sbit sda=P3^3; 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-07-05 00:10:04下载
- 积分:1