QT用C++实现的网盘开发,包括了建立客户端、服务器、TCP数据收发、SQL等实现
☆15Apr 12, 2024Updated 2 years ago
Alternatives and similar repositories for Qt-NetworkDisk
Users that are interested in Qt-NetworkDisk are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- ☆11May 7, 2022Updated 3 years ago
- The source code and dataset of 'Joint Spatial-Wavelet Dual-Stream Network for Super-Resolution' (MICCAI 2020).☆16May 13, 2022Updated 3 years ago
- Code for [COSMOS 2022 Challenge] Label Propagation for 3D Carotid Vessel Wall Segmentation and Atherosclerosis Diagnosis.☆18Aug 30, 2022Updated 3 years ago
- Arterial wall segmentation on ultrasound image sequences using deep learning.☆13Jul 18, 2022Updated 3 years ago
- Support flutter in qt desktop☆12Nov 29, 2023Updated 2 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- An instant messaging software based on Qt. Including C/S, P2P, offline-message, etc. Realize TCP using UDP.☆11Feb 4, 2018Updated 8 years ago
- 使用QT(Qt)图形开发框架,采用C++语言开发,以MySQL作为数据库的花卉生产管理系统,具有产品展示,档案记录,报表查询,地图管理,生产分析,系统设置,生产日历,天气助手,消息帮助,退出登录,退出系统、操作日志记录等功能,☆100Aug 3, 2021Updated 4 years ago
- QT相关项目☆33Jul 27, 2021Updated 4 years ago
- 客户端基于QT,可以传输视频,音频,同时可以传输文本。涉及信号与槽,多线程,socket通信,Tcp/IP包解析. 服务器端地址:https://github.com/muleimulei/CloudMeeting_Server☆168May 15, 2022Updated 3 years ago
- 该项目是基于Linux下的轻量级Web服务器,使用了线程池 + 非阻塞socket + epoll(ET和LT均实现) + 事件处理(Reactor) 的并发模型,同时使用状态机解析HTTP请求报文,支持解析GET和POST请求,并且通过访问服务器数据库实现web端用户注册…☆43Aug 1, 2023Updated 2 years ago
- ☆24Dec 21, 2023Updated 2 years ago
- MICCAI 2021 : Self-Supervised Correction Learning for Semi-Supervised Biomedical Image Segmentation (Pytorch implementation).☆26Jan 12, 2023Updated 3 years ago
- [PR 2021] Nonlocal Patch Similarity based Graph (NPSG) for heterogeneous remote sensing change detection☆26Nov 14, 2024Updated last year
- ☆10May 26, 2023Updated 2 years ago
- Bare Metal GPUs on DigitalOcean Gradient AI • AdPurpose-built for serious AI teams training foundational models, running large-scale inference, and pushing the boundaries of what's possible.
- 使用C++实现KV存储引擎。☆24Jul 21, 2021Updated 4 years ago
- 个人Qt项目,天气预报,使用QListWidget自定义控件,适合新手Qt学习☆105Nov 17, 2024Updated last year
- CNN-Based Image Reconstruction Method for Ultrafast Ultrasound Imaging☆24Apr 1, 2022Updated 4 years ago
- A camera client for rtsp based hardware, using live555, qt, and ffmpeg☆19Jun 10, 2019Updated 6 years ago
- 多人在线实时编辑文档及沟通网站,node.js+js+mysql+Websocket☆31Jun 13, 2017Updated 8 years ago
- 🍔简化各类采集实现(包装),提供相当方便的接口,旨在能够轻松集成以实现采集相关工作。☆20Oct 23, 2024Updated last year
- USBCamera RTSP server and file server, based on live555.☆20Sep 29, 2025Updated 6 months ago
- CloudMusic is a pure front-end project that simulates NetEase Cloud Music, created by individuals using qml/C+/Qt related technologies☆58Mar 11, 2026Updated last month
- [TPAMI 2023] No One Left Behind: Real-World Federated Class-Incremental Learning☆32Nov 30, 2023Updated 2 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- qt+ffmpeg(+opengl)实现rtmp/rtsp音视频流播放器demo,功能简单,无锁消费,高性能☆55Nov 9, 2023Updated 2 years ago
- 使用pyQt作为GUI框架的图像语义分割软件,支持mobilenet、resnet50、hrnet等8个模型☆48Jun 17, 2020Updated 5 years ago
- QT6开发的网络聊天室,模仿QQ微信风格☆77Feb 5, 2026Updated 2 months ago
- 小彭老师现代 Qt 项目实战☆103Apr 4, 2025Updated last year
- WBoard是一款在Windows平台基于VS2017、Qt5.9.5开发的一款开放源码的白板教学软件,主要用于学校和大学的交互式电子白板。 它既可以与交互式白板一起使用,也可以在双屏幕场景中通过笔、平板显示器和光束进行使用。 主要有演示板、网页、文档和桌面四大界面。由于时…☆212Sep 9, 2021Updated 4 years ago
- 热门网络游戏辅助开发教程☆32Dec 15, 2020Updated 5 years ago
- 蓝天模具风扇监控☆35Mar 29, 2021Updated 5 years ago
- Long-Tailed Visual Recognition via Self-Heterogeneous Integration with Knowledge Excavation (CVPR 2023)☆39Mar 9, 2024Updated 2 years ago
- DANets (a family of neural networks) for tabular data classification/ regression.☆49Feb 14, 2022Updated 4 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- RTSP video streaming server implementation based on Live555 and FFmpeg☆45Dec 11, 2020Updated 5 years ago
- 设计并实现了一个高性能、线程安全的跳表数据结构。跳表是一种随机化的数据结构,被用作代替平衡树,提供了高效的搜索、插 入和删除操作。项目中实现的跳表数据结构不仅支持基本的数据操作,还提供了数据持久化功能。☆61Jul 16, 2023Updated 2 years ago
- 使用ffmpeg做的播放器☆96Feb 28, 2018Updated 8 years ago
- 校园地图导航☆72Jun 1, 2020Updated 5 years ago
- 蓝天模具黑苹果键盘灯以及风扇控制/Set keyboard backlight color and fan policy for Clevo macOS☆43Dec 5, 2018Updated 7 years ago
- ☆76Dec 29, 2023Updated 2 years ago
- ResLT: Residual Learning for Long-tailed Recognition (TPAMI 2022)☆63Nov 7, 2023Updated 2 years ago