-
vae
变分自编码结构,用一个mnist数据。。。。。。(Using TensorFlow to realize Variational Auto-Encoder neural network, using data MNIST)
- 2017-12-13 11:23:05下载
- 积分:1
-
物联网数据处理综合课程设计
说明: 物联网数据处理综合课程设计
matlab神经网络实现等温线绘制。(Integrated Course Design of Data Processing in Internet of Things
Matlab neural network realizes isotherm drawing.)
- 2021-01-05 11:48:55下载
- 积分:1
-
a network
一套基于asp的网络办公系统!功能类似于oa-a network-based office system! Similar to the functional oa
- 2022-03-20 03:12:38下载
- 积分: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
-
点跌代
jocobi式
将不规则的物理平面坐标转换为规则的计算平面坐标...
点跌代
jocobi式
将不规则的物理平面坐标转换为规则的计算平面坐标-or point-to-generation jocobi irregular physical Plane Coordinate transformation rules for the calculation of Plane Coordinate
- 2022-02-11 13:11:41下载
- 积分:1
-
Mppt_fuzz
matlab平台的模糊控制器,有两个输入一个输出(The fuzzy controller of MATLAB platform has two inputs and one output.)
- 2018-04-15 11:10:12下载
- 积分:1
-
动态聚类数据分析算法(ISODATA)
说明: 该算法包适用于动态聚类数据分析算法(ISODATA)(Dynamic clustering data analysis algorithm)
- 2020-03-09 12:46:44下载
- 积分:1
-
这是一个系统监视器
这是一个系统监视器-This is a system monitor
- 2023-06-24 16:40:02下载
- 积分:1
-
jhdsifuyuiyer
很好,可以帮助人们更好地学习,提供很好的学习资料,让人思考。(very good)
- 2011-12-06 19:20:17下载
- 积分:1
-
ANSYSpractice
1. 进入START > Programs > ANSYS 10.0 > Ansys Product Luncher
2. 单击Launch 标签,选择ANSYS Simulation Environment 和授权
3. 单击File Management标签,输入工作目录和作业名
(1 Go to START> Programs> ANSYS 10.0> Ansys Product Luncher 2. Click the Launch tab, select ANSYS Simulation Environment and authorization 3 Click File Management tab, enter the working directory and job name)
- 2013-10-08 17:00:56下载
- 积分:1