-
twain助手
一个Twain的助手类,可以用它轻松实现简单twain应用程序的编写
- 2022-04-17 19:19:54下载
- 积分:1
-
初学者使用的,能够加深初学者对图形图象的理解
初学者使用的,能够加深初学者对图形图象的理解-beginners, beginners can deepen the understanding graphic images
- 2023-06-20 20:25:02下载
- 积分:1
-
《神经网络模式识别及其实现》书中的源代码,从第三章到第九章。...
《神经网络模式识别及其实现》书中的源代码,从第三章到第九章。
- 2022-03-23 13:43:01下载
- 积分:1
-
1) 直线的生成
内容:用Bresenham算法画直线
要求:
将象素网格表现出来,建立网格坐标系
用橡皮筋...
1) 直线的生成
内容:用Bresenham算法画直线
要求:
将象素网格表现出来,建立网格坐标系
用橡皮筋的形式输入参数
鼠标移动时,显示鼠标当前位置
显示判别式的计算过程和下一点的选择策略
记录生成点的坐标,建议用表的形式
图形生成过程可以重复进行
2) 圆弧的生成
内容:用Bresenham算法画圆
要求:
将象素网格表现出来,建立网格坐标系
用橡皮筋的形式输入参数
鼠标移动时,显示鼠标当前位置
显示判别式的计算过程和下一点的选择策略
记录生成点的坐标,建议用表的形式
图形生成过程可以重复进行
-1) 直线的生成
内容:用Bresenham算法画直线
要求:
将象素网格表现出来,建立网格坐标系
用橡皮筋的形式输入参数
鼠标移动时,显示鼠标当前位置
显示判别式的计算过程和下一点的选择策略
记录生成点的坐标,建议用表的形式
图形生成过程可以重复进行
2) 圆弧的生成
内容:用Bresenham算法画圆
要求:
将象素网格表现出来,建立网格坐标系
用橡皮筋的形式输入参数
鼠标移动时,显示鼠标当前位置
显示判别式的计算过程和下一点的选择策略
记录生成点的坐标,建议用表的形式
图形生成过程可以重复进行
- 2022-05-22 04:38:32下载
- 积分:1
-
本代码实现字模符号信息的提取,UCDOS字库信息处理
本代码实现字模符号信息的提取,UCDOS字库信息处理-the source implementation Fonts symbol extraction of information, information processing UCDOS Font
- 2022-02-13 04:17:46下载
- 积分:1
-
基于PDE的图像边缘保留去噪源代码Total Variation Image Denoisin
基于PDE的图像边缘保留去噪源代码Total Variation Image Denoisin-PDE-based denoising of the image edge to retain the source code Total Variation Image Denoisin
- 2022-03-10 16:12:09下载
- 积分:1
-
JPEG2000 part9源代码,在unix 环境下运行
JPEG2000 part9源代码,在unix 环境下运行-JPEG2000 part9 source code, the Unix operating environment
- 2023-01-02 15:20:07下载
- 积分:1
-
曲线拟合c++代码,在学数值分析(计算方法)的同学可以参考一下...
曲线拟合c++代码,在学数值分析(计算方法)的同学可以参考一下-curve fitting c code, the numerical analysis study (calculated), the students can take a look
- 2022-06-13 16:48:53下载
- 积分:1
-
这是荷兰埃因霍温科技大学的一个梨型细胞寻找和标记的范文,使用的是mathematic环境,非常经典,容易入门...
这是荷兰埃因霍温科技大学的一个梨型细胞寻找和标记的范文,使用的是mathematic环境,非常经典,容易入门-This is the Netherlands, Eindhoven University of Technology, a pear-shaped cells to find and tag the Van, the use of mathematic environment is very classic and easy entry
- 2022-03-22 03:51:17下载
- 积分: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