登录
首页 » QT » studentfdfdfdf

studentfdfdfdf

于 2012-05-18 发布 文件大小:1072KB
0 279
下载积分: 1 下载次数: 134

代码说明:

  用QT用学生成绩管理系统 .是有用的数据库为sqlite ,功能有很多,对于学习用qt的人来说是一个很不错的例子。(student score manager system .used QT and sqlite tools.)

文件列表:

源代码
......\course.cpp,3408,2012-05-14
......\course.h,817,2012-05-13
......\course.ui,6535,2012-05-13
......\database.h,366,2012-05-13
......\firstview.cpp,1032,2012-05-13
......\firstview.h,716,2012-05-13
......\firstview.ui,3109,2012-04-24
......\image





......\.....\20061222224142116.gif,31602,2010-06-27
......\.....\20061222224142116.jpg,64551,2010-06-27
......\.....\200783017733337.gif,11843,2010-06-27
......\.....\200783017733337.jpg,8624,2010-06-27
......\.....\20080813100705386.png,82707,2010-06-27
......\.....\20090907182537139.png,57830,2010-06-28
......\.....\21.gif,9798,2010-06-28
......\.....\456.gif,47124,2010-06-27
......\.....\4f64eedf38e70138632798e4.jpg,247380,2010-06-27
......\.....\79317-1.gif,2705,2010-06-28
......\.....\80.gif,7956,2010-06-28
......\.....\8006.png,14863,2007-03-08
......\.....\8c0a3e6df428dfe783cb4a68.jpg,33323,2010-06-27
......\.....\bq_013.png,18343,2010-06-28
......\.....\c73ce208d9f9e1942fddd4bb.png,61947,2010-06-27
......\.....\cup.png,45428,2010-06-28
......\.....\dabe20f57d168119bd3109d8.jpg,47124,2010-06-27
......\.....\Fish03.gif,4891,2010-06-28
......\.....\Fish05.gif,4196,2010-06-28
......\.....\Fish07.gif,6131,2010-06-28
......\.....\JEWEL1A.GIF,4605,2002-10-20
......\.....\JEWEL1A.PNG,7819,2002-10-20
......\.....\JEWEL1B.GIF,4243,2002-10-20
......\.....\JEWEL1B.PNG,7588,2002-10-20
......\.....\JEWEL1C.GIF,3753,2002-10-20
......\.....\JEWEL1C.PNG,7106,2002-10-20
......\.....\JEWEL2A.GIF,4595,2002-10-20
......\.....\JEWEL2B.PNG,7320,2002-10-20
......\.....\JEWEL2C.GIF,3755,2002-10-20
......\.....\JEWEL2C.PNG,6773,2002-10-20
......\.....\JEWEL3A.GIF,4599,2002-10-20
......\.....\JEWEL3A.PNG,8695,2002-10-20
......\.....\JEWEL3B.GIF,4258,2002-10-20
......\.....\JEWEL3B.PNG,8010,2002-10-20
......\.....\mail2.gif,5190,2010-06-28
......\.....\METALT4A.PNG,17079,2002-10-20
......\.....\zhu.gif,13354,2010-06-28
......\image.qrc,1876,2012-04-24
......\login.ui,9922,2012-05-13
......\main.cpp,923,2012-05-13
......\score.cpp,8876,2012-05-14
......\score.h,1056,2012-05-14
......\score.ui,6903,2012-05-14
......\student.db,27648,2012-05-14
......\student.ui,614,2012-05-10
......\studentScore.pro,658,2012-05-10
......\studentScore.pro.user,25602,2012-05-15
......\studentxxb.cpp,3490,2012-05-14
......\studentxxb.h,704,2012-05-13
......\studentxxb.ui,6920,2012-05-09
......\ui_course.h,8159,2012-05-14
......\ui_firstview.h,3797,2012-05-14
......\ui_login.h,10821,2012-05-14
......\ui_score.h,11158,2012-05-14
......\ui_student.h,1491,2012-05-09
......\ui_studentxxb.h,8765,2012-05-14
......\widget.cpp,1283,2012-05-14
......\widget.h,557,2012-05-13

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ttxx_25175cjgl12
    成绩查询管理系统 v1.2 (achievements inquiries management system v1.2)
    2005-02-08 21:27:57下载
    积分:1
  • Backup
    学生信息管理系统部分代码,进行登录验证判断并且连接sql数据库。能进行简单的任务处理。(Part of the code of student information management system, to login authentication judgments and connect sql database. Simple task processing.)
    2012-11-29 17:48:21下载
    积分:1
  • StudentsInfoSystem
    学生信息管理系统是可以通过对学生信息的增加、删除、修改、查询等操作来管理学生的相关信息(Student Information Management System can be passed on information of the students to add, delete, modify, query and other operations related to the students to manage information)
    2020-07-03 06:20:02下载
    积分:1
  • project1
    设计一个简单的学生管理系统(StudentManager)。主要功能包括: 学生信息的录入。主要包括:学号(no)、姓名(name)、年龄(age)、性别(gender)等; 学生信息的查询。根据学号、姓名、年龄和性别等查询学生的信息。注意:查询结果可能不唯一。 学生信息的修改。根据学号查询到指定学生的信息,再用新的内容替换。 学生信息的删除。根据学号删除指定学生的信息。 设计时,采用层次化设计法,将类分为界面层(ui)、功能层(business)和持久层(persistence)3层,放在不同子包中。整个系统的代码放在exe4_1包中。(Design a simple student management system (StudentManager). Key features include: Entry student information. Including: Student ID (no), name (name), aged (age), sex (gender) and the like Student information queries. According to school, name, age and sex inquiry student information. Note: query results may not be unique. Modify student information. Query based on student number to the designated student information, and then replaced with new content. Delete student information. Designated students with information based on student number removed. Design, the use of hierarchical design method, the class is divided into the interface layer (ui), the functional layer (business) and persistence (persistence) 3 layers in different sub-packages. The system code in the exe4_1 package.)
    2015-05-30 18:36:20下载
    积分:1
  • Drawboard
    用MFC编写了一个简单的画板程序和学生信息管理系统,可实现简易作画以及学生信息的管理(With the MFC write a simple drawing board procedures and student information management system, enabling easy to paint and student information management)
    2020-07-03 06:40:02下载
    积分:1
  • bookmanagementsystem
    图书管理系统数据库源代码,完成对图书管理数据库的登陆,查询,删除等数据功能的实施.(Library management system database, source code, complete the landing on the library management database, query, delete data function implementation.)
    2010-07-06 09:46:56下载
    积分:1
  • vc_tushu_guanli
    vc的图书管理系统 登录的用户和密码均为KJS(vc the library management system to the user login and password are KJS)
    2007-01-19 00:39:48下载
    积分:1
  • 学生信息
    实现学生信息的录入,修改,等功能(achieving students information input, modify functions)
    2004-11-12 16:47:37下载
    积分:1
  • assignment1
    用ODBC连接MySQL的一个图书馆管理系统(ODBC connection to MySQL with a library management system)
    2013-11-17 11:36:02下载
    积分:1
  • workspace
    简单的图书馆管理系统,实现基本的增删查找功能(Simple library management system, realize the deletion or omission of some basic lookup)
    2014-02-21 11:52:29下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载