-
A10战斗机和源代码(类似于雷声和闪电的游戏…
A10战斗机及源代码(类似雷电的一款游戏) 类似雷电一样的疯狂射击游戏,游戏不大,很好玩,源码编写的时候比较早,因此对C++初学者比较有帮助,想研究的下载研究一番。-A10 fighter and the source code (similar to a thunder and lightning of the Games) like shooting lightning like crazy games, Game is not very fun, when the source compared to prepare early, so on the C++ for beginners more help, want to download the research study something.
- 2022-03-04 04:45:23下载
- 积分:1
-
屏幕保护程序,其实现方法简单,有效,很值得借鉴。
屏幕保护程序,其实现方法简单,有效,很值得借鉴。-Simple Screen Saver source code
- 2022-04-22 13:13:50下载
- 积分: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
-
This class implements the interface HTMLSalesFormatter. This class is implemente...
This class implements the interface HTMLSalesFormatter. This class is implemented as a singleton-This class implements the interface HTMLSalesFormatter. This class is implemented as a singleton
- 2023-05-27 14:10:03下载
- 积分:1
-
delphi做的分析导入表的dll的工具。主要是看这个程序导入了哪些DLL。并且再跟踪这些DLL的导入表,分析这个程序启动需要导入的DLL。...
delphi做的分析导入表的dll的工具。主要是看这个程序导入了哪些DLL。并且再跟踪这些DLL的导入表,分析这个程序启动需要导入的DLL。-err
- 2023-06-26 23:55:03下载
- 积分:1
-
Data Base Project
一个关于数据挖掘和决策树的单一软件,用于数据仓库。这个应用程序运行在PHP语言上。数据库引擎不需要查询ID。
- 2022-02-06 00:14:53下载
- 积分:1
-
算数表达式求值程序,这个是我自己编的,很好用,应该处理有限的字符,最后要以“#”号结束符。...
算数表达式求值程序,这个是我自己编的,很好用,应该处理有限的字符,最后要以“#”号结束符。-count expression evaluates procedures, this is my own series, useful, should address the limited character, Finally to "#" endings.
- 2022-08-16 02:10:39下载
- 积分:1
-
evc 开发的UI程序源码 evc 开发的UI程序源码
evc 开发的UI程序源码 evc 开发的UI程序源码-UI development process EVC EVC source UI development process source
- 2023-04-16 21:10:04下载
- 积分:1
-
VB5软件设计时,窗体间切换时也应该做到平滑自然,这就是所说的“擦视技术”(Wipe)。本程序实现了“擦视技术”效果...
VB5软件设计时,窗体间切换时也应该做到平滑自然,这就是所说的“擦视技术”(Wipe)。本程序实现了“擦视技术”效果-VB5 software design, switching between windows should also do smooth Naturally, this is the "shining as technology" (Wipe). The procedures of the "shining as technology" effect
- 2022-03-24 07:04:03下载
- 积分:1
-
CRITICAL PATH
至少100个字符。请尽你所能详细描述你的项目。更好的内容将为;
- 2022-04-29 22:17:13下载
- 积分:1