-
内存地址定位程序
内存地址定位程序-memory address locator
- 2022-08-03 10:13:30下载
- 积分:1
-
flash闪电算法
应用背景这是我自己研究出的“闪电”,代码已经整理好,只需条用并传参即可使用。可用于动画特效,游戏制作上关键技术计算随机的“拐点”,产生形状不同的闪电。
- 2023-06-09 04:35:05下载
- 积分:1
-
KenDelaunay
1.高质量的笛氏三角网格化,为重建三维图形提供有力的帮助.
2.附件有原码和调用方法,Delaunay三角网格化已封装成一个类,用户只需要传入点坐标标就可以得到最优的三角形
3.这是我工作中用到的一个小算法,希望对你的工作有所帮助-KenDelaunay
- 2022-01-25 16:47:02下载
- 积分:1
-
实现几个典型图象处理功能的程序
实现几个典型图象处理功能的程序-achieving several typical image processing procedures
- 2022-03-16 20:43:06下载
- 积分:1
-
opengl编写机器人代码
这是一个openGL的机器人行走转圈的演示程序.有详细注释.-This is a openGL walking robot moved around the demonstration program. Notes detail.
- 2022-09-26 17:05:02下载
- 积分:1
-
用vc编写的数字识别系统,能够识别0到9共十个数字
用vc编写的数字识别系统,能够识别0到9共十个数字-Vc prepared using digital identification system to identify a total of 0-9 10 figures
- 2023-05-21 14:15:03下载
- 积分:1
-
VC++制作的可以用键盘和鼠标进行画圆和画直线和长方形等
VC++制作的可以用键盘和鼠标进行画圆和画直线和长方形等-VC++ Produced can be used for keyboard and mouse drawcircle and painting a straight line and rectangle, etc.
- 2022-01-25 20:35:14下载
- 积分:1
-
基于matlab的算法研究,进行图像的配准,可以算出图像的移动坐标。...
基于matlab的算法研究,进行图像的配准,可以算出图像的移动坐标。-Matlab-based algorithm research, conducted image registration, you can calculate the movement of image coordinates.
- 2023-04-28 17:05:03下载
- 积分:1
-
B樣條曲線Deboor算法
非均匀有理B样条(Non.Umform Rafional B.Splme,NURBS)曲线光顺逼近技术作
为曲线曲面造型技术的一个研究分支,其应用领域十分广泛,对NURBS曲线光顺和逼
近进行研究具有十分重要的理论和实用价值。
- 2022-04-17 15:54:03下载
- 积分: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