-
ImagePassClient
Windows下基于Opencv的视频传输和字符串传输(Under Windows Opencv based video transmission and string transmission)
- 2013-09-07 15:19:18下载
- 积分:1
-
DataStream
基于Qt4的简单程序,方便初学者学习参考。(Qt4 based on a simple procedure, easy for beginners to learn reference.)
- 2013-06-17 10:37:41下载
- 积分:1
-
clock
这是一个数字时钟,可以调时间,调的是系统的时间,注意要该回来,不然时间会乱(This is a digital clock, the time can be adjusted, adjusting the time of the system, pay attention to the back, otherwise time will be chaos)
- 2016-06-01 09:19:14下载
- 积分:1
-
Qt-myDesk
此程序采用Qt语言进行编写,目的是进行界面设计,操作起来比较方便。(This program uses Qt language and is intended for interface design, operate more convenient.)
- 2013-06-11 14:47:41下载
- 积分:1
-
readdxf
#-------------------------------------------------## Project created by QtCreator 2017-11-01T09:35:55##-------------------------------------------------QT += core guigreaterThan(QT_MAJOR_VERSION, 4): QT += widgetsTARGET = read_dxfTEMPLATE = app# The following define makes your compiler emit warnings if you use# any feature of Qt which as been marked as deprecated (the exact warnings# depend on your compiler). Please consult the documentation of the# deprecated API in order to know how to port your code away from it.DEFINES += QT_DEPRECATED_WARNINGS# You can also make your code fail to compile if you use deprecated APIs.# In order to do so, uncomment the following line.# You can also select to disable deprecated APIs only up to a certain version of Qt.#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000&n
- 2022-03-17 18:02:15下载
- 积分:1
-
商品管理系统stl-控制台
stl 实现的 商品管理系统 控制台编写。商品添加删除,二手商品,管理,海外商品。排序。价格。品管理类 CommodityManage 实现对购物篮中商品数据集合的管理,包含Commodity 指针作为数据成员(指向动态分配的 Commodity 数组),实现商品的添加、移除等操作。 动态数组在创建时根据初始大小动态分配内存, 当分配的内存占满后,再动态扩充容量。向购物篮添加商品:为简化处理,新增商品添加到现有数据的尾部,商品数量加 1; 如果添加商品的 Id 已经存在,只是累加购买数量。从购物篮删除商品: 根据用户指定的商品 Id,查找指定 Id 的商品是否存在,若存在则删除相应的商品信息,若不存在则提示信息。删除商品成功后,商品数量减 1。查看指定商品: 根据用户指定的商品 Id
- 2022-08-12 08:47:20下载
- 积分:1
-
Qt实现窗口截图功能
实现在当前界面截图功能,窗口的任意坐标位置,选取窗口上的任意一个点,显示截图的坐标点。Qt也有部分截图和整个窗口全部截图,整个功能属于可以选取任意位置实现截图功能。
- 2023-01-06 12:10:03下载
- 积分:1
-
Qt操作XML文件
自己写的Qt程序,实现操作xml文件的功能,可以创建和读取xml文件,增加xml节点,修改xml节点等。
- 2022-03-29 21:57:18下载
- 积分:1
-
qt 图片切换
qt 实现5张图片,来回切换,用定时器触发信号槽,程序简单易懂,图片可以根据自己的路径添加自己的图片。
小程序一个,最要是简单实现,目前也在学习QT方面的知识。
- 2022-03-21 23:44:49下载
- 积分:1
-
QT_TCP_client
本代码是实现QT 环境下 TCP 的socket通信的client 。代码中包含QT 编写的界面。(This code is to achieve TCP-QT environment socket communications client. QT write code that contains the interface.)
- 2020-12-25 23:49:04下载
- 积分:1