搜索资源列表
等级证书考试管理系统
- 用C语言或其他高级语言编程(最好C语言),基本功能:包括报名管理、成绩管理、证书管理等。能做到考试的报名成绩的录入与查询以及证书的发放等功能。实现有关功能的增加、修改、删除、查询和统计模块。根据要求知道,一个学生报名后就拥有唯一的考号,考号随着 考生取消报名而消失,所以可以以考号为Key来实现查找学生记录,实现有关功能的增加、修改、删除、查询.-C language or other high-level programming language (preferably C), the ba
JIN
- C语言用链表实现学生成绩管理系统,课程设计作业,文档里面包含源代码。
xscjgl
- C语言的课程设计。这是一个学生成绩管理系统,可以增加,修改,删除,查询学生的成绩。-err
college
- 一款用纯C语言编写的大学生成绩管理系统,适合初学者和深入者编程,学习数据结构时参考!-With a pure C language students score management system, suitable for beginners and in-depth those programming, data structures study reference!
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
LinkList
- 运用C++语言数据结构,构造学生系统管理代码。-C++ data structure systems management student code
jiaoxue
- C语言编写的一个教学管理系统,可以模拟查询学生的成绩,排名等-C language written in a teaching management system, students can simulate the query results, rankings, etc.
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
managementsystem
- c语言数据结构学年设计,学生成绩管理系统,源程序+txt文件,方便使用。-c language data structure of school design and student achievement management system, source code+ txt file, easy to use.
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)
StuInfo
- 用数据结构编写的 学生管理系统 根据数据结构C++语言描述(任燕著)此书来编写的 -Students with the data structure management system written in
xueshengchengjiguanli-
- 学生成绩管理系统的数据结构报告 纯C语言-Student achievement management system, a C language test report
STM
- 学生教员管理系统(以下简称STMS)是以C语言为基础,数据结构为技术支撑的一套学生、教师信息,学员成绩管理,教务统计的应用管理系统。本系统包含基本登陆、信息查询、检索、添删改功能,同时具备权限、角色的管理框架,用户可以使用基本的终端功能运行并使用STMS,数据库以文件为载体。-Student teacher management system (hereinafter referred to as STMS) is a C-based data structure for the technic
student-management-system
- c语言开发完整的学生管理系统代码,功能齐全,可以直接下载运行。-c language to develop a complete student management system, fully functional, you can directly download and run.
homework1
- C语言学生信息管理系统,算法与数据结构作业-C language student information management system, algorithm and data structure operations
Studentsystem
- C语言的大程序作业,是关于学生管理系统的-C language programming assignments, is about the student management system
单链表
- 使用c语言,用单链表完成学生管理系统,使用单链表完成对学生信息的读取、学生增删、指针交换实现姓名/学号/单科成绩的排序,由学生姓名或学号进行查询学生全部信息,实现学生数量无限制的链式结构,可对学生进行无限增加与删除。所有排序内容均使用指针实现,禁止使用直接内容交换(Complete the student management system)