-
this a game for snake.
this a game for snake.-this is a snake, vc
- 2022-03-07 07:58:10下载
- 积分:1
-
用RSA加密IP,下载后拷下来运行后就能用,可以自己事实!
用RSA加密IP,下载后拷下来运行后就能用,可以自己事实!-use RSA to add password to IP,please download and copy and run it,you can try it!
- 2023-01-25 03:40:04下载
- 积分:1
-
非常不错得js得日期选择控件,外观漂亮实用。已经在多个项目中使用。...
非常不错得js得日期选择控件,外观漂亮实用。已经在多个项目中使用。-Js a very good choice of a date for controls, the appearance of a beautiful and practical. Has been implemented in many projects.
- 2022-03-21 00:35:29下载
- 积分:1
-
一个倒计时的例子,演示了MS Calendar控件的使用。
一个倒计时的例子,演示了MS Calendar控件的使用。-A countdown example demonstrates the use of the MS Calendar control.
- 2022-04-30 20:20:49下载
- 积分:1
-
高校学生管理系统实现
JSP学生信息管理系统(全套源码+开发文档+使用手册+设计模型)
- 2023-02-25 06:20:04下载
- 积分:1
-
基于rs232协议的串口通信程序
基于rs232协议的串口通信程序-agreement based on the RS232 serial communication program
- 2022-10-23 08:25:03下载
- 积分:1
-
- 2022-02-06 01:17:05下载
- 积分:1
-
搜索周围WIFI的相关信息(MAC,RSSI,SSID)
搜索周围WIFI的相关信息(MAC,RSSI,SSID),控件编程,生成exe可执行文件,实时产生搜索结果。
- 2022-01-25 21:39:47下载
- 积分: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
-
石源代码教程,如果客户端提供的服务工具,可以在A源代码中获取源代码..
石器源代码编译教程,如果拿到石器服务端源码不知所措,那就用上它咯!-Stone source code tutorial, if the client service tools to get source code at a loss, then use it pyronaridine!
- 2023-03-31 15:55:08下载
- 积分:1