登录
首页 » Visual C++ » sushe

sushe

于 2016-03-04 发布 文件大小:13KB
0 214
下载积分: 1 下载次数: 2

代码说明:

  考查点:线性结构、文件操作 注意:必须使用文件存储数据,不得使用数据库管理系统。 任务:通过此系统可以实现如下功能: 录入: 可以录入宿舍情况,包括宿舍号、可容纳学生数、已容纳学生数、男生/女生宿舍等信息; 可以录入学生住宿情况,包括学号、姓名、性别、宿舍号等信息。 其他信息可以自行设计。 分配宿舍:为每一个学生分配入一个未住满的宿舍。能否提供一个智能分配算法?推荐选择?批量分配?鼓励创新。(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. )

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

发表评论

0 个回复

  • Student_management_sys
    学生管理系统,主要功能实现学生信息的增删改查等等。(dfdf fredg dfgreasf )
    2015-12-28 20:20:42下载
    积分:1
  • management-system
    学生成绩管理系统,具体包括所在班级的学生信息管理、课程信息管理以及学生成绩管理,并完成相应的查询、统计、排序输出等功能。(Student achievement management system, including the student s specific class information management, information management courses and student achievement management, and complete the appropriate query, statistics, sorting out other functions.)
    2013-12-28 10:32:42下载
    积分:1
  • ddd
    校际运动会管理系统。采用mfc编写的。可直接运行。校际运动会管理系统:本系统将帮助裁判对各学校和运动员进行排名,并且可对运动员进行信息录入查找,还可以通过不同权限可对运动员资料进行阅读或修改,从而达到分级管理的目的。 运动员信息管理:对运动员的基本信息包括运动员姓名,年龄,性别,ID,隶属学校,参加比赛项目分数等等。不同权限的人对本系统可见范围不同,所获得权力也不同。 (Inter-School Games Management System. Using mfc writing. Can be run directly. Schools Games Management System: This system will help the referee to rank schools and athletes, and athletes information into the Find different permissions, you can also read or modify the data of athletes, so as to achieve the purpose of the classification management. Athlete information management: the athlete' s basic information, including the name of player, age, gender, ID, attached to the school, to participate in the competition scores. Permission of the visible range, the powers.)
    2013-04-03 10:22:03下载
    积分:1
  • 2323
    这是一个简单的学生信息管理系统 vc++可作为作业使用(This is a simple student information management system vc++ can be used as a work)
    2020-07-03 07:00:02下载
    积分: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
  • book-system
    基于vc和SQL200的图书管理系统.可以方便图书管理员 查询 更新数据。(book system~)
    2011-06-20 10:19:29下载
    积分:1
  • jiaowuguanlixitong
    MFC ODBC ACCESS 高校教务管理系统(MFC ODBC ACCESS university educational administration management system)
    2012-12-27 10:00:57下载
    积分:1
  • mystudentsys
    学生管理系统 基于C++的MFC类库实现的(student system)
    2013-05-18 10:51:38下载
    积分: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
  • 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
  • 696516资源总数
  • 106648会员总数
  • 8今日下载