-
tensor_tools-master
张量分解算法整理,包含交替方向法、黎曼强大的主成分追求等(Tensor decomposition algorithm, including alternating direction method, Riemann strong principal component pursuit, etc)
- 2021-03-15 10:19:23下载
- 积分:1
-
VC++转换COLORREF值为RGB分量
VC++转换COLORREF值为RGB分量,举个例子,在本例中,是将COLORREF值:0x000080FF转换成:R分量:0xFF、G分量:0x80、B分量:0x00,注意,并不是分离。请看定义:
//R分量
BYTE RED = GetRValue(cr);
//G分量
BYTE GREEN = GetGValue(cr);
//B分量
BYTE BLUE = GetBValue(cr);
CString strText = _T("");
strText.Format(_T("COLORREF值:0x%08X"), cr);
pDC->TextOut(100, 50, strText);
strText.Format(_T("R分量:0x%02X"), RED);
pDC->TextOut(100, 100, strText);
strText.Format(_T("G分量:0x%02X"), GREEN);
pDC->TextOut(100, 150, strText);
strText.Format(_T("B分量:0x%02X"), BLUE);
pDC->TextOut(100, 200, strText);
- 2022-06-13 02:13:45下载
- 积分:1
-
Delphi把数据库数据转换成SQL插入语句
Delphi把数据库数据转换成SQL插入语句,实现的功能:读取字段列表,读取数据表列表,读取数据库列表,根据数据库参数连接数据库,取本机机器名,转换成SQL插入语句。界面使用了控件,不用的可自己删除。
- 2023-05-18 02:50:04下载
- 积分:1
-
pagehelper-5.0.0 - 副本
分页工具,用于完成分页功能,使用简单,分页工具(Paging tool, used to complete paging function, easy to use)
- 2019-01-16 09:50:44下载
- 积分:1
-
Epwm_start
采用锁相环控制电机转速,能达到万分之几的精度(The motor speed is controlled by a phase-locked loop.)
- 2020-11-09 17:09:47下载
- 积分:1
-
74ls595资料
74ls595资料-74ls595
- 2022-10-23 11:00:03下载
- 积分:1
-
coding
汉明码、循环码、卷积码的编码译码过程(含维特比译码)(The encoding and decoding process of Hamming code, cyclic code and convolutional code (including Viterbi decoding))
- 2019-01-23 19:45:14下载
- 积分:1
-
C++程序供初学者使用
C++程序供初学者使用-C program for beginners
- 2022-02-01 07:20:26下载
- 积分:1
-
可以实现一些高精度,超出CPU所能一次运算的数,实现任意数值长度的运算。...
可以实现一些高精度,超出CPU所能一次运算的数,实现任意数值长度的运算。-Can achieve a number of high-precision, beyond the CPU can be a number of operations, realization of arbitrary length numerical computing.
- 2022-03-13 14:15:55下载
- 积分:1
-
LP01生成
说明: LP01模式生成,基于单模光纤,对学习光纤的光场模场分布有较好的理论支撑(LP01 mode conduct,can be improve us to learn more about fiber propagated)
- 2019-01-16 21:17:38下载
- 积分:1