-
基于udp的多播程序,先加入多播组,然后可以向多播组成员发送消息...
基于udp的多播程序,先加入多播组,然后可以向多播组成员发送消息-based udp multicast procedures to join the multicast group, and then to the multicast group members Send Message
- 2022-07-16 11:07:32下载
- 积分:1
-
QT识别USB
主要是QT自动识别USB 的一些信息源码,当USB插入会自动识别出来,以及读取USB里面的东西,还有一些界面东西。
- 2022-02-14 22:52:02下载
- 积分:1
-
对话框中创建菜单,不是右击弹出来的那种,而是象系统菜单那样...
对话框中创建菜单,不是右击弹出来的那种,而是象系统菜单那样-menu
- 2022-10-06 10:55:04下载
- 积分:1
-
使用Qt处理图片资源
Use Qt in image development.
QPixmap largepixmap;
QPixmap smallpixmap;
QPixmap maskpixmap;
QPixmap zoompixmap;
QPoint offset(0,0);
QPoint dragpos(150,150);
QPoint set(90,50);
//加载图片:
largepixmap.load("ImagesMainGui.png");
smallpixmap = largepixmap.scaled(largepixmap.size()/1.2);
maskpixmap.load("ImagesMainGui.png");
//绘制底层图片(非放大镜区域图案):
QPainter painter(this);
painter.drawPixmap(offset,smallpixmap);
painter.end();
//计算放大区域圆形的半径及所占矩形面积
int dim = qMin(width(), height());
int magnifierSize = dim * 5 / 6;
int radius = magnifierSize / 2;
int ring = radius - 15;
QSize box = QSize(magnifierSize, magnifierSize);
- 2022-02-09 22:59:08下载
- 积分:1
-
本程序主要作用与TXT电子小说的阅读,在您的阅读过程中程序可自动翻页,并且您还可以自己设置自动翻页时间间隔,程序自带书签功能,您可以随时保存您的阅读进度方便下次...
本程序主要作用与TXT电子小说的阅读,在您的阅读过程中程序可自动翻页,并且您还可以自己设置自动翻页时间间隔,程序自带书签功能,您可以随时保存您的阅读进度方便下次的阅读,程序会在您打开的TXT文件的相同目录下创建一个*.m的文件,此文件为书签文件,删除后会造成保存的阅读进度的丢失。 开发平台 vs 2008
-A major role in this process with TXT e-fiction reading, in the course of your reading program can be automatically flip, and you can also set up their own auto-flip time interval, the program comes with a bookmark feature, you can always save your progress to facilitate reading the next reading, the program will open in your TXT file the same directory to create a*. m files, the file for the bookmarks file, delete saved will result in the loss of reading progress. Development platform vs 2008
- 2022-04-24 18:47:11下载
- 积分:1
-
时间锁定器,可以判断某一个程序运行了多少时间
时间锁定器,可以判断某一个程序运行了多少时间-time lock, you can judge a running time of
- 2023-03-14 20:25:04下载
- 积分:1
-
斗地主源码
很不错的本地斗地主源码很不错的本地斗地主源码很不错的本地斗地主源码很不错的本地斗地主源码很不错的本地斗地主源码很不错的本地斗地主源码很不错的本地斗地主源码很不错的本地斗地主源码很不错的本地斗地主源码很不错的本地斗地主源码很不错的本地斗地主源码很不错的本地斗地主源码很不错的本地斗地主源码很不错的本地斗地主源码很不错的本地斗地主源码
- 2022-05-05 04:21:37下载
- 积分:1
-
单片机proteus的仿真和应用
Proteus软件是英国Labcenter electronics公司出版的EDA工具软件(该软件中国总代理为广州风标电子技术有限公司)。它不仅具有其它EDA工具软件的仿真功能,还能仿真单片机及外围器件。它是目前最好的仿真单片机及外围器件的工具。虽然目前国内推广刚起步,但已受到单片机爱好者、从事单片机教学的教师、致力于单片机开发应用的科技工作者的青睐。应用的科技工作者的青睐。应用的科技工作者的青睐。
- 2023-04-28 11:20:03下载
- 积分:1
-
涂料应用在C++中使用的图形库编码。H
application PAINT coded in c++ using library graphics.h
- 2022-08-25 17:20:13下载
- 积分:1
-
This example illustrates in detail some of the basic controls in MFC to use
本例详细说明了MFC中要使用的一些基本控件
- 2022-03-24 17:55:41下载
- 积分:1