-
Qt-ImageProcess
利用Qt编写的简易图像处理程序,包括图像的边缘检测、放大缩小和几个常用的处理功能。(QT image processing procedures, including edge detection, zoom and several common processing functions.)
- 2014-05-09 16:42:32下载
- 积分:1
-
qt中使用udp收发数据
qt中使用udp收发数据的例子有需要的可以借鉴下
- 2022-09-20 19:10:03下载
- 积分:1
-
dynamic_curve
用Qt绘制实时曲线,主要用到scroll函数,代码非常简单,适合新手学习,在windows下运行(Use Qt to draw real-time curve, mainly used in the scroll function, the code is very simple, suitable for novice learning to run under windows)
- 2013-03-01 21:01:40下载
- 积分:1
-
Qtop Qt
Read realtime monitoring process liketopin a Qt-way.
This application startstopin a process, reads its output whenevertopflushes the stdout, and shows the result in a text browser.
- 2022-03-12 06:18:07下载
- 积分:1
-
STM32
使用QT开发的示波器源码,实现示波器的基本功能,可供初学者参考学习。(Oscilloscope source By QT)
- 2016-07-14 09:47:26下载
- 积分:1
-
QT_GraphicsView
QT图形视图框架(The Graphics View Framework) ,解析QGraphicsView, QGraphicsScene, QGraphicsItem之间的关系
- 2016-07-06 13:17:17下载
- 积分:1
-
DP_input_data
unit commitment problem
- 2014-01-14 05:15:05下载
- 积分:1
-
ImagePassClient
Windows下基于Opencv的视频传输和字符串传输(Under Windows Opencv based video transmission and string transmission)
- 2013-09-07 15:19:18下载
- 积分:1
-
addressBook
地址薄,姓名,性别,年龄,邮编,email,等可以添加删除(Address book, name, gender, age, zip code, email, etc. Can add or remove
)
- 2015-12-22 16:01:08下载
- 积分:1
-
qt 实现的故障树
qt 实现的故障树 void FaultTree::calcPosition(){ int maxLayer = 0; //获取最大层数 for (int index = 0; index < m_list.size(); ++index) { if (m_list.at(index)->layer() > maxLayer) maxLayer = m_list.at(index)->layer(); } //计算最大宽度 int maxWidth = 0, count; for (int layer = 1; layer < maxLayer+1; ++layer) { count = 0; for (int index = 0; index < m_list.size(); ++index) { if (m_list.at(index)->layer() == layer) count++; } if (count > m
- 2022-08-26 04:01:10下载
- 积分:1