-
This just a tank game example code
This just a tank game example code-This is just a tank game example code
- 2022-05-22 02:37:05下载
- 积分:1
-
学生管理系统,开发环境Microsoft Visual Studio 2005、asp.net2.0、sql server2...
学生管理系统,开发环境Microsoft Visual Studio 2005、asp.net2.0、sql server2-Student management system, development environment Microsoft Visual Studio 2005, asp.net2.0, sql server2000
- 2022-02-11 23:01:54下载
- 积分:1
-
毕业设计,含论文及源码,希望可以帮助到需要的的,不是自己做。...
毕业设计,含论文及源码,希望可以帮助到需要的的,不是自己做。-Graduation Project, including papers and source code, hoping to help the needy, not their own to do.
- 2022-07-07 19:31:42下载
- 积分:1
-
从TS流中提取每一个188的TS包,使用三种策略来分析
从TS流中提取每一个188的TS包,使用三种策略来分析-TS stream from the extraction of each TS packet 188, the use of three strategies to analyze
- 2022-01-26 01:53:07下载
- 积分:1
-
Beijing is still school
北京尚学堂drp系统源码 逐个版本更新 一共 7个逐渐完善的-Beijing is still school-by-source version of DRP system to update a total of seven gradual improvement
- 2023-04-11 14:20:04下载
- 积分: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
-
飞思卡尔KEA128电磁能跑的代码
第十三届KEA128电磁三轮组能跑的代码,欢迎大家一起来交流。也希望自己可以多学习学习大佬的方案。
- 2023-03-06 20:50:04下载
- 积分:1
-
把ADO封装到自己开发的组件中
把ADO封装到自己开发的组件中-put ADO Packaging to its own development of components
- 2022-03-14 15:48:16下载
- 积分:1
-
大与它;
big gb2312 可以做为delphi工程 简繁 批量转换参考-big
- 2022-01-26 06:02:24下载
- 积分:1
-
failed to translate
matlab环境下fft 应用的简单实例-failed to translate
- 2022-04-17 22:38:52下载
- 积分:1