搜索资源列表
lianbiaobiaobiao
- 数据结构课程设计 用链表实现的学生档案管理系统-data structure courses designed for students to achieve Chain File Management System
sushe
- 用c语言写的一个学生宿舍管理系统,数据结构是 用链表。输入学生信息和计算机给学生自动分配宿舍,没有考虑男女宿舍
C源代码实例
- 包含220个C语言的各种源程序:001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010 猜数字游戏 011 模拟ATM(自动柜员机)界面 012 用一维数组统计学生成绩 013 用二维数组实现矩阵转置 014 求解二维数组的最大/最小元素 015 利用数组求前n个
WL40987330 C语言算法集
- 目录 第一部分 基础篇 001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010&
链表做学生成绩管理系统
- 链表做学生成绩管理系统 用数据结构的知识解决一些小的问题
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
xueshengmanagersystem
- 学生管理系统,VC平台,用C语言链表实现的文本存储,充分展示了数据结构的威力,软件功能如下: 1添加一个学生信息 2删除一个学生信息 3显示所有学生的姓名 4根据姓名显示单个学生的所有信息 5根据姓名对单个学生进行编辑 6帮助菜单 7保存数据 8退出系统-Student management system, VC platform, using C language realization of the text list storage, fully demon
StudentManage
- 学生成绩管理系统,数据结构实现,用链表实现对其编辑操作,除了基本添加删除功能,另有排序打印等功能-Student performance management systems, data structure implementation, using linked list implementation of its edits, in addition to the basic add delete functions, while functions such as sorting prin
xueshengdhenjiguanlixitong
- c++课程设计,学生成绩管理系统 用菜单实现,用链表做数据结构的课程设计,能够实现学生成绩的管理。-c++ curriculum design, student achievement management system to achieve with the menu, use the list data structure to do curriculum design, to achieve student performance management.
student
- 数据结构-链表,很小的学生成绩管理系统。初学c++。-Data structures- lists, small student achievement management system. Beginner c++.
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.
Managementsystemsoftware
- 管理系统软件 2.程序完成后应该完成如下基本功能: 1)用自定义结构体typedef struct设计该软件的数据结构; 2)用数组或指针链表将所有学生的数据按照学号顺序链接起来。 3)程序能够按照学号顺序输入学生的三门成绩,并计算平均成绩和总成绩。 4)程序能够显示已经输入的指定学号的学生成绩以及平均成绩和总成绩。 5)程序能够按要求显示指定分数段的学生成绩以及平均成绩和总成绩。 6)能够统计班级总人数、班级平均成绩。 7)能够增加和删除指定学生的成绩。 8
Student
- 简单的学生管理系统,可添加学生数据,链表结构-Simple student management system, you can add student data, list structure
student--system
- 学生管理系统,主要是数据结构综合运用,主要有结构体还有一些排序算法,至于链表插入删除还有文件读取都有涉及-Student management system, mainly the integrated use of data structures, there are structures there are some sorting algorithms, as well as delete the file read into the list are involved
Students-performance-management
- 学生成绩管理系统 采用C语言实现 1、每一条记录包括一个学生的学号、姓名、3门成绩、平均成绩。 2、输入功能:可以一次完成无数条记录的输入。 3、显示功能:完成全部学生记录的显示。 4、查找功能:完成按姓名查找学生记录,并显示。 5、排序功能:按学生平均成绩进行排序。 6、插入功能:按平均成绩高低插入一条学生记录。 7、保存功能:将学生记录保存在任何自定义的文件中,如保存在:c:\score。 8、读取功能:将保存在文件中的学生记录读取出来。 9、有一个清晰美观界
xueshengchengji
- 链表做学生成绩管理系统 有数据结构的知识解决一些小的问题-List a student achievement management system data structures of knowledge to solve some small problems
C-Curriculum-design
- 这是一款基于c语言链表结构开发的小型学生证管理系统,基本功能包括添加学生信息,按学号查找,删除成员,修改信息,按学号排序并打印出来,还可以显示班级信息。该系统可用于C语言和数据结构的课程设计-This is a small student ID card management system based on C language linked list structure developed, the basic features include adding student informati
student-management-systems
- 用vc6.0实现的简单学生管理系统,使用了基于链表的数据结构,有插入,删除,显示等功能-Achieved with a simple vc6.0 student management system, using data structures based on the list, there are insert, delete, display and other functions
main
- 学生管理系统C++版,大学c语言课程设计,用到了链表等数据结构内容。-C++ version of the student management system, at the university of c language curriculum design, use the linked list data structure.
学生管理系统3.0
- 输入 输出 查找 是严蔚敏版的数据结构的代码实现的(input output insert surech)