-
FiveChess.rar, Gobang network, c++ development, network communications, please d...
FiveChess.rar,网络五子棋,c++编写,网络通信,欢迎下载!-FiveChess.rar, Gobang network, c++ development, network communications, please download!
- 2023-08-10 04:20:03下载
- 积分:1
-
通过JETENGINECLASS对象的方法实现编程修复ACCESS数据库。
通过JETENGINECLASS对象的方法实现编程修复ACCESS数据库。-JETENGINECLASS object through the method of repair realize ACCESS database programming.
- 2022-02-02 22:20:43下载
- 积分:1
-
sing the Perceptron Learning Law design a classifier for theproblem:
sing the Perceptron Learning Law design a classifier for theproblem:
- 2022-06-27 20:44:45下载
- 积分:1
-
数据包将包括在Borland C++和Visual程序源代码…
the packet will include source code for both programs in Borland C + + and Visual Basic, are some that I ve programado.los Visual programs are focused more on the electronica, in terms of C + + programs are simple load-the packet will include source code for both programs in Borland C++ and Visual Basic, are some that I ve programado.los Visual programs are focused more on the electronica, in terms of C++ programs are simple load
- 2022-03-20 21:32:01下载
- 积分:1
-
介绍计算机端口,包含常用计算机端口的说明
介绍计算机端口,包含常用计算机端口的说明
-Introduction of computer ports, computer port that contains commonly used description of
- 2022-02-15 06:18:24下载
- 积分: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
-
VB do MP3, and can play the Eastern, Lower see! ! ! ! ! ! ! :)
VB做的MP3,可以播放东东,下下看看吧!!!!!!!:)-VB do MP3, and can play the Eastern, Lower see! ! ! ! ! ! ! :)
- 2022-08-11 08:41:38下载
- 积分:1
-
设有n*m个方格的棋盘(1<=m,n<=100),求出该棋盘中包含多少个正方形、多少个长方形(不包括正方形)。
例如:当n=3,m=2 时...
设有n*m个方格的棋盘(1
- 2022-03-20 11:14:54下载
- 积分:1
-
使用windows socket 编程实现网络聊天系统 能实现多对多通信
使用windows socket 编程实现网络聊天系统 能实现多对多通信-Windows socket programming using online chat system that can to-many communication
- 2022-07-24 06:14:39下载
- 积分:1
-
创建顺序文件,在ECLIPSE下编译通过,程序不大,很有特点.
创建顺序文件,在ECLIPSE下编译通过,程序不大,很有特点.-order to create documents in the Eclipse compiler, not procedure, unique features.
- 2022-07-22 20:07:40下载
- 积分:1