登录
首页 » Visual C++ » xueshengchengji

xueshengchengji

于 2009-07-01 发布 文件大小:3140KB
0 251
下载积分: 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 个回复

  • LinkList
    学生信息管理系统。用链表写的。可以实现对学生信息的插入和删除(Student Information Management System. Written with the list. Student information can be achieved on the insertion and deletion)
    2010-06-06 19:07:14下载
    积分:1
  • 0
    说明:  c成绩管理系统 输入学生信息 显示学生信息 查询学生信息(1)按学号查询(2)按姓名查询(3)按性别查询 4.更新学生信息 5.删除学生信息 6.计算学生成绩(1)计算总分(2)计算平均分 7.保存到文件 8.退出(c performance management system Enter student information Student Information Display Discover Student Information (1) according to Student ID check (2) by name query (3) by sex inquiry         4. Update Student Information         5. Delete student information         6. Calculate student achievement (1) calculate the total score (2) calculate the average score         7. Save the file         8. Exit )
    2014-12-23 19:34:20下载
    积分:1
  • C---kechengsheji
    基于C语言的教师管理系统,绝对经典,功能全面。。(C-based teacher management system, an absolute classic, full-featured. .)
    2011-10-12 19:52:16下载
    积分:1
  • jiaowuguanlixitong
    MFC ODBC ACCESS 高校教务管理系统(MFC ODBC ACCESS university educational administration management system)
    2012-12-27 10:00:57下载
    积分:1
  • studentselectobject
    学生选课系统,VB开发源代码 网友提供,经过改进(students Elective System, VB source code netizens to offer improved)
    2007-03-22 12:53:30下载
    积分:1
  • libiary
    图书管理系统:用户管理(用户添加,密码修改),图书管理(图书增加、图书修改、图书删除),使用sqlite数据库(Library management system: user management (users add, password changes), library management (books increased, modify books, books delete), use sqlite database)
    2014-04-17 21:24:11下载
    积分:1
  • Arranger
    适用于高校的自动排课系统 MFC编程 实现教务半自动化(Apply to institutions of higher learning automatically Course Scheduling System Programming MFC semi-automation of the Senate)
    2009-05-20 12:12:28下载
    积分:1
  • PTEM
    C2、单用户信息查询功能:。查询特定学生的记录,求其总分,平均分 3、学生信息浏览功能:显示所有学生的成绩记录,总分、平均分。 4、不及格记录查询功能:查询有不及格课程的学生信息。 5、排序功能:按学生平均成绩进行排序。或以某1单科成绩排序。 6、将学生记录存在结构体(student)中。 7、应提供一个界面来条用各个功能,条用界面和各个功能的操作界面应尽可能的清晰美观。 设计要求: 1、用C语言实现系统; 2、利用结构体实现学生成绩的数据结构设计。 3、系统具体查询,排序等基本功能; 4、系统的各个功能模块要求用函数的形式实现; 5、完成设计任务并写课程设计报告。 6、将学生成绩信息存在文件中。(ffgfgfhhhhhhhhhhhhhhhsfgdfgdfgdfddddddddddddd)
    2009-05-30 01:32:23下载
    积分:1
  • system
    实现迷你图书馆管理系统,用的是VS和SQLServer2005设计的(Achieve mini library management system, using the design of VS and SQLServer2005)
    2013-11-19 20:27:44下载
    积分:1
  • Stdinf
    学生信息管理系统 C语言小程序 当年课设 拿来交流(Student Information Management System)
    2013-11-04 17:17:48下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载