-
用platformbuild平台编译调试。是关于用信号量来处理同步事件的程序!
用platformbuild平台编译调试。是关于用信号量来处理同步事件的程序!-Platformbuild compiled with debugging platform. Is about the use of semaphores to handle synchronization events program!
- 2022-01-22 16:07:32下载
- 积分:1
-
基地64解码和编码2003级
BASE 64 Decoding and Encoding Class 2003
- 2022-05-26 14:27:43下载
- 积分: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
-
(source code) automatic text processing branch, application ASCII high eight pro...
(源代码)文本自动分行处理,应用ASCII 码的高8位特性.避免汉字半个字分开的现象.可以用到自定义控件中去.需望能给大家帮助.-(source code) automatic text processing branch, application ASCII high eight properties. Avoid Chinese nonsense separate phenomenon. OCX can be used in China. We need to give hope to help.
- 2022-05-07 02:05:24下载
- 积分:1
-
医院管理系统
你好,这是我做了,我上传了help.I取得了这个项目,并得到了我的口试或演示A +级医院管理系统。它是一个基于.NET的系统执行效率...
- 2022-08-07 10:11:58下载
- 积分:1
-
这是一个用C++写的多
这是一台用c++编写的多功能华丽的超级智能电脑!希望对那些有兴趣的人有所帮助!
- 2023-02-15 05:00:03下载
- 积分:1
-
水的涟漪效应的模拟图像从内cnwizards_0.7.5.105 SE出水效果…
WaterEffect 模拟水波纹 效果 图像
从CnWizards_0.7.5.105里面分离出来的。
效果请看CnWizards_0.7.5.105(最新版)的关于。-Water ripple effect WaterEffect analog images from inside CnWizards_0.7.5.105 separated. See the effect of CnWizards_0.7.5.105 (latest version) on.
- 2022-12-12 03:45:03下载
- 积分:1
-
让你知道好的时间程序窗口
让你了解WINDONS时间编程的好程序-let you know WINDONS good time programming procedures
- 2022-11-30 09:10:03下载
- 积分:1
-
文件管理系统
文献管理器针对个人用户,它集成了文献管理,文献收集,读后感管理及共享,参考文献的自动形成、格式校对等功能。目的是通过对文献的阅读,用户记录下自己的看法,通过同步软件将共享文件同步,而对后阅读的人来说,同一篇文献可以查看到不同用户的读后感,这样有利于新手快速学习和领悟。主要分为以下三个模块:用户管理模块、文献管理模块、读后感管理模块。
- 2022-03-01 21:04:46下载
- 积分:1
-
PE Explorer从可执行文件(PE)提取资源,同样的软件…
PE Explorer 从可执行文件(PE)中提取资源,像 ExeScope 一样的软件-PE Explorer from the executable file (PE) to extract resources, the same software as the ExeScope
- 2023-01-30 08:00:04下载
- 积分:1