-
B2D角色扮演游戏
B2D角色扮演游戏 很好很强大的 一个小人可以东来东去-B2D role play game
- 2022-02-06 04:16:44下载
- 积分:1
-
it can decrypt file which is edcrypted
这个东西可以对加密的文件进行解压操作。很好用!-it can decrypt file which is edcrypted
- 2022-09-25 17:40:03下载
- 积分: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
-
自己开发的Wince5.0下EP9315 SDK,该SDK可提供支持中文字符的模拟器...
自己开发的Wince5.0下EP9315 SDK,该SDK可提供支持中文字符的模拟器-Wince5.0 own under EP9315 SDK, the SDK provides support for Chinese characters simulator
- 2023-01-15 21:10:09下载
- 积分:1
-
经典的IOCP文件读写代码
经典的IOCP文件读写代码-classic IOCP document literacy code
- 2022-07-21 15:48:45下载
- 积分:1
-
明确选择
Option Explicit
Private Sub Timer1_Timer()
Label1.Caption = Time
End Sub
- 2023-01-15 12:00:03下载
- 积分:1
-
DCT image processing algorithm
图象处理DCT算法-DCT image processing algorithm
- 2022-06-01 01:26:15下载
- 积分:1
-
windows服务实例 Service windows服务实例 Servicewindows服务实例 Service
windows服务实例 Service windows服务实例 Servicewindows服务实例 Service-Examples of windows service Service windows service instance Servicewindows service instances Service
- 2022-08-20 10:21:48下载
- 积分:1
-
windows CE下cypress USB driver的例程, 很不错的。
windows CE下cypress USB driver的例程, 很不错的。-windows CE cypress USB driver"s routines, very good.
- 2022-02-01 06:27:06下载
- 积分:1
-
键盘钩子,记录键盘信息,并保存到系统文件中, 只供学习!
键盘钩子,记录键盘信息,并保存到系统文件中, 只供学习!- the hook of KeyBoard. it can record information which keyBoard Input
- 2023-06-26 01:50:03下载
- 积分:1