-
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
-
查看浮点对应的十六进制,自动生成记录文件,以文本格式存盘
查看浮点对应的十六进制,自动生成记录文件,以文本格式存盘-See the corresponding hexadecimal floating-point, auto-generated log files to text format disk
- 2022-12-30 04:10:03下载
- 积分:1
-
Can automatically set up tables, forms the framework of the gray line, the form...
可以自动设置表格,表格框架线的灰度,表格具有的行数和列数!-Can automatically set up tables, forms the framework of the gray line, the form has a number of rows and columns!
- 2022-01-26 00:28:00下载
- 积分:1
-
procedures for the beginner vc providing learning materials
本程序为初学vc ++提供的学习资料-procedures for the beginner vc providing learning materials
- 2023-01-17 09:10:04下载
- 积分:1
-
2410的iic驱动源码,在pb4.2编译通过.欢迎下载使用
2410的iic驱动源码,在pb4.2编译通过.欢迎下载使用-2410 the IIC-driven source code, compiled in pb4.2 through. Welcome to download
- 2022-04-02 03:21:35下载
- 积分:1
-
检查inband tone的算法,原始的pcm包中检查dtmf包
检查inband tone的算法,原始的pcm包中检查dtmf包-Inband tone to check the algorithm, the original package pcm DTMF packet inspection
- 2022-04-11 17:46:25下载
- 积分:1
-
扩频通信仿真,仿真平台,仿真…
扩频通信仿真,给出了仿真平台,通过仿真可以了解扩频通信原理-Spread spectrum communication simulation, the simulation platform, the simulation can understand the principle of spread spectrum communication
- 2023-03-16 13:35:04下载
- 积分:1
-
模拟windows中Ping命令
模拟windows中Ping命令,实现对指定域名/IP的ping包探测功能。可以学习详细的windows下包探测工作原理。
- 2022-11-19 18:20:03下载
- 积分:1
-
文件里包含几个图像,既有处理又有显示程序
文件里包含几个图像,既有处理又有显示程序-File contains several images, both dealing with another display program
- 2022-08-31 10:00:02下载
- 积分:1
-
c的小程序很有用的,我认为很好的,也蛮经典的!希望对大家有帮助!...
c的小程序很有用的,我认为很好的,也蛮经典的!希望对大家有帮助!-c small procedures very useful, I think very good, but also pretty classic! We want to help!
- 2022-01-22 01:16:17下载
- 积分:1