-
suitable for teaching use of a small role
一个适合教学使用的小型角色扮演游戏,2D卷轴设计。适合编程初学者学习。-suitable for teaching use of a small role-playing games, 2D scroll design. Programming for beginners learning.
- 2022-11-28 18:15:03下载
- 积分:1
-
2303HX / 2303X开发工具,下载pl2303系列EEPROM。
该工具是pl2303hx/pl2303x的开发工具,用以下载pl2303系列产品中的eeprom.-pl2303hx/pl2303x development tools, to download pl2303 series of EEPROM.
- 2022-03-25 06:08:37下载
- 积分:1
-
ServerTime
ServerTime
- 2022-03-14 06:20:35下载
- 积分:1
-
三层电梯控制器源码及报告和仿真时序图
可以作为课程设计或者毕业设计的参考 绝对管用...
三层电梯控制器源码及报告和仿真时序图
可以作为课程设计或者毕业设计的参考 绝对管用-Three elevator controller source and reporting and simulation timing diagram can be used as curriculum design or graduate design reference absolute effective
- 2022-02-26 08:10:33下载
- 积分:1
-
visualc++6.0开发,基于MFC的单机版俄罗斯方块游戏
visualc++6.0开发,基于MFC的单机版俄罗斯方块游戏-visualc++6.0 development, MFC-based stand-alone version of Tetris game
- 2022-12-22 00:45:02下载
- 积分: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
-
AirGourmet:空中美食管理系统。国外一个学习软件工程的经典例子。...
AirGourmet:空中美食管理系统。国外一个学习软件工程的经典例子。-AirGourmet : air food management system. A foreign software engineering study of the classic examples.
- 2022-03-23 00:01:05下载
- 积分:1
-
VS2005 MFC绘图程序,线,圆,多边形填充和轨道画
VS2005 MFC 实现的画图程序,有线,圆、多边形填充和铁路画法-VS2005 MFC drawing programs, cable, circle, polygon filling and rail painting
- 2022-02-03 11:27:44下载
- 积分:1
-
二维码生成器
二维码(2-dimensional bar code),又称二维条码,最早起源于 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-24 16:07:18下载
- 积分:1
-
n After the issue, is also suitable for the eight queens problem
n后问题,也适合八皇后问题,环境Vc6.0-n After the issue, is also suitable for the eight queens problem
- 2022-01-25 19:28:26下载
- 积分:1