登录
首页 » Visual C++ » student-grade-mangement

student-grade-mangement

于 2014-09-02 发布 文件大小:1854KB
0 107
下载积分: 1 下载次数: 4

代码说明:

  数据结构课程大作业。 可视化学生成绩管理系统。(Data Structure Course big job. Visualization of student achievement management system.)

文件列表:

基于MFC的可视化学生成绩管理系统
...............................\程序v2.3
...............................\........\help.cpp,2314,2013-03-17
...............................\........\help.h,1356,2013-03-17
...............................\........\ReadMe.txt,3543,2013-03-17
...............................\........\Release
...............................\........\.......\help.obj,12212,2013-03-17
...............................\........\.......\StdAfx.obj,768,2013-03-17
...............................\........\.......\stud.exe,61440,2013-03-18
...............................\........\.......\stud.obj,11445,2013-03-18
...............................\........\.......\stud.pch,5624204,2013-03-17
...............................\........\.......\stud.res,25060,2013-03-17
...............................\........\.......\studDlg.obj,55168,2013-03-18
...............................\........\.......\vc60.idb,50176,2013-03-18
...............................\........\res





...............................\........\...\stud.rc2,396,2013-03-17
...............................\........\...\校徽.bmp,1080054,2013-03-17
...............................\........\resource.h,2657,2013-03-17
...............................\........\StdAfx.cpp,206,2013-03-17
...............................\........\StdAfx.h,1054,2013-03-17
...............................\........\stud.aps,45184,2013-03-19
...............................\........\stud.clw,4824,2013-03-20
...............................\........\stud.cpp,2124,2013-03-17
...............................\........\stud.dsp,4377,2013-03-17
...............................\........\stud.dsw,516,2013-03-17
...............................\........\stud.h,1302,2013-03-17
...............................\........\stud.ncb,345088,2013-03-20
...............................\........\stud.opt,56832,2013-03-20
...............................\........\stud.plg,935,2013-03-18
...............................\........\stud.rc,10984,2013-03-17
...............................\........\studDlg.cpp,20305,2013-03-18
...............................\........\studDlg.h,2517,2013-03-17
...............................\........\test2 (2).txt,55182,2013-03-17
...............................\........\test2.txt,81008,2013-03-17
...............................\........\test3.txt,55182,2013-03-18

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

发表评论

0 个回复

  • 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
  • sushe
    考查点:线性结构、文件操作 注意:必须使用文件存储数据,不得使用数据库管理系统。 任务:通过此系统可以实现如下功能: 录入: 可以录入宿舍情况,包括宿舍号、可容纳学生数、已容纳学生数、男生/女生宿舍等信息; 可以录入学生住宿情况,包括学号、姓名、性别、宿舍号等信息。 其他信息可以自行设计。 分配宿舍:为每一个学生分配入一个未住满的宿舍。能否提供一个智能分配算法?推荐选择?批量分配?鼓励创新。(Check point: linear structure, file operations Note: you must use the file to store data, can not use management system. Mission: through this system can realize the following functions: Entry: Can enter the dormitory, including dorm number, can accommodate students number, already accommodate students number, boy/girl s dormitory information Can enter the student accommodation, including student id, name, gender, dormitory, etc. Other information can be designed. Dormitory: for each student assigned into a dormitory is not full. Can you provide a smart allocation algorithm? Recommended choice? Batch distributed? Encourage innovation. )
    2016-03-04 18:14:21下载
    积分:1
  • Stdinf
    学生信息管理系统 C语言小程序 当年课设 拿来交流(Student Information Management System)
    2013-11-04 17:17:48下载
    积分:1
  • student
    学生考勤管理系统 考勤信息记录了学生的缺课情况,它包括:缺课日期、第几节课、课程名称、学生姓名、缺课类型(迟到、早退、请假及旷课)。试设计一考勤管理系统,使之能提供以下功能: 1.录入学生的缺课记录; 2.修改某个学生的缺课记录; 3.查询某个学生的缺课情况; 4.统计某段时间内,旷课学生姓名及旷课次数,按旷课次数由多到少排序; 5.统计某段时间内,有学生旷课的课程及旷课人次,按旷课人次由多到少排序; 6.系统以菜单方式工作。 具体要求如下: 1、 采取模块化方式进行程序设计,要求程序的功能设计、数据结构设计及整体结构设计合理。学生也可根据自己对题目的理解增加新的功能模块(视情况可另外加分)。 2、 系统以菜单界面方式(至少采用文本菜单界面,如能采用图形菜单界面更好)工作,运行界面友好,演示程序以用户和计算机的对话方式进行。 3、 程序算法说明清晰,理论分析与计算正确,运行情况良好,实验测试数据无误,容错性强(能对错误输入进行判断控制)。 4、 编程风格良好(包括缩进、空行、适当注释、变量名和函数名见名知意,程序容易阅读等); (student)
    2020-06-28 14:40:02下载
    积分:1
  • kaoshi
    输入学生序号,可以获得学生的总分,平均分,还可以获得一门课程的最低最高分以及课程的补考情况(Enter a student ID, students can obtain the total score, the average score, you can also get a make-up course in the case of the lowest and highest points of the course)
    2016-03-06 23:16:53下载
    积分:1
  • zizhangjishu11
    这是2012年全国大学生数学建模大赛的题目,自己写的程序,纸张计数系统,非常实用。(This is the topic of 2012 national college students mathematical modeling contest, write their own procedures, paper counting system, very practical.)
    2014-11-24 14:00:14下载
    积分:1
  • VisualBasicAccess2000
    VB学生信息管理系统(源代码+可执行程序+开题报告+论文+答辩PPT)(Visual Basic+Access2000)
    2010-05-23 12:43:31下载
    积分:1
  • vb.net
    改程序用vb.net编写的学生管理系统,是老师让做课程设计的时候上交的,功能比较全。考试满分( teachers gave them 100 points )
    2012-11-21 13:56:40下载
    积分:1
  • players-management-system
    管理系统,用于管理运动员的成绩的系统,非常好用。(management system)
    2011-05-25 09:38:07下载
    积分:1
  • vcPaccessPxscjgl
    学生成绩管理系统,visual c++与Access数据库实现(Student achievement management system, Visual C++ and Access database to achieve)
    2013-05-07 20:17:20下载
    积分:1
  • 696524资源总数
  • 103920会员总数
  • 65今日下载