-
一个简单的等值线绘制程序,效果一般,原理可以参考一下
一个简单的等值线绘制程序,效果一般,原理可以参考一下-Isogram a simple drawing program, the effect of the general principle for reference
- 2022-09-15 13:55:03下载
- 积分:1
-
use of coal and rock deformation and rupture process of electromagnetic radiatio...
利用煤岩变形、破裂过程的电磁辐射监测技术可以预测、预报煤岩动力灾害。文章采用VC++6.0开发设计了基于Windows平台的电磁辐射连续监测软件,根据动态数据交换(DDE)和多线程技术实现了进程、线程间的通信及多信号的实时采集、显示和分析,为煤岩动力灾害的预测、预报提供了先进的技术手段。-use of coal and rock deformation and rupture process of electromagnetic radiation monitoring technology forecasting, predicting coal and rock power disaster. Using the VC 6.0 Design based on the Windows platform electromagnetic radiation continuous monitoring software, Dynamic Data Exchange (DDE) and multithreading technology to achieve a process of communication between threads and multiple real-time signal acquisition, display and analysis of coal and rock dynamic disaster forecast, pre- reportedly provided advanced technological means.
- 2023-07-13 06:40:03下载
- 积分:1
-
LabVIEW下的运动目标捕捉,有运动目标存在则捕获其位置。需要NI采集卡,普通摄像头,可以修改为序列图象中的目标捕捉。...
LabVIEW下的运动目标捕捉,有运动目标存在则捕获其位置。需要NI采集卡,普通摄像头,可以修改为序列图象中的目标捕捉。-Capturing moving targets under LabVIEW, there exists moving target capture their location. Need to NI acquisition card, ordinary camera, you can modify the target for the sequence of images captured.
- 2022-01-25 15:50:12下载
- 积分:1
-
vc2010 视频播放器
vc 调用Windows Media Player播放器可以多个视频播放
- 2023-02-11 02:45:21下载
- 积分:1
-
图形处理程序,含有锐化,平滑等多种处理
图形处理程序,含有锐化,平滑等多种处理-Graphics processing procedures, containing sharpening, smooth handling, etc.
- 2022-01-25 14:26:57下载
- 积分:1
-
jpeg2000中的空间变换中的DWT,9/7有损小波正变换,这是在ADI blackfin535 DSP平台下的...
jpeg2000中的空间变换中的DWT,9/7有损小波正变换,这是在ADI blackfin535 DSP平台下的-JPEG2000 transform space of the DWT, 9/7 wavelet is detrimental to transform, which is in the ADI blackfin535 DSP platform
- 2022-02-07 21:34:27下载
- 积分:1
-
任意角度旋转正文字体
任意角度旋转正文字体-arbitrary rotation angle of text fonts
- 2023-02-20 08:35:03下载
- 积分:1
-
The program is used to judge whether a .jpc document is on the DCI standard.
可用于判断JPEG2000图像(.jpc)文件是否符合DCI(数字电影工业规范)标准。
使用方法:敲入命令行test.exe ***.jpc即可-The program is used to judge whether a .jpc document is on the DCI standard.
- 2022-03-24 09:56:43下载
- 积分:1
-
C#实现的将2个图片合成为新图片
C#实现的将2个图片合成为新图片-C# will be the two pictures for the new Photo Synthesis
- 2022-05-15 05:59:04下载
- 积分: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