登录
首页 » Visual C++ » homework

homework

于 2020-07-03 发布 文件大小:1849KB
0 338
下载积分: 1 下载次数: 3

代码说明:

  简单的信息管理系统,可以实现学生信息的添加,删除 (good)

文件列表:

Debug
.....\homework.exe,114753,2010-11-30
.....\homework.ilk,202772,2010-11-30
.....\homework.obj,14767,2010-10-26
.....\homework.pch,5662628,2010-10-23
.....\homework.pdb,345088,2010-11-23
.....\homework.res,3412,2010-11-23
.....\homeworkDlg.obj,41341,2010-11-30
.....\StdAfx.obj,2101,2010-10-23
.....\vc60.idb,214016,2010-11-30
.....\vc60.pdb,364544,2010-11-23
homework.aps,37364,2010-11-23
homework.clw,2067,2010-11-30
homework.cpp,2091,2010-10-19
homework.dsp,4446,2010-10-23
homework.dsw,524,2010-10-19
homework.h,1346,2010-10-19
homework.ncb,91136,2010-11-30
homework.opt,50688,2010-11-30
homework.plg,546,2010-11-30
homework.rc,6696,2010-11-23
homeworkDlg.cpp,12282,2010-11-16
homeworkDlg.h,1923,2010-11-02
ReadMe.txt,3615,2010-10-19
res

...\homework.rc2,400,2010-10-19
resource.h,1514,2010-11-02
StdAfx.cpp,210,2010-10-19
StdAfx.h,1054,2010-10-19
student.dat,272,2010-11-30

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

发表评论

0 个回复

  • achievement-management.rar
    学生成绩查询系统,是计算机专业,测控专业,自动化专业本科课程设计的经典案例。(Student achievement query system, a computer professional, monitoring and control, Automation undergraduate curriculum design classic case.)
    2013-09-14 20:20:43下载
    积分:1
  • Books
    数据结构知识在图书管理系统的应用小实践程序,基础的算法,方便使用,整个程序已压缩(Data structure knowledge in library management system application program little practice, basic algorithms, easy to use, the entire program has been compressed)
    2015-04-22 10:59:26下载
    积分:1
  • Library
    图书馆管理系统,可以实现图书的加载,管理,借阅,查询等功能,界面十分美观。(Library Management System)
    2013-07-20 22:40:10下载
    积分:1
  • WOK_Course_20131015
    endnote 的详细说明,有利于今后英文文献的管理(Describe endnote, help manage the future of English literature)
    2013-12-08 19:54:42下载
    积分:1
  • haizeiwang
    学生成绩管理系统,输入学生所有信息,然后可以对学生信息进行处理,(Student achievement management system, enter all the information the students, student information can then be processed,)
    2013-09-19 19:27:58下载
    积分:1
  • Sourcecode
    学生信息管理系统。对于学生信息,各班的班主任及学校领导由于各种分类和了解的需要,经常性地进行各种查询。例如:查询一个班级中团员的人数,男、女生的人数,住宿或通宿学生的人数等等。教导处在每一届学生进校时必须进行分班,设置学号;每一届学生毕业,要进行学生信息备份; 对于成绩管理,课任教师要进行本科目成绩登记,计算平均分、优秀率、及格率;班主任在期中考试和期末考试后计算本班学生总分,排名次;教导处要统计补考学生人数及相应名单,每学期进行学生成绩备份;学校领导则可通过查询工具来了解学生成绩情况。 对于课程信息,教导处每学期要进行课程安排、课任教师分配、一周课程安排、中途课程调整等等。 (Student information management system. Information for students, class teachers and school leaders because of the various classification and know the needs of a variety of regular inquiries. For example: query a number of class members, boys and girls have the number of residential accommodation or pass the number of students and so on.教导处students at every school placement must be carried out, set up its study each session, graduate students, it is necessary to carry out student information to back up For performance management, class teachers to carry out any of the subjects grade registration, calculation of average hours, excellent rates, passing rates class at mid-term exams and final exam scores of students after the completion Bin, ranked second 教导处statistical make-up to the number of students and the corresponding list of students each semester to score back-up School Leaders can know through the query tool to score the situation of students. For course information,教导处ea)
    2009-03-07 17:23:23下载
    积分:1
  • exampledatabase
    软件是用C++编写的一个小的学生管理系统数据库程序,小的界面,直接运行即可!(Software is written in c++, a small student database management system procedures, small interface, can be run directly!)
    2013-05-22 08:35:47下载
    积分:1
  • 1
    说明:  学生成绩管理信息系统代码: 成绩记录簿 用Visual C++编制一个C语言成绩记录簿,每个学生信息包括:学号、姓名、C语言成绩。具体功能: (1)创建信息链表并以磁盘文件保存; (2)读取磁盘文件并显示输出所有学生的成绩; (3)按学号或姓名查询成绩; (4)添加成绩记录; (5)修改指定姓名或学号的学生的成绩并可存盘; (6)显示输出60分以下、60~79、80~89、90分以上各分数段的学生信息。 */(Student performance management information system code)
    2011-01-03 02:05:47下载
    积分:1
  • CPPpersonal-book-management-code
    最简单的个人图书管理系统。可以实现图书名、作者名、出版社、阅读状态等内容的输入和显示。具有最简单的搜索功能,以及将搜索结果保存至一个txt文档等。适合C++初学者。(The most simple personal library management system. Can book name, author name, publisher, read the status of the input and display content. With the most simple search function, and save the search results to a txt documents. Suitable C++ beginners.)
    2013-11-26 03:47:40下载
    积分:1
  • 100Score
    一个百分制成绩的测试框架工程,能够对初学者判断语句的使用等方面进行很好的考核(A percentile score of the test framework project for beginners can use the statement to determine other aspects of a good assessment)
    2013-12-12 20:56:44下载
    积分:1
  • 696516资源总数
  • 106648会员总数
  • 8今日下载