-
AutoCAD的dwg
一个对象的嵌入的例子,包括创建一个对象和创建脚本-an embedded object examples, including the creation of an object and the creation of the script
- 2023-06-22 15: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
-
Battle an online platform is designed to provide a reference, we can learn, as a...
一种网上对战平台的设计,可以提供参考,大家可以学习,作为毕业设计-Battle an online platform is designed to provide a reference, we can learn, as a graduate design
- 2022-03-29 15:47:26下载
- 积分:1
-
matlab整数规划工具箱
matlab整数规划工具箱-Matlab Toolbox
- 2022-08-09 04:02:29下载
- 积分:1
-
AVS的测试码流文件,大家一起来用吧
AVS听说过吧?用OPENAVS软件就可以看了
赶紧下吧,...
AVS的测试码流文件,大家一起来用吧
AVS听说过吧?用OPENAVS软件就可以看了
赶紧下吧,-AVS test bitstream paper, we used up a AVS heard of it? OPENAVS use software can be read quickly under the bar,
- 2022-02-05 19:38:35下载
- 积分:1
-
Flash拖动效果 动作脚本源代码
Flash卡片拖动效果源代码,拖动效果脚本实例,包括Flash源文件,如截图所示,鼠标拖动卡片会可移动位置,并改变卡片方向,自动感应鼠标拖动的速度和强度,本动作脚本可广泛应用于Flash游戏开发中。
- 2022-02-14 14:24:05下载
- 积分:1
-
该文件是教你如何从根目录中找到你要删除的文件夹.
该文件是教你如何从根目录中找到你要删除的文件夹.-the document is to teach you how to find the root directory you want to delete the folder.
- 2022-02-20 22:01:46下载
- 积分:1
-
利用ADO访问Access的例子,适合于学习和借鉴,感谢原作者。
利用ADO访问Access的例子,适合于学习和借鉴,感谢原作者。-Access Access using ADO examples suited to learn from, thanks to original author.
- 2022-02-01 21:39:07下载
- 积分:1
-
数制转换器,可以在二进制,十进制,十六进制间转换,蛮实用的
数制转换器,可以在二进制,十进制,十六进制间转换,蛮实用的-Number System converter, can be binary, decimal, hexadecimal inter-conversion, pretty and practical
- 2022-02-02 13:39:47下载
- 积分:1
-
online collection of the very good AutoCAD Dynamic Drive AcEiJig the template, h...
网上收集的很不错的AutoCAD的动态拖动AcEiJig的模板,有了他可以很方便的作出动态拖动的模块-online collection of the very good AutoCAD Dynamic Drive AcEiJig the template, he could have easily made the Dynamic Drive Modules
- 2023-02-09 17:00:03下载
- 积分:1