-
this time for testing olny
this time for testing olny
- 2022-07-09 13:43:40下载
- 积分:1
-
VB是用多很容易
非常好用的多功能VB小软件,可实现定时、断开连通网络,重启关闭电脑等功能。-VB is very easy to use multi-functional small software, can realize from time to time, disconnect the network connectivity, restart the computer shut down functions.
- 2023-02-11 16:15:04下载
- 积分: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
-
多线程、内存共享编程。有五只蜗牛赛跑哦。
多线程、内存共享编程。有五只蜗牛赛跑哦。-Multi-threaded, shared memory programming. Has five oh snail race.
- 2022-03-11 08:26:14下载
- 积分:1
-
PSAT 2.1.5 for power system research with GUI and Matlab running environment
PSAT 2.1.5 for power system research with GUI and Matlab running environment
- 2022-06-18 08:27:24下载
- 积分:1
-
跳动字符 讲述一个个字符的起落,按时间的间隔均匀依次跳动,增带颜色的变化....
跳动字符 讲述一个个字符的起落,按时间的间隔均匀依次跳动,增带颜色的变化.-characters on a beating characters to the ups and downs by the time interval followed by beating uniform, increase with a change in color.
- 2022-08-26 00:04:19下载
- 积分:1
-
mmc卡的 头文件 spi模式初始化 mmc卡和单片机通信的 头文件
mmc卡的 头文件 spi模式初始化 mmc卡和单片机通信的 头文件-mmc card spi mode initialization header files mmc card and microcontroller communication header files
- 2023-07-12 14:50:04下载
- 积分:1
-
坐标系之间的转换
这个是一个坐标系之间的转换,包含三类坐标系之间的互换,其中有大地坐标,直角坐标和经纬度坐标。(非原创,转自其他网站)。
- 2022-04-07 21:24:21下载
- 积分:1
-
自己编的系统托盘程序
自己编的系统托盘程序-own series of the system tray procedures
- 2022-03-18 03:07:08下载
- 积分:1
-
约瑟夫环(Joseph)问题的一种描述是:编号为1,2,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始人选一个正整数作为报数上限值m,从...
约瑟夫环(Joseph)问题的一种描述是:编号为1,2,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始人选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从它在顺时针方向的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止。试设计一个程序求出出列顺序-Joseph Central (Joseph) a description of the problem is: numbered 1,2, ..., n of n individuals according to a clockwise direction around a circle, each holding a password (positive integer). The beginning of a positive integer as a candidate at a number of upper limit of m, from the first individual to embark on the clockwise direction since the beginning of the order of 1 is reported the number of stops required to report back at a few m. Those who reported m out of his password as the new value of m, in a clockwise direction from the next person to start off again from the 1, and so on, until all that out until all. Try to design a procedure to derive the column order
- 2022-02-10 01:58:28下载
- 积分:1