登录
首页 » Visual C++ » Student_management_sys

Student_management_sys

于 2015-12-28 发布 文件大小:9203KB
0 135
下载积分: 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 个回复

  • Book_Sale
    一个图书管理系统的概要分析, 1.总体设计 2.接口设计 3.系统数据结构设计 4.系统错误处理设计(a library management system summary analysis, 1. Design 2. Interface Design 3. Data structure design 4. Error Handling System Design)
    2007-01-31 09:59:18下载
    积分:1
  • Class
    大学的每个专业都要编制教学计划。假设任何专业都有固定的学习年限,每学年含两学期,每学期的时间长度和学分上限都相等。每个专业开设的课程都是确定的,而且课程的开设时间的安排必须满足先修关系。每个课程的先修关系都是确定的,可以有任意多门,也可以没有。每一门课程恰好一个学期。试在这样的情况下设置一个教学计划编制程序。三、基本要求:(1):输入参数:学期总数,一学期的学分上限,每门课的课程号,学分,直接先修关系的课程号。(2):课程号尽可能的集中在前几个学期中。(3):若无解,则报告错误信息;否则见教学计划输入到指定的文件中。(University of each professional must prepare teaching plans. Assume that any professional has a fixed period of schooling per academic year with two semesters, the length of time and credits per semester caps are equal. Each professional courses are determined, and arrangements to open the course must meet the Advanced Placement relations. Pre relations are determined in each course, can have any number of doors, or you do not. Each course just one semester. The trial in this case, an instructional planning procedures. Three basic requirements: (1): Input parameters: the relationship between the course of the semester, the total number, the maximum credit for a semester, the course number of each course, credits, direct Prerequisite number. (2): Course No. centralized as much as possible in the first few semesters. (3): If there is no solution, report the error message otherwise see teaching program input to the specified file.)
    2013-01-24 22:12:45下载
    积分:1
  • 04550424-C++
    学 生 成 绩 管 理 系 统(student performance management system)
    2006-06-24 23:00:01下载
    积分:1
  • StudentSystem
    用vc++的MFC做的学生成绩管理系统,包含数据库,用户名密码默认admin(Vc++ with the MFC student performance management system, including a , the default user name and password admin)
    2016-12-30 20:57:31下载
    积分:1
  • library
    图书馆管理系统,实现图书馆的查询、借阅、还书、续借等功能。(Library management system, library research, borrow books, renewals, etc.)
    2012-05-20 19:04:59下载
    积分:1
  • zdb
    开发的学校评分希望大家喜欢啊 多多指导啊 (Development of the school score hope everyone likes a lot of guidance.)
    2012-11-26 21:55:13下载
    积分:1
  • xuesheng
    学生成绩管理系统,包括人名分类,成绩录入,成绩分析等内容。(Student achievement management system, including the names of persons classification, performance recording, performance analysis, etc..)
    2008-03-25 09:41:25下载
    积分:1
  • student_management
    一个学生信息管理的小系统,可以增加记录,查找记录,可以将数据导出到制定文件(student information management)
    2013-12-16 21:49:36下载
    积分:1
  • OOPMCMS_Friend
    该压缩文件用c++语言设置了一个有缘函数的学生信息登录界面,具有登录删除,修改学生信息等功能(The compressed file to set up an affinity function of student information to the login screen, c++ language, login to delete, and modify student information functions)
    2012-07-24 09:22:31下载
    积分:1
  • Ex_ODBCStudent008
    学生信息管理ODBC,用于管理学生信息的管理,进行查询、删除、修改等功能。(Examlpe for VC++)
    2010-12-29 18:13:14下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载