-
C language bit manipulation application example, a brief description of how to o...
C语言位操作应用举例,简要说明在C语言中如何操作字节中的位-C language bit manipulation application example, a brief description of how to operate in the C language byte in bits
- 2022-01-24 16:12:19下载
- 积分:1
-
多机任务调度算法[n个任务,m个机器] 该算法用C++语言描述,
多机任务调度算法[n个任务,m个机器] 该算法用C++语言描述,-This an algrithom for multi-task schedule[n tasks, m machines] , which is implemented by C
- 2023-01-10 18:30:03下载
- 积分:1
-
achieve the VC environment, the single BMP file photo shows inside the function.
实现了VC环境下,单文档里面显示BMP图片的功能。-achieve the VC environment, the single BMP file photo shows inside the function.
- 2023-07-19 03:30:03下载
- 积分:1
-
一个关于时钟显示的C语言程序。是24小时制式显示。
一个关于时钟显示的C语言程序。是24小时制式显示。-A clock displayed on the C language program. 24-hour format is displayed.
- 2022-02-28 10:47:42下载
- 积分:1
-
添加URL快捷方式到收藏夹、开始菜单和桌面上
添加URL快捷方式到收藏夹、开始菜单和桌面上-Add to Favorites URL shortcut to start menu and desktop
- 2022-02-05 12:22:48下载
- 积分:1
-
Design simple and useful user interface by combination use of layout manager.
通过组合使用布局管理器设计出简洁实用的用户界面-Design simple and useful user interface by combination use of layout manager.
- 2022-12-16 21:05:03下载
- 积分:1
-
EM+AlgorithmEM+AlgorithmEM+AlgorithmEM+AlgorithmEM+AlgorithmEM+AlgorithmEM+Algor...
EM算法的模型聚类的研究及应用 EM算法的模型聚类的研究及应用 EM算法的模型聚类的研究及应用-EM+AlgorithmEM+AlgorithmEM+AlgorithmEM+AlgorithmEM+AlgorithmEM+AlgorithmEM+AlgorithmEM+AlgorithmEM+Algorithm
- 2022-07-01 21:53:39下载
- 积分:1
-
用MD5进行数据校验
用MD5进行数据校验-with MD5 checksum data
- 2022-07-01 07:10:16下载
- 积分: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
-
取网络上本机的IP地址
取网络上本机的IP地址-network from the machine"s IP address
- 2022-07-06 15:44:57下载
- 积分:1