-
the firts use vb,simple
the firts use vb,simple
- 2022-03-03 00:29:24下载
- 积分:1
-
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
-
多组的编队控制
Formation Control of Multi-Robots via Fuzzy Logic Technique
- 2022-05-08 10:50:51下载
- 积分:1
-
ansi字符串与Unicode字符串转换的代码 包括UTP-8
ansi字符串与Unicode字符串转换的代码 包括UTP-8-this code can convert ansi string into Unicode string(including UTP-8)
- 2022-03-10 08:45:14下载
- 积分:1
-
编译环境:VC6.0
VC创建管道的源代码,用于学习参考用。
编译环境:VC6.0
VC创建管道的源代码,用于学习参考用。-Compiler Environment: VC6.0 VC pipeline to create the source code for the study and reference.
- 2022-08-08 17:39:57下载
- 积分:1
-
另上传的winSockTest.zip包含三个工程的完整代码,对初学者适用 ALLinOne提供通用用户配置接口 而工程winSockTestClient与wi...
另上传的winSockTest.zip包含三个工程的完整代码,对初学者适用 ALLinOne提供通用用户配置接口 而工程winSockTestClient与winSocketServer配套-uploaded winSockTest.zip another three projects include the complete code for beginners applicable ALLinOne provide common user interface and configuration works with winSocketServer matching winSockTestClient
- 2022-02-24 13:48:03下载
- 积分:1
-
实例283——创建Win32 DLL导出一个计算长方体表面积和体积的类
实例283——创建Win32 DLL导出一个计算长方体表面积和体积的类。
- 2022-11-17 03:20:03下载
- 积分:1
-
ZbarCam
将zbar重新配置一下,使之能正常编译使用,并附上完整的文件。
- 2022-02-07 08:01:45下载
- 积分:1
-
经典的用于windows的flex的C++工具源码,是我找了很长时间找到这个好用的...
经典的用于windows的flex的C++工具源码,是我找了很长时间找到这个好用的-Classic flex for windows of the C++ Tools source, is looking for a very long time I found this useful
- 2022-06-21 01:26:44下载
- 积分:1
-
EVC3.0 create the MDI procedures
在EVC3.0中创建MDI程序-EVC3.0 create the MDI procedures
- 2022-08-06 06:31:48下载
- 积分:1