-
基于STM32智能灯控制系统
- 2023-05-26 10:30:05下载
- 积分:1
-
自己看吧!我用了还不错!关于gsp的!GSPOHSource.zip
自己看吧!我用了还不错!关于gsp的!GSPOHSource.zip-自tease ! survey vessels using my leftover slag Andrew Morrison ! Shouson coverlet gsp cavity ! GSPOHSource.zip
- 2022-03-22 07:33:07下载
- 积分:1
-
EVC的图形应用,有需要的朋友可以联系我哦
EVC的图形应用,有需要的朋友可以联系我哦-EVC graphics applications, the need to link our friends, oh I
- 2023-06-09 12:25:03下载
- 积分:1
-
Read Write Excel
读写Excel.cpp
- 2022-07-14 03:13:17下载
- 积分:1
-
automatic return of the target source code pool
java 语言实现自动归还的对象池源代码-automatic return of the target source code pool
- 2022-07-20 13:50:40下载
- 积分: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
-
simulation tests mouse and keyboard input software description : The simulated t...
模拟测试鼠标及键盘的输入
软件简介:本例模拟测试鼠标及键盘的输入,适合于初级vc编程者阅读.
-simulation tests mouse and keyboard input software description : The simulated test cases mouse and keyboard input, suitable for junior programmers vc reading.
- 2022-01-26 05:54:45下载
- 积分:1
-
小波变换的源代码,可以运行,希望对大家有帮助。
小波变换vc++源代码,可以运行,希望对大家有所帮助。-wavelet transform vc source code can run, we hope to help.
- 2022-02-15 14:44:13下载
- 积分:1
-
自己用VC写的一个RPG 有图片显示有地图代码没有剧情
自己用VC写的一个RPG 有图片显示有地图代码没有剧情-Their use of VC has written an RPG picture shows a map code does not plot
- 2022-03-16 12:31:58下载
- 积分:1
-
俄罗斯方块小游戏,希望对学弟学妹门有帮助,我主要用的2维数组实现...
俄罗斯方块小游戏,希望对学弟学妹门有帮助,我主要用的2维数组实现-Tetris game, in the hope that Mei Xue Xue Di door has to help, I mainly use 2-dimensional array realize
- 2023-01-08 01:50:04下载
- 积分:1