-
QT下编写的一个2048游戏
应用背景通过鼠标的滑动来控制组合数字的方向,QT下编写的一个2048游戏。关键技术
//QT5.5.1编译运行通过。
//部分代码
// 颜色数组 存储每个数字对应的背景色
QColor digitBkg[11] = {QColor::fromRgb(0xFF, 0xFF, 0xCC), QColor::fromRgb(0xFF, 0xFF, 0x99),
QColor::fromRgb(0xFF, 0xCC, 0xCC), QColor::fromRgb(0xFF, 0xCC, 0x99),
QColor::fromRgb(0xFF, 0x99, 0x99), QColor::fromRgb(0xFF, 0x99, 0x66),
QColor::fromRgb(0xFF, 0x66, 0x66), QColor::fromRgb(0xCC, 0x99, 0x66),
- 2022-04-23 14:12:22下载
- 积分:1
-
BMP图像的防伪数字水印技术研究.提出了一种好的防伪技术
BMP图像的防伪数字水印技术研究.提出了一种好的防伪技术
-BMP image of the security of digital watermarking technology research. Presents a good anti-counterfeiting technology
- 2022-11-08 09:50:03下载
- 积分:1
-
pdf的安装软件非常适合大家一起来使用因为真的用的到
pdf的安装软件非常适合大家一起来使用因为真的用的到-pdf of the installation software is ideal for everyone should work together to use
- 2022-03-06 00:53:21下载
- 积分:1
-
完整的软件工程设计报告,包括概要设计、详细设计、测试等报告...
完整的软件工程设计报告,包括概要设计、详细设计、测试等报告-Complete software engineering design report, including outline design, detailed design, test reports, etc.
- 2023-05-13 09:25:02下载
- 积分:1
-
cocos2d游戏
应用背景一个用c++写的Visual Studio VC++和Cocos2D简单的视频游戏,这是一个为移动设备强大的跨平台引擎。此实现显示一个实用的方法来整合一个适当的流视频游戏以最佳的方式cocos2d。它包括精灵,动画,线程等,这将被扩展到一个适当的游戏将被张贴在商店。如果你有任何疑问,不要犹豫,联系我。除了cocos2d源代码是我的。关键技术该项目是用VC++,Visual Studio,使用cocos2d。提出了实施cocos2d和遗传类最佳的方式适当的流程优化的方式。这是一个基于OpenGL的框架,并介绍了着色。
- 2023-05-02 03:10:23下载
- 积分:1
-
arm在linux上的开发详解。很难得!
arm在linux上的开发详解。很难得!-arm in the development of linux explain. Rare!
- 2022-03-15 21:56:34下载
- 积分:1
-
Introduction to the Chinese version of algorithm is the learning algorithm of th...
算法导论中文版,是学习算法的经典书籍,详细介绍了各常用算法-Introduction to the Chinese version of algorithm is the learning algorithm of the classical books, the detailed introduction of the commonly used algorithm
- 2022-06-18 14:09:09下载
- 积分:1
-
RoadFlow工作流引擎源码
RoadFlow是一款集成工作流引擎的ASP.NET MVC快速开发平台,由从事多年工作流开发与实施的技术团队开发。该工作流平台是根据多年对企事业单位工作流应用经验总结而成,是一款符合于国情的工作流平台,特别适合于国内无标准,复杂多变的工作审批流转。拥有全浏览器兼容的可视化流程设计器、表单设计器、基于角色的权限管理等先进设计理念,是您开发OA、CRM、HR、ERP等大型系统的最佳基础平台。
- 2022-08-16 06:19:57下载
- 积分:1
-
microC for microcontroller
microC for microcontroller
- 2023-05-25 22:45:04下载
- 积分:1
-
The book as a standard C language and MCS
本书以标准C语言和MCS-51单片机为基础,全面系统地介绍了单片机的C语言设计与应用的基本问题,是一本重在原理与应用、兼顾理论的实用教程。
-The book as a standard C language and MCS-51 single-chip microcomputer-based, comprehensive and systematic introduction to the C language of single-chip design and application of the basic problems is a focus on theory and applications, both theory and practical course.
- 2022-04-25 04:51:35下载
- 积分:1