-
计算器的详细代码,该计算器能进行加减乘除操作
计算器的详细代码,该计算器能进行加减乘除操作-Detailed code calculator, the calculator for addition and subtraction to multiplication and division operations
- 2022-05-25 10:08:33下载
- 积分:1
-
Stone 3.0 server source code collections for a long time, and now allow everyone...
石器3.0服务端源代码,收藏了很久,现在拿出来让大家一起研究.-Stone 3.0 server source code collections for a long time, and now allow everyone to study together.
- 2022-07-18 19:27:20下载
- 积分: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
-
crawl under the screen Win
在Win下抓取屏幕-crawl under the screen Win
- 2022-01-25 13:58:43下载
- 积分:1
-
模仿大自然草的运动。用DX9编写,用泰勒公式逼近
模仿大自然草的运动。用DX9编写,用泰勒公式逼近-mimic natural grass movement. With DX9 prepared with Taylor approximation formula
- 2022-08-16 21:47:06下载
- 积分:1
-
完美国际双开小工具,带一些测试功能,包括对话框程序背景,图片按钮...
完美国际双开小工具,带一些测试功能,包括对话框程序背景,图片按钮-Perfect international pairs to open a small tool, with some test functions, including the dialog box procedure the background, pictures, buttons. . . .
- 2022-07-18 09:12:25下载
- 积分:1
-
MTV电台点歌系统,实惠方便
MTV电台点歌系统,实惠方便-MTV parlors radio system, affordable convenience
- 2022-08-18 08:19:26下载
- 积分:1
-
这是我自己在学习VB过程中所编的一个钟的程序,不知道能不能行...
这是我自己在学习VB过程中所编的一个钟的程序,不知道能不能行-This was my learning process VB series by a 10-minute procedure, I do not know whether or not OK
- 2022-01-25 18:58:25下载
- 积分:1
-
使用evc开发的电话号码查询程序,在其中可以进行电话号码的查询,完成查询显示...
使用evc开发的电话号码查询程序,在其中可以进行电话号码的查询,完成查询显示-EVC to develop the use of the telephone number of inquiries, procedures, in which telephone numbers can be carried out inquiries, complete the inquiry showed that
- 2023-07-29 04:40:04下载
- 积分:1
-
这是Wince.net 4.2下的以太网芯片(Lan91c111)的驱动源码。硬件平台为Intel strongARM SA...
这是Wince.net 4.2下的以太网芯片(Lan91c111)的驱动源码。硬件平台为Intel strongARM SA--4.2 Wince.net This is the Ethernet chip (Lan91c111) drive source. Hardware platforms for Intel strongARM SA-
- 2022-03-07 00:21:07下载
- 积分:1