-
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
-
获取微信用户信息源码(.net)
通过网页获得微信OpenID以及用户性别,年龄等信息!!!!
- 2023-05-21 19:35:02下载
- 积分:1
-
win7下smart card 登录COM凭据代码
win7下smart card 登录COM凭据代码,此组件通过注册表(见附件中)将组件注册到系统中,在系统登录或锁定时会加载此凭据。
- 2022-01-26 04:20:36下载
- 积分:1
-
日期查询在SQL中
日期查询在SQL中-date for the SQL
- 2023-04-04 03:05:04下载
- 积分:1
-
CRC码,这是用在网络效验方面的,最高可达到10位效验,通过该程序可在数据传输方面有一定保证。...
CRC码,这是用在网络效验方面的,最高可达到10位效验,通过该程序可在数据传输方面有一定保证。-CRC, which is used in the network of well-tested, the maximum reached 10 well-tested through the program in data transmission, there is a definite guarantee.
- 2022-08-31 19:00:04下载
- 积分:1
-
Excel与Access互转换123456
Excel与Access互转换123456-Excel and Access Transformation 123,456
- 2022-12-07 15:10:03下载
- 积分:1
-
ToolBar控件的演示程序
ToolBar控件的演示程序-Toolbar Control Demonstration Program
- 2022-01-25 21:06:34下载
- 积分:1
-
电子计算机术语词典
设计了这部电子词典和 visaul 基本 6.0 和 microsot 访问数据库,它是,用户可以搜索计算机术语和含义的计算机术语词典将 apperar,它还包括 sysnonyms、 anthonyms 和相关的图片。管理员负责插入单词和含义以及同义词,anthonyms 和相关的图片。这本词典还包括选择要查看或 unview sysnonyms、 反义词和图片。这是一个简单、 简单易懂的软件
- 2023-05-26 03:55:02下载
- 积分:1
-
托盘的功能实现,对于学习十分有用.建议新手学习使用
托盘的功能实现,对于学习十分有用.建议新手学习使用-Realization of the function tray for the study very useful. Recommended novice learning to use
- 2022-01-24 16:31:34下载
- 积分:1
-
GPS navigation path changes on the machine a small software, mainly for the regi...
GPS机器上修改导航路径的小软件,主要是对注册表的操作.-GPS navigation path changes on the machine a small software, mainly for the registry operation.
- 2022-03-29 15:25:13下载
- 积分:1