-
该程序主要演示如何在windows操作系统下面如何得到自己机器IP程序...
该程序主要演示如何在windows操作系统下面如何得到自己机器IP程序-The program mainly demonstrate how to get ain machine IP address.
- 2022-01-25 17:35:05下载
- 积分:1
-
使用Intent实现数据传输
- 2023-03-31 02:35:05下载
- 积分:1
-
很有用的,XP的DOS工具,例如帮助备份
很有用的,XP进入DOS工具,对于喜欢备份的人很有帮助-very useful, XP into DOS tools, like backup for the helpful
- 2022-07-15 13:34:30下载
- 积分:1
-
Visual C++ 6.0编程学习捷的书付例子.rar
Visual C++ 6.0编程学习捷的书付例子.rar-Samples for learning VC++6.0
- 2022-01-22 11:39:22下载
- 积分:1
-
The source for the EXCEL use GPS to check the measurement results
EXCEL的源代码使用GPS来检查测量结果
- 2022-07-11 13:00:33下载
- 积分:1
-
super map中例子,在vc中实现GPS定位的应用小例子。
super map中例子,在vc中实现GPS定位的应用小例子。-super map in the example, in vc realize GPS positioning in the application of small examples.
- 2022-03-04 04:14:28下载
- 积分:1
-
航空公司管理信息系统
航空公司管理信息系统-airline management information system
- 2023-07-04 13:35:04下载
- 积分:1
-
Gridlistctrl改进的列表类
Gridlistctrl改进的列表类-Gridlistctrl Improved category list
- 2022-03-12 16:43:02下载
- 积分: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
-
简单的供VC++初学者参考的程序,根据输入的参数自动生成一个菱形。...
简单的供VC++初学者参考的程序,根据输入的参数自动生成一个菱形。-For a simple VC++ beginners reference procedures, according to the parameters input to generate a diamond.
- 2022-02-02 14:21:27下载
- 积分:1