搜索资源列表
等级证书考试管理系统
- 用C语言或其他高级语言编程(最好C语言),基本功能:包括报名管理、成绩管理、证书管理等。能做到考试的报名成绩的录入与查询以及证书的发放等功能。实现有关功能的增加、修改、删除、查询和统计模块。根据要求知道,一个学生报名后就拥有唯一的考号,考号随着 考生取消报名而消失,所以可以以考号为Key来实现查找学生记录,实现有关功能的增加、修改、删除、查询.-C language or other high-level programming language (preferably C), the ba
haxi
- 数据结构课程设计(严蔚敏c版) 哈希表学生管理系统-Data Structure Course Design (YAN Wei-Min c version) hash table management system for students
xsxxglxt
- 编写一个学生管理系统,每个学生应该包含如下信息: 地址, 出生日期, 学科成绩(语文,英语,数学,物理), 个人信息(姓名,性别,民族,国籍,学历), 联系方式(手机,家庭电话,学校电话) 可以任意添加学生,删除学生,编辑学生信息,并且具有保存和读入学生信息的功能。-The preparation of a student management system, each student should include the following informatio
college
- 一款用纯C语言编写的大学生成绩管理系统,适合初学者和深入者编程,学习数据结构时参考!-With a pure C language students score management system, suitable for beginners and in-depth those programming, data structures study reference!
Student
- 用链表来实现的一个学生成绩管理管理系统,操作简单,清晰明了。-With a list to achieve the management of student achievement management system that is simple, clear.
Student
- 基于C++语言的一个数据结构问题,实现学生管理系统的编写,代码无注释-C++ language based on a data structure problem, the achievement of students in the preparation of management system, code-free notes
xsxxglxt
- 学生信息管理系统(数据结构课程设计)用c++语言编写的,很适合大家哦-Student Information Management System (Data Structure Course Design)
c
- C语言下开发的学生管理系统,具有文本界面使用了十字交叉链表建立内部的数据结构-C language development of students under the management system, with a text interface using the Cross-linked list data structure to establish internal
shujujiegouchengjiguanli
- 我大三本科做的数据结构课程设计。题目为学生成绩管理系统,有详细的文字说明和源代码。-I do junior undergraduate data structures course design. Entitled to student performance management system, a detailed written instructions and source code.source code.
hello
- 学生管理系统,是大学C++大作业的必备。希望大家喜欢-Student management system, the University of C++ is essential for large operations. I hope you like
studentMan
- 这是一个关于学生管理系统的一个课程设计,做的还算可以,大家交流一下。-This is a student in a course management system designed to do OK, to share about.
studentm
- 顺序栈的学生管理系统,这四个是不同的结构联系的。初学c++ 写的不是很好。-The students stack the order management system, the structure of the four different links.
shujujiegou
- 我大二做的数据结构课程设计,包括约瑟夫环和学生管理系统-I do sophomore data structures course design, including Joseph ring and student management system
Student
- 这是我们数据结构课上的实验,是一个学生管理系统,我做了很久,希望能帮到大家~-This is our experimental data structure class is a student management system, I do for a long time, hope to help you ~
KeChenSheJi
- 该文档是数据结构课程设计,其功能建立一个学生管理系统,实现对学生基本信息的添加、删除、修改和查询等操作。-This document is a data structure of curriculum design, which features a student management system, the basic information for students to add, delete, modify, and query operations.
sscm
- 学生管理系统 链表实现 学生管理系统 链表实现 学生管理系统 链表实现-Student management system to achieve student management system linked list management system to achieve the list of students achieving students achieving student management system management system linked list impl
StuInfo
- 用数据结构编写的 学生管理系统 根据数据结构C++语言描述(任燕著)此书来编写的 -Students with the data structure management system written in
datastru
- 数据结构 学生管理系统,完成简单的学生管理操作,主要是哈希表的利用与实现,-data structure .student manage system.
CPPname
- 学生管理系统,实现对学生学号.成绩等管理,对初学者很实用。-Student management, students learn number performance management, very useful for beginners.
student-
- 设计并实现一个学生管理系统,即定义一个包含学生信息(学号,姓名,成绩)的的顺序表,可以不考虑重名的情况,系统至少包含以下功能: (1) 根据指定学生个数,逐个输入学生信息; (2) 逐个显示学生表中所有学生的相关信息; (3) 给定一个学生信息,插入到表中指定的位置; (4) 删除指定位置的学生记录; (5) 统计表中学生个数; (6) 利用直接插入排序或者折半插入排序按照姓名进行排序; (7) 利用快速排序按照学号进行排序; (8) 根据姓名进行折半查找