搜索资源列表
等级证书考试管理系统
- 用C语言或其他高级语言编程(最好C语言),基本功能:包括报名管理、成绩管理、证书管理等。能做到考试的报名成绩的录入与查询以及证书的发放等功能。实现有关功能的增加、修改、删除、查询和统计模块。根据要求知道,一个学生报名后就拥有唯一的考号,考号随着 考生取消报名而消失,所以可以以考号为Key来实现查找学生记录,实现有关功能的增加、修改、删除、查询.-C language or other high-level programming language (preferably C), the ba
JIN
- C语言用链表实现学生成绩管理系统,课程设计作业,文档里面包含源代码。
Student
- 基于C++语言的一个数据结构问题,实现学生管理系统的编写,代码无注释-C++ language based on a data structure problem, the achievement of students in the preparation of management system, code-free notes
xuejie
- 学生学籍管理系统在c语言环境下的程序,可以正常实现学生管理系统的所有功能并且正常运行-Student Grade Management System environment in c language program can be a normal student management system to achieve all of the features up and running
linear
- 用链表实现的简单的学生学号和成绩查询管理系统,对C语言数据结构初学者入门有很大帮助。-Achieved with a simple list of students to learn numbers and performance information management system, the structure of the C language data entry very helpful for beginners.
Data-Structure-Course-Design
- 数据结构课程设计学生信息管理系统(C语言实现)-Data Structure Course Design Student Information Management System (C language)
2010011179_e6
- 学生成绩管理系统 数据结构二叉树实现。C++编程语言-the manage of the student s grade.
studentinformation
- 本次程序主要通过VC++环境下的C语言实现,里面包涵了许多数据结构的知识,比如线性表,静态查找等等。利用C语言灵活方便的特点,再加上清晰的数据结构,实现了对同学录管理系统的开发。 设计的程序主要有以下功能: 1.添加同学资料 2.查找学生资料 3.修改同学资料 4.删除同学资料 5.浏览所有资料 -This program is mainly implemented by the C language in VC++ environment, which i
student
- 基于C语言的 学生信息管理系统。有菜单、链表、功能界面、实现增删改查等。-C-based student information management system
C01
- 学生课程成绩管理系统,C语言课程设计的一类,这个系统适用的是文本界面和三级链表,可以实现维护(增删改)、查询(精确查询和模糊查询)、统计等功能,具有很强的借鉴性。-Student course performance management system, C language curriculum design for a class, the system is applicable text interface and three lists, you can achieve the mai
单链表
- 使用c语言,用单链表完成学生管理系统,使用单链表完成对学生信息的读取、学生增删、指针交换实现姓名/学号/单科成绩的排序,由学生姓名或学号进行查询学生全部信息,实现学生数量无限制的链式结构,可对学生进行无限增加与删除。所有排序内容均使用指针实现,禁止使用直接内容交换(Complete the student management system)
