-
一般的商业程序都有托盘图标和在托盘上弹出右击菜单的功能,那么如何给自已的程序添加这样的功能呢?本文通过改变背景图的实例,介绍一种实现托盘上弹出右击菜单的方法。...
一般的商业程序都有托盘图标和在托盘上弹出右击菜单的功能,那么如何给自已的程序添加这样的功能呢?本文通过改变背景图的实例,介绍一种实现托盘上弹出右击菜单的方法。-general commercial processes tray icon in the tray and right click on the pop-up menu function, then how to add their own procedures for such functions? By changing the context diagram example, introduced a tray to achieve right click on the pop-up menu approach.
- 2022-12-23 00:25:03下载
- 积分:1
-
Process begins to create producers, consumers and then create them from the shar...
程序首先创建生产者,然后创建消费者,他们从共享数据结构存取数据,使用互斥信号量,可以有效保护共享数据。-Process begins to create producers, consumers and then create them from the shared data structure to access data, the use of mutex semaphores, shared data can be effectively protected.
- 2022-01-28 19:29:33下载
- 积分:1
-
e卡通 开发源代码 很详细,真是的项目理智
e卡通 开发源代码 很详细,真是的项目理智-e card
- 2023-05-09 03:35:03下载
- 积分:1
-
一个简化的学生成绩核算系统的设计与实现的程序
一个简化的学生成绩核算系统的设计与实现的程序-Student achievement of a simplified accounting system design and implementation process
- 2022-07-19 10:11:07下载
- 积分:1
-
很好的程序请使用
很好的程序请使用-good procedure to use
- 2022-03-01 16:21: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
-
WinCE下的串口收发程序,支持三个串口,多种波特率
WinCE下的串口收发程序,支持三个串口,多种波特率-under WinCE Serial Transceivers procedures, three serial port support, a variety of baud rate
- 2022-01-25 17:18:09下载
- 积分:1
-
压缩软件,有源代码,供大家研究研究,如果有所需要改进的话,请联系我了...
压缩软件,有源代码,供大家研究研究,如果有所需要改进的话,请联系我了-a compression application with source code provided, for research, please contact me if improvement is needed
- 2022-10-14 07:45:03下载
- 积分:1
-
自己写的测试获得进程包含的线程数量的小程序
自己写的测试获得进程包含的线程数量的小程序-himself wrote the test was included in the process of threading a small procedure
- 2022-01-26 04:24:42下载
- 积分:1
-
停车诱导系统的信息处理
停车诱导系统一般分为信息采集、信息发布、信息处理和信息传输四个子系统。停车诱导系统除提供车位使用状况信息外,还担负着存储车场或路边车...
停车诱导系统的信息处理
停车诱导系统一般分为信息采集、信息发布、信息处理和信息传输四个子系统。停车诱导系统除提供车位使用状况信息外,还担负着存储车场或路边车位信息、加工处理车位使用情况的变化模式等任务,这些功能将为提供停车需求状况预报、停车预约等服务奠定基础。-Parking Guidance System Parking Guidance System information processing will generally be divided into information collection, information dissemination, information processing and information transmission in four subsystems. Parking Guidance System In addition to providing information about the status of parking spaces to use, but also bears a storage yard or the roadside parking information, parking spaces for the use of processing changes in mission mode, these features will provide parking demand forecasting, parking and other services lay the foundation for an appointment.
- 2022-03-30 20:46:20下载
- 积分:1