-
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
-
这是一本关于模拟的伟大著作。这个文件包括源代码e_book和EN…
This a great book about simulation. This file includes e_book and source code enclosed. It is very useful for mobile communication simulink.-This is a great book about simulation. This file includes e_book and source code enclosed. It is very useful for mobile communication simulink.
- 2023-07-18 12:05:06下载
- 积分:1
-
基于DSP和FPGA的运动控制板的开发,讲dsp跟fpga连接的
基于DSP和FPGA的运动控制板的开发,讲dsp跟fpga连接的
- 2023-02-22 03:05:03下载
- 积分:1
-
微软编程规范,良好的编程规范
微软编程规范,很好的编程规范说明-Microsoft programming norms, good programming specification
- 2022-12-25 08:25:02下载
- 积分:1
-
以80C196MC为核心的变频调速器的开发 以80C196MC为核心的变频调速器的开发...
以80C196MC为核心的变频调速器的开发 以80C196MC为核心的变频调速器的开发-As the core to 80C196MC VVVF to 80C196MC development as the core of the development of VVVF
- 2023-08-11 15:45:04下载
- 积分:1
-
5bjmbmbmnbmnbjgjh
4132141空间规划会计估计看过科技馆-5bjmbmbmnbmnbjgjh
- 2023-01-14 03:40:04下载
- 积分:1
-
Sybase PowerDesigner PowerDesigner教程12用户指南
PowerDesigner教程
SYBASE PowerDesigner 12 使用指南-PowerDesigner Tutorial SYBASE PowerDesigner 12 User Guide
- 2022-03-06 20:17:57下载
- 积分:1
-
GSM短消息设计,软件和硬件设计指引,很有帮助的了!
GSM短消息设计,软件和硬件设计指引,很有帮助的了!
- 2022-08-16 19:03:44下载
- 积分:1
-
设置串口属性,并打开串口接收从串口进入的数据。
设置串口属性,并打开串口接收从串口进入的数据。-Set serial port properties, and open the serial port to receive data from the serial port of entry.
- 2022-01-25 23:06:04下载
- 积分:1
-
VC use memory
VC++中使用内存映射文件处理大文件,文件操作是应用程序最为基本的功能之一,Win32 API 和MFC 均提供有支持
文件处理的函数和类,常用的有Win32 API 的CreateFile()、WriteFile()、
ReadFile()和MFC 提供的CFile 类等-VC use memory-mapped file handling large files, file manipulation application is the most basic function, MFC and Win32 API is available to support the document processing functions and classes, used the Win32 API CreateFile (), WriteFile (), ReadFile () and the MFC CFile type
- 2022-07-04 12:37:50下载
- 积分:1