-
工厂内部主板图纸,Intel915芯片组
工厂内部主板图纸,Intel915芯片组-factories within the Main Board of drawings, Intel915 chipset
- 2022-05-20 23:30:13下载
- 积分:1
-
多项式求和的计算,多项式求和的计算 多项式求和的计算
多项式求和的计算,多项式求和的计算 多项式求和的计算-The Plus of Poly
- 2022-03-16 14:23:50下载
- 积分:1
-
pdfkts
A good sockets communication program, including client and server, compile time zone parameter c or s,
- 2017-04-21 07:20:15下载
- 积分:1
-
sdsdsdsad
其中包括图像压缩的基本编码方法如Huffman编码算术编码\JPEG 2000H.261压缩编码标准小波变换编码\运动估计算法视频图象采集的VC实现等.-including the basic image compression coding methods as Huffman coding arithmetic coding JPEG 2 000 H.261 coding standard Wavelet Transform Coding motion estimation algorithm Video Image Acquisition is the VC now other(including the basic image compression coding methods as Huffman coding arithmetic coding JPEG 2 000 H.261 coding standard Wavelet Transform Coding motion estimation algorithm Video Image Acquisition is the VC now other)
- 2010-03-13 08:43:10下载
- 积分:1
-
source code for pic16f8877a
这是PIC16F877A的源代码,它使用pwm,pwm是使用调制脉冲宽度,它在电机或扬声器上的应用,它在大学技术,工业中使用;
- 2023-04-27 01:20:04下载
- 积分:1
-
creep of cylindrical
说明: flac5.0中蠕变算例模拟,亲测可以使用,凑够20字(FLAC5.0 creep example simulation, pro test can be used, add up to 20 words)
- 2021-01-16 17:30:25下载
- 积分: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
-
09105070
计算机专业算法学习的实习练习
希望对大家有所帮助(Computer algorithm to study the practice of professional practice for all of us want to be helpful)
- 2009-06-07 20:26:57下载
- 积分:1
-
软件及信息化工程造价管理办法 v4.0
说明: CIO协会编写的软件及信息化工程造价方法和指南(Software and Information Engineering Cost Method and Guidelines Written by CIO Association)
- 2020-06-24 20:00:02下载
- 积分:1
-
matlab绘制B样条曲面代码
说明: 利用matlab绘制自定义的B样条曲线和曲面,有例子(Using matlab to draw custom B-spline curves and surfaces, some examples are given.)
- 2021-01-11 14:58:49下载
- 积分:1