搜索资源列表
成绩管理20034581赵传仕
- 学生成绩管理系统 C语言 1、掌握结构化设计方法。 2、了解大型软件的设计技术 3、在实际应用背景下灵活运用线性表的顺序存储结构和链式存储结构。 4、灵活运用线性表上的各种基本运算,完成题目需求。 5、在实例中运用排序与查找算法。-student performance management system a C language, master structural design methods. Two, understand the design of large software tec
银鑫组
- 包括6个单独C源程序和一个连接这六个程序的总程序,有飞机订票系统,学生成绩管理系统,通讯录管理系统,员工管理系统,贪吃蛇及音乐欣赏等!版权所有,请勿乱传播,下载后,请在24小时内删除!-including six separate C source code and a procedure linking these six the total procedure, a plane reservation systems, their performance management systems
学生成绩管理系统模版
- 本程序是用VC++6.0写的,是一个算是完整的学生管理系统程序。可作为其他程序的子程序使用和作为VC++初学者的参考程序。-this program is written in Visual C + + 6.0, is regarded as a complete student management system procedures. Other procedures can be used as a subroutine and use as a reference VC beginner
liuyue
- 学生成绩管理系统 为C语言设计 有姓名成绩班级等功能-student performance management system designed for the C language classes with names such as functional results
C语言编写学生成绩管理
- 在图形模式下,利用C语言编写学生成绩管理,读者可以从中学习到很多C 语言图形界面设计的技巧!-in graphics mode, the use of C language student performance management, readers can learn a lot of C language graphics interface design skills!
caidanyuanchengxu
- 使用C语言实现菜单控制的源程序,实现了学生成绩的管理.-use C language menu to control the source, achieving student achievement management.
student3212
- 刚学习C++时写的学生成绩管理系统,只需要创建file.cpp和student.h就行了-just learning to write the C student performance management system, file.cpp only need to create and held on student.h
AFF
- 本系统是基于C语言的学生成绩管理系统,用户界面友好!-the system is based on the C language student performance management system, user friendly interface!
200571314323158
- 这是一个用visual c++编写的学生成绩管理系统-with visual c prepared by the student performance management system
xiaoqiang
- 这是一个学生成绩管理系统,其中“I”表示插入,“L”表示浏览,“Q”表示查询, “E”表示退出,“D”表示删除,“M”表示修改,\"c\"表示统计各分数段人数,\"p\"表示打印. 本程序实现了: -This is a performance management system for students, "I" to insert said, "L" said View, "Q" said inquiries, &quo
so_sys
- 学生成绩管理 假设有一个班级的学生n人,期末考试老师要对成绩从高到低列出,并对各科的考试成绩求出其最高分、最低分和平均成绩。现在设计一个成绩管理程序,能够实现以下的功能: (1)对某门科目的成绩进行排序并显示输出; (2)求出每门科目的最高分、最低分和平均分的信息; 学生成绩的数据用结构数组表示,包括:学号、姓名、三门科目的考试成绩,其结构格式如下: 学号 姓名 语文 数学 外语 C++ int num char name[10] int score[4]-stude
student_score_system
- 简易的学生成绩录入系统,主要功能包括成绩录入,学号更新... 适合初次接触C++的人,学习使用C++开发环境-summary of the performance of their students logging system, the main features include Input, Science Update ... for the initial contact with the C + +, to learn how to use C + + development en
chengjichaxun
- 这是学生成绩查询系统.用C语言编写的,是学习C语言的课程设计-This is the performance of their students inquiry system. C language, is learning the C language curriculum design
classmanager
- 作品名称:班级成绩管理系统 作者:sammual 一 该系统的设计方法:其主要的设计方法是面对过程的,整个程序的走向很清晰地说明了这一点;但其中也有小部分用的是面对对象的,例如类的实现。该系统包含“main.cpp”,“stuent.cpp ”和“student.h”三个文件,用visual c++6.0先建立一个空的win32 console Application工程,然后把这三个文件添加到工程里编译即可。 二 该系统的特点:1信息保密。由于该系统是用于存放,修改,删除,查询学生
system1
- 本程序属自创类型,需自行改进 可以用于学生成绩管理或者相关类型 用C++编写
C++
- 高校学籍系统,包括7个函数;录入学生信息,查找学生信息,修改学生信息,删除学生信息,保存学生信息,显示学生信息,统计学生成绩
C++system
- 关于C++的学生成绩管理系统,自己参考做的,不是很精确
4.c
- 学生成绩管理系统是用C语言编的 程序不大,希望对初学者有用-student performance management system is a C language series of the procedures little hope useful for beginners
学生成绩管理的实现
- 学生成绩管理c源代码 学生成绩管理c源代码-student performance management c source code management student achievement c sou rce code
学生成绩管理系统C++源码
- 用C++编写的图形界面化,学生成绩管理系统。可以实现成绩录入查询排序等功能。