搜索资源列表
信息管理系统 qt+sql
- 信息管理系统 qt+sql
xzgl
- 学籍管理系统,学籍 管理系统 Visual C++ Visual Basic DOS Unix_Linux C++ Builder Java Windows_Unix Delphi C-C++ PHP-PERL PHP Perl Python HTML Asm Pascal Borland C++ Others MultiPlatform C++ VFP SQL PDF TEXT WORD VBscr ipt Javascr ipt ASP CSharp CHM FlashMX matlab P
LibSys
- 用Qt写的微型图书馆管理系统,支持MySQL-Library management system written in Qt
QTAndFireBird
- QT和FireBird的入门程序,FireBird是一个开源的轻量级数据库管理系统,可在Linux,Unix,MacOS,Windows,Solaris系统下运行。包括源文件和说明文档。-This article is the descr iption of the first steps in setting QT, Visual Studio and FireBird. It may be useful for those, who just start working with datab
HMIS
- 人事管理信息系统,系统还没有完善,但可以作为一个学习的例子程序-Personnel Management Information System, the system has not yet perfect, but it can be used as an example of learning process
QT_employeeform
- 用QT实现的雇员管理系统,涉及到界面和数据库 学习用很好的例子 ,代码简洁-Employees with the QT implementation management system, related to learning to use interface and a good example of the database, code clean
sqlite-source-3_6_18
- sqlite是一种小型的数据库系统,在嵌入式中有广泛的应用。QT系统与sqlite数据库系统的应用更加广泛-sqlite is a small database system, embedded in a wide range of applications. QT system and the sqlite database system more widely
library
- 基于QT4的图书馆管理系统,可是实现管理员、读者以及图书的管理,并使用了MySQL数据库。-QT4-based library management system, but to achieve administrators, readers and library management, and use the MySQL database.
qt
- 基于QT与SQL数据库实现的简单的管理系统-failed to translate
sqlite
- 基于QT开发的餐厅管理系统,采用sqlite数据库编程,具有员工信息管理、菜品管理、结收帐单管理、自动订餐管理等功能-Restaurant management system based on the QT development, sqlite database programming, information management staff, dishes, management, knot invoices Management, automated ordering and man
qtsql
- 一款有qt和sql相结合开发的一个简单的界面式查询系统,只具有连接的数据库,和从数据库中查询的功能-small select system
SQL
- 应用Qt连接access 数据库,实现学生信息管理系统- use Qt code and access data SQL to achieve student management system
QT公寓管理系统
- 实用于QT+SQL数据库的连接,能运行代码精细,界面美观
mysql——QT
- 利用QT实现了简单的mysql接口,所实现的是图书管理系统 图书管理系统包括了借书,还书,管理用户等等功能(book manage system in QT(exec by mysql))
QT图书管理系统
- 图书管理系统,采用QT+mysql编写简单明了易上手(Library management system)
QT+mysql
- 本系统实现了图书的增删改查功能,还有登录界面(This system implements the functions of adding and modifying books, as well as login interface)
employeeManage
- 企业员工管理系统,用qt开发工具实现了公司员工信息管理、员工工资的信息管理(Enterprise employee management system, using Qt development tool to realize the information management of employees and employees 'salaries)
HumanManagement
- 用C++ 语言在VS2013和Qt平台编写的人事管理系统,用于管理公司内部人员。(The personnel management system developed on the VS2013 and Qt platforms in C++ language is used to manage internal company personnel.)
SchoolManage02
- 学生宿舍管理系统,使用QT 和MYSQL 数据库编写(Student dormitory management system)
学生管理系统QT代码
- 1.学生成绩管理系统使用的数据库是MySql,需要调试程序请到main函数里修改数据库信息,否则运行不了。 2.MySql数据库里面应创建一个数据库命名为school,在school里面应创建两张table分别是student和teacher。