登录
首页 » Visual C++ » Student

Student

于 2020-07-03 发布 文件大小:4502KB
0 247
下载积分: 1 下载次数: 13

代码说明:

  研究生信息管理系统,该软件实现了简单的学生信息管理,适合初学VC的同学(Graduate student information management system, the software is simple student information management, suitable for beginner VC students)

文件列表:

研究生管理系统
..............\ChangePassWord.cpp,2093,2011-04-30
..............\ChangePassWord.h,1365,2011-04-30
..............\Debug
..............\.....\ADODataBase.obj,70390,2011-03-08
..............\.....\ADODataBase.sbr,0,2011-03-08
..............\.....\ChangePassWord.obj,17023,2012-02-20
..............\.....\ChangePassWord.sbr,0,2012-02-20
..............\.....\FindStudent.obj,15485,2012-02-20
..............\.....\FindStudent.sbr,0,2012-02-20
..............\.....\IsSureToSelect.obj,11611,2012-02-20
..............\.....\IsSureToSelect.sbr,0,2012-02-20
..............\.....\ListSort.obj,9610,2011-03-13
..............\.....\ListSort.sbr,0,2011-03-13
..............\.....\Login.obj,15247,2012-02-20
..............\.....\Login.sbr,0,2012-02-20
..............\.....\msado15.tlh,90738,2008-04-14
..............\.....\msado15.tli,76674,2008-04-14
..............\.....\PostGraduation.obj,69063,2012-02-20
..............\.....\PostGraduation.sbr,0,2012-02-20
..............\.....\Register.obj,19721,2012-02-20
..............\.....\Register.sbr,0,2012-02-20
..............\.....\SetInfluence.obj,16768,2012-02-20
..............\.....\SetInfluence.sbr,0,2012-02-20
..............\.....\StdAfx.obj,133760,2012-02-20
..............\.....\StdAfx.sbr,1767066,2012-02-20
..............\.....\vc60.idb,263168,2012-02-20
..............\.....\vc60.pdb,626688,2012-02-20
..............\.....\学生管理系统.bsc,3703808,2012-02-20
..............\.....\学生管理系统.exe,151644,2012-02-20
..............\.....\学生管理系统.ilk,310132,2012-02-20
..............\.....\学生管理系统.obj,16010,2012-02-20
..............\.....\学生管理系统.pch,9539004,2012-02-20
..............\.....\学生管理系统.pdb,713728,2012-02-20
..............\.....\学生管理系统.res,5404,2011-08-21
..............\.....\学生管理系统.sbr,0,2012-02-20
..............\.....\学生管理系统.SUP,70,2011-03-20
..............\.....\学生管理系统Dlg.obj,92282,2012-02-20
..............\.....\学生管理系统Dlg.sbr,0,2012-02-20
..............\FindStudent.cpp,1586,2011-03-15
..............\FindStudent.h,1269,2011-03-15
..............\IsSureToSelect.cpp,1317,2011-03-22
..............\IsSureToSelect.h,1271,2011-03-22
..............\ListSort.cpp,672,2011-03-13
..............\ListSort.h,1144,2011-03-13
..............\Login.cpp,1556,2011-04-30
..............\Login.h,1212,2011-03-21
..............\msado15.tlh,90620,2008-04-14
..............\msado15.tli,76615,2008-04-14
..............\PostGraduation.cpp,11549,2011-06-20
..............\PostGraduation.h,2351,2011-07-01
..............\RCa01628,14488,2011-03-08
..............\ReadMe.txt,3657,2011-03-04
..............\Register.cpp,2774,2011-06-10
..............\Register.h,1367,2011-03-18
..............\res

..............\...\学生管理系统.rc2,404,2011-03-04
..............\resource.h,2294,2011-06-05
..............\SetInfluence.cpp,1845,2011-07-11
..............\SetInfluence.h,1329,2012-06-11
..............\StdAfx.cpp,214,2011-03-04
..............\StdAfx.h,1155,2011-03-04
..............\student.txt,540,2011-06-21
..............\学生管理系统.aps,26672,2012-02-20
..............\学生管理系统.clw,5695,2012-02-20
..............\学生管理系统.cpp,2037,2011-03-20
..............\学生管理系统.dsp,5222,2011-06-04
..............\学生管理系统.dsw,549,2011-03-04
..............\学生管理系统.h,1304,2011-03-04
..............\学生管理系统.ncb,467968,2012-02-20
..............\学生管理系统.opt,61952,2012-02-20
..............\学生管理系统.plg,2128,2012-02-20
..............\学生管理系统.rc,11597,2011-08-21
..............\学生管理系统Dlg.cpp,16909,2011-06-20
..............\学生管理系统Dlg.h,3143,2011-06-26

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

发表评论

0 个回复

  • xueshengchengji
    学生成绩管理系统 为C++源码 采用sql Server数据库 主要功能: 查询,添加,删除,显示“学院,各系,班级,学生,教师,社团,课程”等信息 (Student achievement management system for the C++ source code using sql Server database main functions: query, add, delete, show the " college, faculty, classes, students, teachers, community, curriculum," and other information)
    2009-07-01 09:27:24下载
    积分: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
  • tsglxt(c++)
    一个图书管理小系统,功能比较简单,实用性也比较强,但是做的有点粗糙(a small library management system, relatively simple function, practicality is also relatively strong, but do a little rough. .)
    2007-01-23 19:12:17下载
    积分:1
  • vc_tushu_guanli
    vc的图书管理系统 登录的用户和密码均为KJS(vc the library management system to the user login and password are KJS)
    2007-01-19 00:39:48下载
    积分:1
  • codetfour
    输入10个学生的信息并保存,计算且输出学生的平均分,再按照由高到低的顺序 输出他们的信息(Enter the 10 student information and save the average student computing and the output points, and then the order high to low Output their information)
    2015-02-11 20:11:26下载
    积分:1
  • shijuanshengcheng
    试卷生成系统,可自动生成,删除,查找,手动组卷等等(Paper Generation System can automatically generate, delete, search, manual test paper, etc.)
    2013-12-22 16:11:18下载
    积分:1
  • 5_zhanlue
    战略管理 中科院的经典教材 这个非常还是 现在中科院用的教材(Academy of Strategic Management is now this very classic textbook used textbooks Academy)
    2013-11-24 21:28:15下载
    积分: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
  • Person_Information_Record
    简单的人员信息登记簿,包括老师和学生的。(Simple Record Book for Personal Information, including teachers and students.)
    2015-12-02 15:37:06下载
    积分:1
  • WOK_Course_20131015
    endnote 的详细说明,有利于今后英文文献的管理(Describe endnote, help manage the future of English literature)
    2013-12-08 19:54:42下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载