C++程序设计实践项目——学生信息管理系统,基于Qt+MySQL
☆40Jan 26, 2025Updated last year
Alternatives and similar repositories for studentInfoManager
Users that are interested in studentInfoManager are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 大一上学期C++课程设计——学生成绩管理系统(QT项目)☆12Jun 22, 2022Updated 3 years ago
- C++ Qt 基于数据库Mysql学生信息管理系统☆536Jun 15, 2020Updated 5 years ago
- 聊天室项目 实时通讯软件 C++ Qt Mysql Socket☆86Mar 30, 2021Updated 5 years ago
- 学生信息管理系统_C++/Qt实现☆21Dec 12, 2017Updated 8 years ago
- C++Qt高级项目 学生管理系统 多用户☆56Apr 28, 2021Updated 5 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- C++实践 使用Qt实现了简单的分角色登陆的学生信息管理系统☆20Dec 8, 2018Updated 7 years ago
- 祖安聊天宝, 北理工2019级2021年小学期Qt即时通讯软件项目2021, Beijing Institute of Technology(BIT)☆66Sep 3, 2021Updated 4 years ago
- 个人Qt项目,天气预报,使用QListWidget自定义控件,适合新手Qt学习☆104Nov 17, 2024Updated last year
- 大一下期末C语言大作业,基于Qt框架(C++)和SQLite数据库的学生信息管理系统。☆29Feb 16, 2025Updated last year
- 个人QT毕业设计项目 校园商铺☆49May 29, 2019Updated 6 years ago
- 使用C和C++连接MySQL数据库并进行常用的数据库操作。实现了简单的学生(或职工)信息管理系统,源于大学时的数据库课程设计☆177Jun 19, 2021Updated 4 years ago
- QT实现的学生信息管理系统,高程大作业☆41Jul 25, 2019Updated 6 years ago
- 这是一个使用QT开发的二维码生成与解析的小项目☆24Jul 31, 2019Updated 6 years ago
- 第五届中科星图杯高分辨率可见光图像中建筑物普查与变化检测☆16Oct 27, 2021Updated 4 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- socket网络通信的例程,包括TCP,UDP,阻塞非阻塞和C,C++多个版本☆10Nov 2, 2017Updated 8 years ago
- 东南大学课程设计 贪吃蛇 游戏 C++ Qt项目☆21Jan 8, 2021Updated 5 years ago
- 用AndroidStudio制作一个简单计算器☆16Jul 1, 2020Updated 5 years ago
- CANOpenNode stack drivers for STM32F4xx with HAL library.☆18Mar 4, 2019Updated 7 years ago
- 基于Java开发的基础版五子棋!希望能帮助到大家!您的每个star对我都十分珍贵!☆13Oct 22, 2021Updated 4 years ago
- 这是我用QT写的学生成绩管理系统,用到了QT自带的数据库,支持增删改查,撤销等操作,界面友好,容易操作☆13Mar 4, 2017Updated 9 years ago
- 基于Linux 的socket通信机制的即时通讯软件,包括私聊,群聊,来信提醒,聊天记录查询,在线人数查询等等模块,适合初学者学习。☆13Jul 18, 2019Updated 6 years ago
- 我们经常在网页中看到各种广告就是使用了图片轮播,实现小区域内嵌入多个广告的效果。本项目用Qt实现类似图片轮播的效果。☆16Nov 1, 2018Updated 7 years ago
- QT设计的图书管理系统☆10May 8, 2019Updated 7 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- .Vc++ Qt版微信.☆80Mar 27, 2025Updated last year
- HMX-Server分步式服务器框架,主要分为网关、登录、世界、场景、数据服务器,适用于大中小型项目☆29Sep 26, 2018Updated 7 years ago
- ESP32 ESP-IDF Components (I2C, 1-wire, SPI, ADC, etc.) GUVA-S12SD AHTXX AK8975 AS7341 BH1750FVI BME680 BMP280 BMP390 CCS811 ENS160 HDC108…☆42Nov 29, 2025Updated 5 months ago
- 数据库课程设计-图书馆管理系统☆16Jun 29, 2023Updated 2 years ago
- A Xposed Module for Talkatone Android App☆12Jun 24, 2025Updated 11 months ago
- 东北大学 C++课设/C课设 图书管理系统(最卷)☆10May 15, 2022Updated 4 years ago
- ⚙ 本项目为SWPU程序设计综合实践大作业 用C++结合Qt框架写的程序设计实践大作业《京东物流管理系统》☆30Feb 23, 2021Updated 5 years ago
- 使用了线程池,通过epoll实现的Proctor版本的web服务器。参考了游双老师的《Linux高性能服务器编程》以及牛客网的《Linux高并发服务器开发》课程。在自己复现的基础上进行模块的整合并添加一些小更改。所有代码拥有完备的注释。☆16Oct 31, 2025Updated 6 months ago
- 一个由C++写成的简单的命令行学生信息管理系统 大一Cpp课程实验课项目☆28Jun 18, 2018Updated 7 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- 使用C++实现的ubuntu环境下的聊天小项目,采用C/S架构,支持注册、登录、记录登录状态、私聊、群聊功能,前期使用多线程实现并发服务器,后期利用epoll监听+线程池处理的Reactor模式实现并发服务器,进行了压力测试,并采用 bitmap 实现的布隆过滤器减少对 M…☆126Feb 4, 2021Updated 5 years ago
- ☆23May 18, 2026Updated last week
- ☆12Apr 6, 2020Updated 6 years ago
- QT实现的带GUI的图书管理系统☆82Feb 10, 2017Updated 9 years ago
- A QT mind mapping project 这是一个QT开发的思维导图项目☆77Aug 23, 2021Updated 4 years ago
- 😉基于QT开发的局域网聊天室☆89Dec 1, 2020Updated 5 years ago
- Trajectory Optimization on the SE(3) Tangent Space☆40Dec 20, 2025Updated 5 months ago