搜索资源列表
成绩管理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!
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
system1
- 本程序属自创类型,需自行改进 可以用于学生成绩管理或者相关类型 用C++编写
StudentScore
- 本代码主要介绍如何利用Visual C++实现学生成绩管理系统。使用本系统,可以实现学生成绩管理的信息化,利用计算机完成有关教师、学生、授课信息以及学生成绩的录入、修改以及维护等操作,他同时也提供了强大的学生成绩查询功能。
scoremanage2
- C上的另一学生成绩管理程序,比上一个编的用心些,是我课程设计的时候编的。
11
- C语言学生成绩管理系统 C语言学生成绩管理系统
cxuesheng
- c语言编写的学生成绩管理系统,属于课程设计。
C++system
- 关于C++的学生成绩管理系统,自己参考做的,不是很精确
student
- 学生成绩管理源代码!!!使用微软新技术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++编写的图形界面化,学生成绩管理系统。可以实现成绩录入查询排序等功能。