-
vb开发的IP炸弹来电显示资料。 vb开发的IP炸弹来电显示资料。...
vb开发的IP炸弹来电显示资料。 vb开发的IP炸弹来电显示资料。-vb development of IP bomb caller ID information. vb development of IP bomb caller ID information. vb development of IP bomb caller ID information.
- 2022-03-13 19:28:05下载
- 积分:1
-
Carry out each important function of chain table ,including the function of dele...
实现链表的各个重要功能包括删除、插入、和初始化等功能。-Carry out each important function of chain table ,including the function of deleteing,inserting and initialization.
- 2023-01-17 18:45:03下载
- 积分:1
-
实现K
实现K-MEAN经典聚类算法,代码书写规范,接口简洁,值得参考-The achievement of K-MEAN classical clustering algorithm, code written norms, simple interface, it is also useful
- 2023-05-18 05:05: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
-
此为51单片机控制液晶显示的程序。主要用来显示时间
此为51单片机控制液晶显示的程序。主要用来显示时间-this for 51 LCD MCU control procedures. Used primarily for show time
- 2022-11-26 04:30:03下载
- 积分:1
-
一个万年历显示程序,同时能调用系统的时间,显示在输出屏幕上!...
一个万年历显示程序,同时能调用系统的时间,显示在输出屏幕上!-a calendar display program, can call the system the time displayed on the output screen!
- 2022-01-26 00:22:43下载
- 积分:1
-
Chat工程
资源描述自己做了一个模拟聊天程序,在一台机子里使两个对话框之间数据传输,先运行ChatSev,然后再运行ChatClt。在IP框输入IP地址便可以进行对话了!有点低端,但是可以作为初学者的经验
- 2022-04-25 01:37:35下载
- 积分:1
-
CALL on the school and on school DELPHI function CALL and address information DE...
关于学校的调用和关于学校的DELPHI函数调用和地址信息DELPHI
- 2022-07-18 05:19:19下载
- 积分:1
-
一种数字媒体设备应用框架
An application framework for digital media devices
- 2022-06-19 20:12:31下载
- 积分:1
-
简单PL0编译器,有简单的界面,支持debug错误提示
简单PL0编译器,有简单的界面,支持debug错误提示-simple PL0 compiler, a simple interface, support debug error messages
- 2022-03-19 19:37:58下载
- 积分:1