-
网站安全检测工具,完全绿色版!!下的快来呀!
网站安全检测工具,完全绿色版!!下的快来呀!-anquan
- 2022-03-20 05:51:06下载
- 积分:1
-
用C语言唱两只老虎,听说过吗?这样的程序有利于培养你的兴趣!...
用C语言唱两只老虎,听说过吗?这样的程序有利于培养你的兴趣!-C language to sing two tigers and heard? Such procedures are conducive to cultivate your interest!
- 2022-10-31 15:40:03下载
- 积分:1
-
borland3.1c platform
borland3.1c++å¹³å°-borland3.1c platform
- 2022-01-25 22:32:47下载
- 积分:1
-
C++ coding standards
C++ coding standards
- 2022-01-26 05:41:49下载
- 积分:1
-
一款AVI 编辑器, 用C 编的, csc *.cs
AVITOOL
一款AVI 编辑器, 用C 编的, csc *.cs
AVITOOL -help-An AVI editor, using C-series, csc*. cs AVITOOL-help
- 2023-01-08 17:05:03下载
- 积分:1
-
VC与halcon混合编程,用处很大的哦
VC与halcon混合编程,用处很大的哦-helpful for you Programming。it is a example of halcon and VC6.0。
- 2022-05-19 16:51:02下载
- 积分:1
-
充值收费系统客户端!!!!!!!E语言源码!有需要的可以下载
充值收费系统客户端!!!!!!!E语言源码!有需要的可以下载-Result charging system language source client !!!!!!! E! Those in need can be downloaded! !
- 2023-05-03 14:15: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
-
unfinished library system
未完成的图书馆系统-unfinished library system
- 2023-01-04 20:35:03下载
- 积分:1
-
C常用算法程序集
C常用算法程序集-徐士良第四章-C algorithms commonly used procedures set-XU Shi-liang Chapter IV
- 2022-04-17 03:54:08下载
- 积分:1