-
AES 256 加密引擎,4 输入管道
本代码是一种实现AES-256。此代码加密4种不同的输入数据的128位与4个不同的密钥256位
- 2022-01-26 02:57:39下载
- 积分:1
-
IC卡(24C16)读写源程序(基于KT8808, x86兼容)
IC卡(24C16)读写源程序(基于KT8808, x86兼容)-IC card (24C16) literacy source (based on the KT8808, x86-compatible)
- 2022-01-25 16:48:34下载
- 积分:1
-
该程序是使用直方图进行对比度增强的操作…
The program is to perform the operation of contrast enhancement using histogram equalization. the program is capable of doing enhancement of color images also.-The program is to perform the operation of contrast enhancement using histogram equalization. the program is capable of doing enhancement of color images also.
- 2022-03-26 13:28:50下载
- 积分:1
-
common operational amplifier circuit Collection
常用运放电路集锦-common operational amplifier circuit Collection
- 2022-02-01 22:13:04下载
- 积分:1
-
luminaryFTDI驱动
这个是easyarm1138 luminaryFTDI驱动的源代码。欢迎大家下载、试用。谢谢大家的支持。希望有帮助!
- 2022-03-17 04:46:11下载
- 积分:1
-
一个三星原厂2410开饭版原理图,对2410开发有一定帮助
一个三星原厂2410开饭版原理图,对2410开发有一定帮助-an original 2410 version of schematic meals to 2,410 will definitely help the development of
- 2022-04-07 14:29:27下载
- 积分:1
-
usbn9603的驱动程序
usbn9603的驱动程序-usbn9603 driver
- 2023-06-16 10:40:04下载
- 积分:1
-
智能小车单片机源码
51单片机智能小车系统 包含蓝牙 红外遥控功能 同时支持多车组网适合单片机入门学习 本代码使用了单片机所有资源可以拓展成WiFi视频小车
- 2022-05-26 13:38:12下载
- 积分:1
-
cc2430 entirely based on experiments and experimental ZigBee manual. pdf
cc2430基础实验和ZigBee完全实验手册.pdf-cc2430 entirely based on experiments and experimental ZigBee manual. pdf
- 2022-08-08 15:01:33下载
- 积分: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