-
这是基于图像处理,用MATLAB编程,对指定的图像用不同的算子进行边缘提取的程序...
这是基于图像处理,用MATLAB编程,对指定的图像用不同的算子进行边缘提取的程序-This is based on image processing, using MATLAB programming, the image of the designated operator to use different procedures for edge detection
- 2022-02-10 16:39:18下载
- 积分:1
-
图像加密,循环变换后恢复
图像加密,循环变换后恢复-Image encryption
- 2022-03-22 16:10:13下载
- 积分:1
-
C++编写的一个图形学实例的代码
C++编写的一个图形学实例的代码-prepared by the example of a graphics code
- 2022-12-31 11:15:03下载
- 积分:1
-
BC's GUI applications is extremely easy to use.
BC++ 开发的图形界面应用程序,使用非常方便。-BC"s GUI applications is extremely easy to use.
- 2022-10-27 05:25:03下载
- 积分:1
-
direct 9 shader关于顶点和像素的着色器编程书籍。
direct 9 shader关于顶点和像素的着色器编程书籍。-direct 9 shader on the vertex and pixel shader programming books.
- 2022-11-02 20:15:08下载
- 积分:1
-
练习绘制各种图形的源码
练习绘制各种图形的源码-practice to draw various graphics FOSS
- 2022-06-20 11:23:52下载
- 积分:1
-
文字识别基础: 图象二值化和转化为256色
文字识别基础: 图象二值化和转化为256色-Character Recognition : the two images and values into 256 color
- 2023-03-29 11:00:04下载
- 积分:1
-
橡皮区矩形CRectTracker c#实现
橡皮区矩形CRectTracker c#实现-rubber rectangular area CRectTracker c#
- 2022-07-03 08:52:13下载
- 积分:1
-
基于OpenCV的OCR程序,可以实现数字识别,程序采用KNN算法,可以对样本数据进行计算...
基于OpenCV的OCR程序,可以实现数字识别,程序采用KNN算法,可以对样本数据进行计算-Based on OpenCV" s OCR program, you can digital identification process using KNN algorithm can calculate the sample data
- 2022-08-06 00:05:14下载
- 积分:1
-
STM32 Cryptographic Library
STM32 Cryptographic Library
Introduction
This manual describes the API of the STM32 cryptographic library (STM32-CRYP-LIB) that
supports the following cryptographic algorithms:
AES-128, AES-192, AES-256 bits. Supported modes are:
– ECB (Electronic Codebook Mode)
– CBC (Cipher-Block Chaining) with support for ciphertext stealing
– CTR (CounTer Mode)
– CCM (Counter with CBC-MAC)
– GCM (Galois Counter Mode)
– CMAC
– KEY WRAP
ARC4
DES, TripleDES. Supported modes are:
– ECB (Electronic Codebook Mode)
– CBC (Cipher-Block Chaining)
HASH functions with HMAC support:
– MD5
– SHA-1
– SHA-224
– SHA-256
Random engine based on DRBG-AES-128
RSA signature functions with PKCS#1v1.5
ECC (Elliptic Curve Cryptography):
– Key generation
– Scalar multiplication (the base for ECDH)
– ECDSA
These cryptographic algorithms can run in the series STM32F1, STM32 L1, STM32F2,
STM32F4, STM32F0 and STM32F3 with hardware enhancement accelerators.
- 2022-07-21 14:38:08下载
- 积分:1