-
QT编写的C++贪吃蛇小游戏
游戏通过按键控制
部分代码:
#include "gamewidget.h"
#define ROW 13
#define COL 16
#define UP 0
#define DOWN 1
#define LEFT 2
#define RIGHT 3
GameWidget::GameWidget(QWidget *parent)
:QWidget(parent)
{
this->setAutoFillBackground(true);//覆盖
this->resize(480,270);
this->setWindowIcon(QIcon("img/icon.jpg"));
this->setWindowTitle("贪吃蛇");
QPalette palette;
palette.setBrush(QPalette::Background,QBrush((QPixmap)"img/bjt.png"));
this->setPalette(palette);
//按扭区
leftbtn=new QPushButton(this);
leftbtn->setIcon((QIcon)"img/zuo.png");
leftbtn->setIconSize(QSize(40,40));
leftbtn->setGeometry(QRect(340,180,40,40));
leftbtn->setFlat(true);
rightbtn=new QPushButton(this);
rightbtn->setIcon((QIcon)"img/you.png");
rightbtn->setIconSize(QSize(40,40));
rightbtn->setGeometry(QRect(430,180,40,40));
rightbtn->setFlat(true
- 2022-03-21 19:09:00下载
- 积分:1
-
利用c++Builder与Windows API编程
利用c++Builder与Windows API编程-use with the Windows API programming
- 2022-12-09 03:05:04下载
- 积分:1
-
文件操作监视工具,可用于监视文件的操作,如删除,写入,建立
文件操作监视工具,可用于监视文件的操作,如删除,写入,建立-file manipulation surveillance tool for monitoring the operation of documents, such as delete, write, etc. establishment
- 2022-12-12 16:50:03下载
- 积分:1
-
天真的byaes代码谷歌服务器
NaiveBayesMatlab代码NaiveBayesMatlab代码NaiveBayesMatlab代码NaiveBayesMatlab代码NaiveBayesMatlab代码NaiveBayesMatlab代码NaiveBayesMatlab代码NaiveBayesMatlab代码NaiveBayesMatlab代码NaiveBayesMatlab代码NaiveBayesMatlab代码NaiveBayesMatlab代码NaiveBayesMatlab代码NaiveBayesMatlab代码NaiveBayesMatlab代码朴素bayesMatlab代码朴素bayesMatlab代码朴素bayesMatlab代码朴素bayes
- 2022-02-01 10:29:07下载
- 积分:1
-
普通图片合成全景图
将6张普通图片合成全景图的代码。可以在Adobe Flash Professional CS6中运行。
- 2022-04-22 17:30:58下载
- 积分:1
-
网络聊天程序,包含客户端与服务器
网络聊天程序,包含客户端与服务器-the Chatroom Program which Includes Server and Client
- 2022-09-01 09:40:03下载
- 积分:1
-
2440 的 Nand 启动程序。经过测试,可以直接使用
2440 的 Nand 启动程序。经过测试,可以直接使用-2440" s Nand start the program.
- 2022-08-26 13:46:24下载
- 积分:1
-
最近用c++编了一个xblade,不过他只能做一些小动作。但对初学者也很有帮助...
最近用c++编了一个xblade,不过他只能做一些小动作。但对初学者也很有帮助-爱的
- 2022-01-26 08:02:31下载
- 积分:1
-
在windows平台下使用vc6图像颜色板代码
在windows平台下使用vc6图像颜色板代码-In windows platform using vc6 Image Color plate code
- 2022-01-28 03:36:32下载
- 积分:1
-
用vc++开发的原创 聊天室程序,实现了使用vc进行通讯聊天功能...
用vc++开发的原创 聊天室程序,实现了使用vc进行通讯聊天功能-Vc++ development with the original chat room program, implemented using the chat feature to communicate vc
- 2022-03-18 05:30:55下载
- 积分:1