登录
首页 » Visual C++ » ScoreManage

ScoreManage

于 2012-08-26 发布 文件大小:4112KB
0 231
下载积分: 1 下载次数: 4

代码说明:

  基于DOS下的学生信息管理系统,结合SQL2005数据库,实现学生信息的增,删,改,查询,采用MFC ADO技术实现数据库与应用程序的交互(SQL2005 database based on the student information management system for DOS, increase the student information, delete, change, query, MFC ADO technology database and application interaction)

文件列表:

DOS下的学生信息管理系统
.......................\ScoreManage
.......................\...........\ADOConn.cpp,2518,2012-07-25
.......................\...........\ADOConn.h,873,2012-07-21
.......................\...........\Classinfo.cpp,6218,2012-07-24
.......................\...........\Classinfo.h,1097,2012-07-24
.......................\...........\Commands.cpp,40790,2012-07-25
.......................\...........\Commands.h,1439,2012-07-25
.......................\...........\Debug
.......................\...........\.....\ADOConn.obj,55278,2012-07-25
.......................\...........\.....\Classinfo.obj,76726,2012-07-24
.......................\...........\.....\Commands.obj,168828,2012-07-25
.......................\...........\.....\ExamSubject.obj,77373,2012-07-24
.......................\...........\.....\main.obj,6725,2012-07-24
.......................\...........\.....\msado15.tlh,90747,2012-06-06
.......................\...........\.....\msado15.tli,76678,2012-06-06
.......................\...........\.....\SaveInExcel.obj,18357,2012-07-24
.......................\...........\.....\Score.obj,210450,2012-07-25
.......................\...........\.....\ScoreManage.exe,295010,2012-07-25
.......................\...........\.....\ScoreManage.ilk,303932,2012-07-25
.......................\...........\.....\ScoreManage.obj,8349,2012-07-21
.......................\...........\.....\ScoreManage.pch,9974240,2012-07-21
.......................\...........\.....\ScoreManage.pdb,779264,2012-07-25
.......................\...........\.....\ScoreManage.res,128,2012-07-21
.......................\...........\.....\StdAfx.obj,142879,2012-07-21
.......................\...........\.....\StudentInfo.obj,92444,2012-07-24
.......................\...........\.....\UsersInfo.obj,45069,2012-07-25
.......................\...........\.....\vc60.idb,484352,2012-07-29
.......................\...........\.....\vc60.pdb,659456,2012-07-25
.......................\...........\ExamSubject.cpp,6469,2012-07-24
.......................\...........\ExamSubject.h,1052,2012-07-24
.......................\...........\main.cpp,319,2012-07-23
.......................\...........\msado15.tlh,90615,2008-04-14
.......................\...........\msado15.tli,76612,2008-04-14
.......................\...........\ReadMe.txt,1640,2012-07-21
.......................\...........\Resource.h,452,2012-07-21
.......................\...........\SaveInExcel.cpp,5179,2012-07-24
.......................\...........\SaveInExcel.h,1208,2012-07-24
.......................\...........\Score.cpp,26016,2012-07-25
.......................\...........\Score.h,1789,2012-07-24
.......................\...........\ScoreManage.aps,17008,2012-07-24
.......................\...........\ScoreManage.clw,248,2012-07-24
.......................\...........\ScoreManage.dsp,5375,2012-07-24
.......................\...........\ScoreManage.dsw,547,2012-07-21
.......................\...........\ScoreManage.h,341,2012-07-21
.......................\...........\ScoreManage.ncb,656384,2012-07-29
.......................\...........\ScoreManage.opt,52736,2012-07-29
.......................\...........\ScoreManage.plg,1465,2012-07-25
.......................\...........\ScoreManage.rc,1457,2012-07-21
.......................\...........\StdAfx.cpp,298,2012-07-21
.......................\...........\StdAfx.h,1244,2012-07-23
.......................\...........\StudentInfo.cpp,7396,2012-07-24
.......................\...........\StudentInfo.h,1210,2012-07-24
.......................\...........\UsersInfo.cpp,2772,2012-07-25
.......................\...........\UsersInfo.h,921,2012-07-24

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

发表评论


0 个回复

  • student
    学生考勤管理系统 考勤信息记录了学生的缺课情况,它包括:缺课日期、第几节课、课程名称、学生姓名、缺课类型(迟到、早退、请假及旷课)。试设计一考勤管理系统,使之能提供以下功能: 1.录入学生的缺课记录; 2.修改某个学生的缺课记录; 3.查询某个学生的缺课情况; 4.统计某段时间内,旷课学生姓名及旷课次数,按旷课次数由多到少排序; 5.统计某段时间内,有学生旷课的课程及旷课人次,按旷课人次由多到少排序; 6.系统以菜单方式工作。 具体要求如下: 1、 采取模块化方式进行程序设计,要求程序的功能设计、数据结构设计及整体结构设计合理。学生也可根据自己对题目的理解增加新的功能模块(视情况可另外加分)。 2、 系统以菜单界面方式(至少采用文本菜单界面,如能采用图形菜单界面更好)工作,运行界面友好,演示程序以用户和计算机的对话方式进行。 3、 程序算法说明清晰,理论分析与计算正确,运行情况良好,实验测试数据无误,容错性强(能对错误输入进行判断控制)。 4、 编程风格良好(包括缩进、空行、适当注释、变量名和函数名见名知意,程序容易阅读等); (student)
    2020-06-28 14:40:02下载
    积分:1
  • chengji
    c语言学生成绩管理系统, 学生信息录入功能,学生信息浏览功能等等(c language student performance management system, student information input function, student information browsing, etc.)
    2009-12-15 17:13:24下载
    积分:1
  • book
    图书管理系统 满足小型图书管理借阅 增加读者删除读者(Library management)
    2014-01-03 17:00:44下载
    积分:1
  • jiamin
    欢迎访问 学生大软件站 Http://Soft.Studa.Com 默认解压密码:soft.studa.com(welcome visiting students station largest software Http :// default extract Soft.Studa.Com Password : soft.studa.com)
    2007-06-10 09:15:27下载
    积分:1
  • Library-System_VB
    VB语言实现 图书馆管理系统 附有课程设计说明(VB language, library management system, a description included)
    2011-06-29 17:15:51下载
    积分:1
  • smis
    Delphi小型的学生管理系统源代码,功能方面包括新生信息录入、学籍变更录入、奖励情况录入、处罚情况录入、学生个人信息查询修改等(Delphi small student management system source code, functional aspects including the newborn information entry, entry student status changes to entry, reward situation, the punishments entry, students' personal information query modification)
    2013-04-09 21:29:04下载
    积分:1
  • C
    此C++程序主要用于窗口设计,完成一系列文件打开保存等功能,适合于课程设计(it is used for window design)
    2013-05-07 12:17:31下载
    积分:1
  • TMS
    教务管理系统,面向学生,老师,管理员三个用户的一个系统(Educational management system, a system for three users of the students, teachers, administrators)
    2012-06-08 21:08:26下载
    积分:1
  • woaichengxu
    我自己做的程序,教学任务管理系统 可以拿去参考(My own program, teaching task management system can Naqu Reference)
    2010-06-30 18:02:20下载
    积分:1
  • 100Score
    一个百分制成绩的测试框架工程,能够对初学者判断语句的使用等方面进行很好的考核(A percentile score of the test framework project for beginners can use the statement to determine other aspects of a good assessment)
    2013-12-12 20:56:44下载
    积分:1
  • 696518资源总数
  • 105554会员总数
  • 2今日下载