登录
首页 » Visual C++ » xueshengchengji

xueshengchengji

于 2009-07-01 发布 文件大小:3140KB
0 259
下载积分: 1 下载次数: 24

代码说明:

  学生成绩管理系统 为C++源码 采用sql Server数据库 主要功能: 查询,添加,删除,显示“学院,各系,班级,学生,教师,社团,课程”等信息 (Student achievement management system for the C++ source code using sql Server database main functions: query, add, delete, show the " college, faculty, classes, students, teachers, community, curriculum," and other information)

文件列表:

学生成绩管理系统
................\Addialog.cpp
................\Addialog.h
................\BaDialog.cpp
................\BaDialog.h
................\BRecordset.cpp
................\BRecordset.h
................\CaDialog.cpp
................\CaDialog.h
................\Debug
................\.....\Addialog.obj
................\.....\Addialog.sbr
................\.....\BaDialog.obj
................\.....\BaDialog.sbr
................\.....\BRecordset.obj
................\.....\BRecordset.sbr
................\.....\CaDialog.obj
................\.....\CaDialog.sbr
................\.....\DelectDialog.obj
................\.....\DelectDialog.sbr
................\.....\DRecordset.obj
................\.....\DRecordset.sbr
................\.....\EditDialog.obj
................\.....\EditDialog.sbr
................\.....\FinDialog.obj
................\.....\FinDialog.sbr
................\.....\lhwy.exe
................\.....\lhwy.ilk
................\.....\lhwy.obj
................\.....\lhwy.pch
................\.....\lhwy.pdb
................\.....\lhwy.res
................\.....\lhwy.sbr
................\.....\lhwyDlg.obj
................\.....\lhwyDlg.sbr
................\.....\LinkButton.obj
................\.....\LinkButton.sbr
................\.....\NaDilalog.obj
................\.....\NaDilalog.sbr
................\.....\StdAfx.obj
................\.....\StdAfx.sbr
................\.....\TabSheet.obj
................\.....\TabSheet.sbr
................\.....\TRecordset.obj
................\.....\TRecordset.sbr
................\.....\vc60.idb
................\.....\vc60.pdb
................\DelectDialog.cpp
................\DelectDialog.h
................\DRecordset.cpp
................\DRecordset.h
................\EditDialog.cpp
................\EditDialog.h
................\FinDialog.cpp
................\FinDialog.h
................\lhwy.aps
................\lhwy.clw
................\lhwy.cpp
................\lhwy.dsp
................\lhwy.dsw
................\lhwy.h
................\lhwy.ldb
................\lhwy.ncb
................\lhwy.opt
................\lhwy.plg
................\lhwy.rc
................\lhwyDlg.cpp
................\lhwyDlg.h
................\LinkButton.cpp
................\LinkButton.h
................\mydb.ldb
................\mydb.mdb
................\NaDilalog.cpp
................\NaDilalog.h
................\Release
................\.......\lhwy.exe
................\res
................\...\03.ico
................\...\cursor1.cur


................\...\lhwy.rc2
................\Resource.h
................\StdAfx.cpp
................\StdAfx.h
................\TabSheet.cpp
................\TabSheet.h
................\TRecordset.cpp
................\TRecordset.h

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

发表评论

0 个回复

  • Paper_Creat_System
    试卷生成系统 可以按出题人要求题型自动生成一套试卷。(Papers generated by the topic and the system can automatically generate the kinds of questions were asked a set of papers.)
    2011-10-07 18:34:23下载
    积分:1
  • Student_Infomation_Manager
    本人的C语言课程设计,一个基于控制台应用程序的学生成绩管理系统。(Student Infomation Manager)
    2010-08-14 16:43:17下载
    积分:1
  • newxuejigl
    说明:  学籍管理系统 系统是在VC++6.0和SQL Server 2000下开发的. 数据库在Database目录下,在SQLSERVER的查询分析器中执行即可生成数据库. 源程序在Src目录中. 因为程序极为经典,所以本人在此转载~ 一、编程环境: windows2000 +visual stdio c++ .net,Ado + SQL2000 二、SQL设置: 将在SQL2000下建立schooldata数据库,导入数据文件 三、导入数据: data目录下有school_back数据库备分文件 操作:用SQL企业管理器还原数据库来导入数据 访问本地数据库服务器,密码是自己设置的那个,操作schooldata数据库的用户名和密码相同。 主要用ADO访问数据库,和几个显示数据的控件Treectrl,listctrl,datagrid等程序中有几个BUG还没解决, 四、实现功能: 操作:在选择查询条件:选择一个,tree控件里显示相关信息 可以在tree控件里单击来显示每个ITEM,每个ITEM相关信息显示在LIST控件内 双击LIST控件显示具体信息 也可以在窗口里单击右键或操作菜单具体操作 五、主要功能: 查询,添加,删除,显示“学院,各系,班级,学生,教师,社团,课程”等信息(err)
    2006-03-14 14:30:30下载
    积分:1
  • library-system
    值得一看的图书馆管理系统,有plucky同学编写及共享,登陆密码打开mdb文件查看(Worth of library management system, there are plucky prepared by the students and sharing, login password to open mdb file viewer)
    2013-09-06 12:05:53下载
    积分:1
  • ex10
    定义一个CStudent类,在该类定义中包括:一个数据成员score(分数)及两个静态数据成员total(总分)和学生人数count:成员函数STC(float s)设置分数,求总分,累计学生人数:静态成员函数Sum返回总分;静态成员函数Average求平均值。在main函数中,输入某班同学的成绩,并调用上述函数求全班学生的总分和平均分。(Define a CStudent class in the class definition, including: a data member score (Score) and two static data members total (total score) and the number of students count: the member function STC (float s) set score, find the total score, the cumulative Number of students: the static member function Sum return score static member function Average average. In the main function, enter the results of a class of students seeking the total score and the average score of students in the class and call the above function.)
    2012-12-04 21:00:34下载
    积分:1
  • student-degree-manage
    此程序为学生成绩管理系统,其中有基本的成绩添加,修改,删除等功能,还可以保存在文件中。(This procedure for student achievement management system, the results of which have a basic add, modify, delete, etc., can also be saved in a file.)
    2013-09-10 18:12:35下载
    积分:1
  • Library
    图书馆管理系统,可以实现图书的加载,管理,借阅,查询等功能,界面十分美观。(Library Management System)
    2013-07-20 22:40:10下载
    积分:1
  • 20060110092439556058
    中国文档中心-图书馆管理系统设计报告djij dhwoih doiwodiwojdi jwdoijw (China documentation center-library management system design report djij dhwoih doiwodiw ojdi jwdoijw)
    2007-06-10 15:06:56下载
    积分:1
  • shijuanshengcheng
    试卷生成系统,可自动生成,删除,查找,手动组卷等等(Paper Generation System can automatically generate, delete, search, manual test paper, etc.)
    2013-12-22 16:11:18下载
    积分:1
  • l
    说明:  图书管理系统 读者种类信息的修改、查询等。(Library management system kind of information the reader to modify and query.)
    2013-06-02 16:56:46下载
    积分:1
  • 696518资源总数
  • 106259会员总数
  • 28今日下载