-
用VC++实现的图像读取的基本算法,可读取DIB文件
用VC++实现的图像读取的基本算法,可读取DIB文件-Using VC++ to achieve the image to read the basic algorithm, DIB files can be read
- 2022-11-09 00:30:03下载
- 积分:1
-
VC03+matlab+access数据库编程,实现树叶识别,配说明文档
VC03+matlab+access数据库编程,实现树叶识别,配说明文档-VC03+ Matlab+ Access database programming, realize the leaves to identify, with documentation
- 2023-01-30 14:45:04下载
- 积分:1
-
经典的特征点匹配算法sift算法的实现程序,具有一定的参考价值...
经典的特征点匹配算法sift算法的实现程序,具有一定的参考价值-sift
- 2022-05-27 18:19:37下载
- 积分:1
-
这是一个利用椭圆函数ellipse( )修改上例的画“小眼睛“的程序。
这是一个利用椭圆函数ellipse( )修改上例的画“小眼睛“的程序。- This is () revises on the example picture using elliptic
function ellipse "the small eye" the procedure.
- 2022-02-25 14:05:23下载
- 积分:1
-
opengl shader
使用opengl shader 写的模拟光照的程序,程序分别用固定管线,顶点着色器和片段着色器实现光照
- 2022-03-07 22:17:22下载
- 积分:1
-
数字图像处理演示程序
数字图像处理演示程序-Digital Image Processing Demonstration Program
- 2023-08-19 22:50:03下载
- 积分:1
-
计算机图形学原理及算法教程 (Visual C++版)
数字图象处理
图形裁剪...
计算机图形学原理及算法教程 (Visual C++版)
数字图象处理
图形裁剪-Computer Graphics Principle and Algorithm Tutorial (Visual C++ Version) digital image processing graphics cutting
- 2022-06-27 04:42:35下载
- 积分:1
-
planets太阳系八大行星
资源描述
import QtQuick 2.0
import QtCanvas3D 1.0
import "planets.js" as GLCode
Item {
id: mainview
width: 1280
height: 768
visible: true
property int focusedPlanet: 100
property int oldPlanet: 0
property real xLookAtOffset: 0
property real yLookAtOffset: 0
property real zLookAtOffset: 0
property real xCameraOffset: 0
property real yCameraOffset: 0
property real zCameraOffset: 0
property real cameraNear: 0
NumberAnimation {
id: lookAtOffsetAnimation
target: mainview
properties: "xLookAtOffset, y
- 2022-03-09 11:25:15下载
- 积分: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
-
B样条、Bezier曲线等多种曲线画法
B样条、Bezier曲线等多种曲线画法-B-spline, and other Bezier curve drawing curves
- 2023-08-07 19:55:02下载
- 积分:1