-
示波器
基于Labview的虚拟示波器设计。可以实现双通道显示。(Design of virtual oscilloscope based on Labview. Dual channel display can be achieved.)
- 2021-04-13 19:48:55下载
- 积分:1
-
网易选项卡与滑动门菜单代码
网易选项卡与滑动门菜单代码,比较清新的格调,看上去挺美的。上边是选项卡,需要鼠标点击切换的那,下面是滑动门,鼠标放上去就切换内容,想用哪一款,就根据自己需要决定吧。
- 2023-01-11 16:05:03下载
- 积分: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
-
EXEebookedit
EXE电子书制作讲解了如何制作EXE格式的电子书,是一本比较好的参考资料。(EXE ebook creating explain how to produce EXE format e-books, is a good reference.)
- 2006-12-27 10:32:28下载
- 积分:1
-
fwhint
fwhint
wincontrol hint components
- 2014-05-22 20:55:05下载
- 积分:1
-
模糊聚类分析法(python)
运用python进行模糊聚类分析步骤如下:建立数据矩阵;数据标准化;建立模糊相似矩阵;改造相似关系为等价关系;确定分类数(The steps of Python fuzzy clustering analysis are as follows: establishing data matrix; standardizing data; establishing fuzzy similarity matrix; transforming similarity relation into equivalence relation; determining classification number.)
- 2019-05-28 23:34:59下载
- 积分:1
-
用于个人网站建设用的漂亮公告代码 用HIML语言编的
用于个人网站建设用的漂亮公告代码 用HIML语言编的-personal website for the code used Notice beautiful language series hole
- 2023-02-19 02:25:02下载
- 积分:1
-
PC Access V1.0 SP2
说明: siemens PC Acess S 7200
- 2019-06-21 04:56:06下载
- 积分:1
-
python27-x64
说明: toyota erc kalkulator.
- 2019-03-08 01:58:18下载
- 积分:1
-
这个程序主要讲述了数据挖掘中K均值算法的应用
这个程序主要讲述了数据挖掘中K均值算法的应用-This process focuses on data mining in the application of K-means algorithm
- 2022-11-10 22:45:04下载
- 积分:1