-
VC image processing to prepare for the study of learning, the program contains t...
VC编写适合初学图像处理的学习,程序包含大多数常见vc图像处理算法-VC image processing to prepare for the study of learning, the program contains the most common image processing algorithms vc
- 2022-06-28 04:06:54下载
- 积分:1
-
这个Matlab实现的GUI,可以选择其中图像中的矩形及正方形等感兴趣区域ROI。...
这个Matlab实现的GUI,可以选择其中图像中的矩形及正方形等感兴趣区域ROI。-The Matlab implementation of the GUI, can select one of images, such as rectangular and square region of interest ROI.
- 2022-02-22 00:52:37下载
- 积分:1
-
代码是一个映射源代码。设计了一个图形类cgraph,可以讨论。
该代码是一个绘图源代码。设计了一个绘图类cgraph,可绘制bar graph,line graph,pie graph,scatter
graph等各种不同类型的图形。-The code is a mapping source code. Designed a graphics category cgraph, can be drawn bar graph, line graph, pie graph, scatter graph, such as different types of graphics.
- 2022-02-02 11:37:21下载
- 积分:1
-
opengl切削仿真
#include "stdafx.h"
#include
#include
#include
#include
void solidCylinder(GLdouble radius, GLdouble height, GLint slices, GLint stacks) //»Ò»¸öÔ²ÖùÌ壬ÓÃDiskÀ´¸ÇסÉÏϵ×Ãæ
{
GLUquadricObj* qobj = gluNewQuadric();
gluCylinder(qobj, radius, radius, height, slices, stacks); //slicesÀàËÆÓÚ¾¶È£¬stacksÀàËÆÓÚγ¶È
glScalef(-1.0, 1.0, -1.0);
- 2022-02-03 11:01:56下载
- 积分:1
-
程序实现了反色,注意其中真彩图和调色板位图处理时的差别。...
程序实现了反色,注意其中真彩图和调色板位图处理时的差别。-program of anti-color, true color pictures attention Bitmap and palette handling differences.
- 2023-05-05 08:10: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
-
一个很不错的图片处理组件,可以进行扫描打印,及相关的图片处理,包含完整原码,如果安装不上的话去下个安装版的,把里的dbk复制过来就可以了。...
一个很不错的图片处理组件,可以进行扫描打印,及相关的图片处理,包含完整原码,如果安装不上的话去下个安装版的,把里的dbk复制过来就可以了。-A very good image processing components, you can scan to print, and related image processing, including integrity of the original code, if not installed, then go on to install the next version, and the inside dbk copied on it.
- 2022-03-29 03:34:10下载
- 积分:1
-
提供可以描画各种图案线的DLL,描画效率可以与GDIPlus画相同宽度线的函数比美!如可以画铁路线,国境线等等,只要你能提供线图案的模板,该DLL就能高效描画...
提供可以描画各种图案线的DLL,描画效率可以与GDIPlus画相同宽度线的函数比美!如可以画铁路线,国境线等等,只要你能提供线图案的模板,该DLL就能高效描画-provide pictorial portrayed various lines of DLL, efficiency can be portrayed GDIPlus painting with the same line width rivaling the function! As can be painted rail lines, border, etc., as long as you can provide the template Line logo, the DLL can be portrayed efficient
- 2022-12-02 09:10:03下载
- 积分:1
-
图像得简单编辑,有兴趣得可以
图像得简单编辑,有兴趣得可以-images were simple editing, interested to see if they can
- 2022-01-29 01:10:39下载
- 积分:1
-
以前的数字图像处理作业,包括直方图,均衡,Sobel,中值,FFT,IFFT,DCT,IDCT,8*8DCT等...
以前的数字图像处理作业,包括直方图,均衡,Sobel,中值,FFT,IFFT,DCT,IDCT,8*8DCT等-previous digital image processing operations, including the histogram, balanced and Sobel, values, FFT, IFFT, DCT, IDCT, 8* 8DCT etc.
- 2022-01-26 02:56:18下载
- 积分:1