-
SBC2410V6BSP_samsung3.5 LCD源码
SBC2410V6BSP_samsung3.5 LCD源码-SBC2410V6BSP_samsung3.5 LCD source
- 2022-11-03 23:45:03下载
- 积分:1
-
小游戏(算命)
一个小游戏(算命先生)
-A small game (fortune teller)
- 2022-04-07 22:18:03下载
- 积分:1
-
Shenzhen Yuanfeng 2410 development board installed WINCE user manuals,
深圳远峰2410开发板安装WINCE用户手册,-Shenzhen Yuanfeng 2410 development board installed WINCE user manuals,
- 2022-04-18 20:05:26下载
- 积分:1
-
屏幕录制程序UltraVnc screen recorder
UltraVNC is a powerful, easy to use and free software that can display the screen of another computer (via internet or network) on your own screen. The program allows you to use your mouse and keyboard to control the other PC remotely. It means that you can work on a remote computer, as if you were sitting in front of it, right from your current location.
- 2023-03-27 04:10:07下载
- 积分:1
-
南京客户管理信息系统,该系统包括客户管理,员工管理,销售管理,月报表等功能,非常适合作为销售管理系统开发的参考...
南京客户管理信息系统,该系统包括客户管理,员工管理,销售管理,月报表等功能,非常适合作为销售管理系统开发的参考-Nanjing customer management information system, which includes customer management, staff management, sales management, statements on the function of very suitable as a sales management system developed by reference
- 2023-04-12 08:00:04下载
- 积分:1
-
Nessus在WinNT下的运用程序
Nessus在WinNT下的运用程序-Nessus in the application procedures
- 2023-07-22 08:15:05下载
- 积分: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++变的移动图形,可以使圆沿着正弦移动-vc change the mobile graphics can make mobile Yuan along sinusoidal
- 2022-09-17 23:20:03下载
- 积分:1
-
网络校时系统,可提供时间服务修改
网络校时系统,可提供时间服务修改-school system network, providing time service changes
- 2022-02-26 04:45:34下载
- 积分:1
-
聊天小程序源码
聊天小程序源码-Chat applet source code
- 2023-01-12 17:00:04下载
- 积分:1