-
使用d3d9中的粒子系统和普通的面片做成的喷发器,可以模拟炮弹落下时的情景。需要有PLANE面片类才能运行。...
使用d3d9中的粒子系统和普通的面片做成的喷发器,可以模拟炮弹落下时的情景。需要有PLANE面片类才能运行。-D3d9 use of particles in the system and the ordinary surfaces made of eruption, you can simulate the scenario when the shells fell. PLANE patches need to have categories in order to run.
- 2022-03-15 16:06:03下载
- 积分:1
-
c语言实现DDA画线法。有详细注释!
c语言实现DDA画线法。有详细注释!-DDA painting method. Detailed Notes!
- 2022-12-05 15:55:02下载
- 积分:1
-
实验二: 圆的种子填充算法
实验目的:掌握多边区域的种子填充算法
实验要求:1.在R=200的圆内实现种子填充
2.研究算法效率及存储的节省方法...
实验二: 圆的种子填充算法
实验目的:掌握多边区域的种子填充算法
实验要求:1.在R=200的圆内实现种子填充
2.研究算法效率及存储的节省方法
-two experiments : one in the seed filling algorithm experiment : master multilateral regional seed filling algorithm experiment : 1. R = 200 yen within two seed filling. Research algorithm efficiency and save storage method
- 2022-08-09 04:55:18下载
- 积分:1
-
常用图像处理程序的源码,有浮雕等特殊处理算法,各部分程序单独写出txt文件,便于移植。...
常用图像处理程序的源码,有浮雕等特殊处理算法,各部分程序单独写出txt文件,便于移植。-commonly used image processing source code, and other special cameo processing algorithms part of the process alone write txt documents, facilitate transplantation.
- 2022-08-17 09:38:06下载
- 积分:1
-
主要是用与flash的游戏开发,也就是多人在线游戏的制作
主要是用与flash的游戏开发,也就是多人在线游戏的制作-Mainly with the flash game development, namely multiplayer online game production
- 2022-04-16 22:46:57下载
- 积分:1
-
本程序绘制打开闭合的曲线,闭合曲线可以使用Brush对象填充
本程序绘制打开闭合的曲线,闭合曲线可以使用Brush对象填充-mapping procedures to open the closed curve, closed curves can be used to fill Brush object
- 2022-06-18 13:40:00下载
- 积分:1
-
Achieved several shadow removal algorithms, including the phase division, HSV la...
实现了几种阴影去除算法,包括相除法、HSV法等四种-Achieved several shadow removal algorithms, including the phase division, HSV law four kinds of
- 2022-12-30 15:30:16下载
- 积分:1
-
数字图像处理(朱志刚)
数字图像处理(朱志刚)-Digital Image Processing (Zhu Zhigang)
- 2022-08-15 06:21:32下载
- 积分:1
-
电子地图信息系统delphi源码
电子地图信息系统delphi源码-electronic map information systems delphi FOSS
- 2022-01-26 02:24:43下载
- 积分: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