登录
首页 » Visual C++ » Student_management_sys

Student_management_sys

于 2015-12-28 发布 文件大小:9203KB
0 200
下载积分: 1 下载次数: 2

代码说明:

  学生管理系统,主要功能实现学生信息的增删改查等等。(dfdf fredg dfgreasf )

文件列表:

C语言课设
.........\C语言课设
.........\.........\1.cpp,16197,2013-12-18
.........\.........\C语言课设.vcxproj,3917,2013-12-18
.........\.........\C语言课设.vcxproj.filters,1168,2013-12-18
.........\.........\C语言课设.vcxproj.user,143,2013-12-06
.........\.........\Debug
.........\.........\.....\1.obj,99103,2013-12-18
.........\.........\.....\CL.read.1.tlog,19294,2013-12-18
.........\.........\.....\CL.write.1.tlog,1338,2013-12-18
.........\.........\.....\C语言课设.exe.intermediate.manifest,381,2013-12-18
.........\.........\.....\C语言课设.lastbuildstate,51,2013-12-18
.........\.........\.....\C语言课设.log,1349,2013-12-18
.........\.........\.....\C语言课设.unsuccessfulbuild,0,2013-12-18
.........\.........\.....\C语言课设.vcxprojResolveAssemblyReference.cache,713,2013-12-18
.........\.........\.....\C语言课设.write.1.tlog,0,2013-12-18
.........\.........\.....\link.1252.read.1.tlog,2,2013-12-18
.........\.........\.....\link.1252.write.1.tlog,2,2013-12-18
.........\.........\.....\link.2928.read.1.tlog,2,2013-12-18
.........\.........\.....\link.2928.write.1.tlog,2,2013-12-18
.........\.........\.....\link.3024.read.1.tlog,2,2013-12-18
.........\.........\.....\link.3024.write.1.tlog,2,2013-12-18
.........\.........\.....\link.3776.read.1.tlog,2,2013-12-18
.........\.........\.....\link.3776.write.1.tlog,2,2013-12-18
.........\.........\.....\link.3836.read.1.tlog,2,2013-12-18
.........\.........\.....\link.3836.write.1.tlog,2,2013-12-18
.........\.........\.....\link.4160.read.1.tlog,2,2013-12-18
.........\.........\.....\link.4160.write.1.tlog,2,2013-12-18
.........\.........\.....\link.4288.read.1.tlog,2,2013-12-18
.........\.........\.....\link.4288.write.1.tlog,2,2013-12-18
.........\.........\.....\link.4812.read.1.tlog,2,2013-12-18
.........\.........\.....\link.4812.write.1.tlog,2,2013-12-18
.........\.........\.....\link.4936.read.1.tlog,2,2013-12-18
.........\.........\.....\link.4936.write.1.tlog,2,2013-12-18
.........\.........\.....\link.4972.read.1.tlog,2,2013-12-18
.........\.........\.....\link.4972.write.1.tlog,2,2013-12-18
.........\.........\.....\link.5352.read.1.tlog,2,2013-12-18
.........\.........\.....\link.5352.write.1.tlog,2,2013-12-18
.........\.........\.....\link.5532.read.1.tlog,2,2013-12-18
.........\.........\.....\link.5532.write.1.tlog,2,2013-12-18
.........\.........\.....\link.5768.read.1.tlog,2,2013-12-18
.........\.........\.....\link.5768.write.1.tlog,2,2013-12-18
.........\.........\.....\link.6084.read.1.tlog,2,2013-12-18
.........\.........\.....\link.6084.write.1.tlog,2,2013-12-18
.........\.........\.....\link.read.1.tlog,1594,2013-12-18
.........\.........\.....\link.write.1.tlog,514,2013-12-18
.........\.........\.....\mt.read.1.tlog,1298,2013-12-18
.........\.........\.....\mt.write.1.tlog,354,2013-12-18
.........\.........\.....\test.obj,47016,2013-12-18
.........\.........\.....\vc100.pdb,217088,2013-12-18
.........\.........\Start Window.cpp,3653,2013-12-18
.........\.........\test.cpp,425,2013-12-18
.........\C语言课设.sdf,31608832,2013-12-18
.........\C语言课设.sln,911,2013-12-06
.........\Debug
.........\.....\C语言课设.ilk,0,2013-12-18
.........\.....\C语言课设.pdb,453632,2013-12-18
.........\Pictures





.........\........\macbotton05.gif,3488,2013-12-18
.........\........\Ocean.bmp,1024056,2013-12-18
.........\........\Ocean.png,232538,2013-12-18
.........\........\未标题-1.bmp,1024056,2013-12-19
.........\........\未标题-1.psd,497312,2013-12-19
.........\........\未标题2.psd,4206280,2013-12-19

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

发表评论

0 个回复

  • student
    学生考勤管理系统 考勤信息记录了学生的缺课情况,它包括:缺课日期、第几节课、课程名称、学生姓名、缺课类型(迟到、早退、请假及旷课)。试设计一考勤管理系统,使之能提供以下功能: 1.录入学生的缺课记录; 2.修改某个学生的缺课记录; 3.查询某个学生的缺课情况; 4.统计某段时间内,旷课学生姓名及旷课次数,按旷课次数由多到少排序; 5.统计某段时间内,有学生旷课的课程及旷课人次,按旷课人次由多到少排序; 6.系统以菜单方式工作。 具体要求如下: 1、 采取模块化方式进行程序设计,要求程序的功能设计、数据结构设计及整体结构设计合理。学生也可根据自己对题目的理解增加新的功能模块(视情况可另外加分)。 2、 系统以菜单界面方式(至少采用文本菜单界面,如能采用图形菜单界面更好)工作,运行界面友好,演示程序以用户和计算机的对话方式进行。 3、 程序算法说明清晰,理论分析与计算正确,运行情况良好,实验测试数据无误,容错性强(能对错误输入进行判断控制)。 4、 编程风格良好(包括缩进、空行、适当注释、变量名和函数名见名知意,程序容易阅读等); (student)
    2020-06-28 14:40:02下载
    积分:1
  • hotel-vcPP
    实现宾馆管理系统,应用access数据库(Realization of hotel management system, application access )
    2015-05-13 19:51:28下载
    积分:1
  • ScoreManage
    基于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)
    2012-08-26 12:53:05下载
    积分:1
  • StuManageSuper
    使用vc6.0开发的学生管理系统,包括对成绩的增删改查,并有管理员权限以及带柱型图和饼图的个人成绩统计和班级成绩统计(最高成绩、最低成绩、平均分等)。 管理员用户名为space,密码为19871025。 演示程序时可打开文件夹中的050704new,里面有测试数据。(Vc6.0 students to develop the use of management systems, including additions and deletions to search results and have administrator privileges, as well as columnar with pie charts and statistics and personal accomplishments achieved statistical classes (maximum performance, minimum performance, with an average grade) . Administrator user name space, password is 19871025. Demo program can open the folder 050704new, there are test data.)
    2009-04-13 18:14:21下载
    积分:1
  • student
    我自己做的学生成绩管理系统包含各类学生信息可删除可查询(I do all kinds of student achievement management system includes student information can be deleted can be found)
    2014-02-19 09:58:32下载
    积分:1
  • guanli
    123456789123456789学生信息管理(123456789123456789Student Information Management )
    2011-04-24 22:56:15下载
    积分:1
  • a4
    说明:  编译课程设计的LR分析,比较强悍,可用~~可扩充(Compile the curriculum design of LR analysis, comparison tough, can be used ~ ~ can be expanded)
    2008-12-28 13:10:44下载
    积分:1
  • Program-name
    点名程序可以帮助老师在课堂上进行随机点名,帮助老师更好的进行教学工作(Named program can help teachers in the classroom on a random name, to help teachers better job of teaching)
    2011-07-30 18:24:28下载
    积分:1
  • a
    图书管理系统,在MFC下运行,实现了学生信息管理与图书管理(Library management system)
    2013-11-21 17:24:17下载
    积分:1
  • tushuguanli
    图书管理系统 文件来源www.csdn.com 并非占用只是很好和大家分享一下!(Source file library management system is not the occupier www.csdn.com good and share with you!)
    2009-06-23 12:49:55下载
    积分:1
  • 696518资源总数
  • 105554会员总数
  • 2今日下载