-
Member Registration
是初学者的好例子,简单的会员注册,验证控件的使用-Member Registration
- 2022-02-26 16:29:07下载
- 积分:1
-
VC上位机 串口数据统计记录到Excel
VC上位机 串口数据统计记录到Excel
- 2022-08-20 07:43:36下载
- 积分:1
-
Delphi6.0系统托盘控件,可以隐藏在任务栏的右下角
DELPHI6.0系统托盘控件,可以隐藏在任务栏的右下方-DELPHI6.0 system tray control, can be hidden in the bottom right of the taskbar
- 2022-12-27 21:05:03下载
- 积分:1
-
wtl helping source code,this is a splendid programme.Please download it.Thank yo...
wtl帮助源代码,一个决好的程序请下载谢谢使用-wtl helping source code,this is a splendid programme.Please download it.Thank you for using it.
- 2022-02-15 22:34:39下载
- 积分:1
-
如何学习易语言,从这里开始,中国的开发语言
如何学习易语言,从这里开始,中国的开发语言-How to learn languages easily, from here, China" s development of language
- 2022-05-28 22:11:29下载
- 积分: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
-
BTDragDropFTP
资源描述BTDragDropFTP,说明:BTDragDropFTP 构件是一个具备 FTP 功能的构件,并能够接收由资源管理器或是文件夹中拖放而来的文件加以传送 ( 1.0 版,附源码 )
- 2022-08-05 15:43:38下载
- 积分:1
-
a good source of information display system
一个不错的系统信息显示代码-a good source of information display system
- 2022-05-05 04:57:32下载
- 积分:1
-
more detailed console operation
比较详细的控制台操作-more detailed console operation
- 2022-04-11 00:51:40下载
- 积分:1
-
DIY一块廉价的51串行编程器
DIY一块廉价的51串行编程器-DIY a cheap 51 UART programme device
- 2022-11-20 03:25:03下载
- 积分:1