-
这个是一个用C画曲线增加参数的程序,这个老师留的作业,希望对大家有用...
这个是一个用C画曲线增加参数的程序,这个老师留的作业,希望对大家有用-This is an additional parameter with C curve drawing procedure, the teacher left the job, hope for all of us
- 2022-04-25 08:57:48下载
- 积分:1
-
采用中点移位法生成数字地形模型,并采用彩色分层法显示结果。...
采用中点移位法生成数字地形模型,并采用彩色分层法显示结果。-Midpoint displacement method used to generate digital terrain model, and the use of color stratification result will be displayed.
- 2022-08-08 13:38:14下载
- 积分:1
-
GIS最基本功能:源码实现矢量数据(dxf格式)和栅格数据(dem格式)的打开。
GIS最基本功能:源码实现矢量数据(dxf格式)和栅格数据(dem格式)的打开。-GIS basic functions : Vector data source (dxf format) and raster data (dem format) the opening.
- 2022-02-13 15:16:02下载
- 积分:1
-
人脸器官定位
可以直接运行的人脸特征定位系统,不仅可以检测出人脸,而且可以标出眼睛鼻子嘴巴等部位,基于OpenCV开发的系统
- 2022-12-19 04:45:02下载
- 积分:1
-
仿真向量
这是一个程序,你可以看到仿真向量图形,计算半径,角度,倾斜,旋转方向,位置,图形不同程度的交集,以及更多...
- 2023-02-06 12:40:04下载
- 积分:1
-
The demo of the Level Set method
The demo of the Level Set method
- 2023-06-10 06:35:04下载
- 积分:1
-
VC动感编程源程序
VC动感编程源程序-VC dynamic programming source
- 2023-03-07 21:10:04下载
- 积分:1
-
实现半透明的三维物体的效果
实现半透明的三维物体的效果-achieve translucent three-dimensional objects in effect
- 2022-02-02 08:05:49下载
- 积分:1
-
图象边沿检测
图象边沿检测-提取-轮廓跟踪算法源代码-Image edge detection- Extraction- contour tracking algorithm source code
- 2022-06-11 22:31:32下载
- 积分: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