搜索资源列表
20060230132
- 用C++实现的学生信息管理系统,实现了学生和老师的创建,添加,删除和查找,统计,界面设置飞入界面,更加人性化
xsxxglxt
- 学生信息管理系统(数据结构课程设计)用c++语言编写的,很适合大家哦-Student Information Management System (Data Structure Course Design)
Data-Structure-Course-Design
- 数据结构课程设计学生信息管理系统(C语言实现)-Data Structure Course Design Student Information Management System (C language)
STM
- 学生教员管理系统(以下简称STMS)是以C语言为基础,数据结构为技术支撑的一套学生、教师信息,学员成绩管理,教务统计的应用管理系统。本系统包含基本登陆、信息查询、检索、添删改功能,同时具备权限、角色的管理框架,用户可以使用基本的终端功能运行并使用STMS,数据库以文件为载体。-Student teacher management system (hereinafter referred to as STMS) is a C-based data structure for the technic
s
- 数据结构课程设计——学生信息管理系统,采用c语言,初次设计,请多多包含-management system of students Information
students
- 基于C语言的学生信息管理系统。包含查插删改的功能。并且添加了清除键盘缓冲区的函数。适合C语言初学者。-C-based student information management system. Contains the functions check the plug excision. And add a function to clear the keyboard buffer. Suitable for the C language for beginners.
sort
- 这个压缩包里面有数据结构c语言的四种排序,分别是归并排序,冒泡排序,选择排序和希尔排序,还有一个用c++编写的学生信息管理系统,供大家分享。-This package there are four sort of data structure c language, merge sort, bubble sort, selection sort and shell sort, there is a with c++ write the student information management
student
- 基于C语言的 学生信息管理系统。有菜单、链表、功能界面、实现增删改查等。-C-based student information management system
homework1
- C语言学生信息管理系统,算法与数据结构作业-C language student information management system, algorithm and data structure operations
student_information
- C++编写的学生基本信息管理系统,包括链表的建立,排序,增加新结点等。-Students basic information management system are written in C++ , including the establishment of the list, sorting, adding new nodes and so on.
information
- 通过C语言建立学生信息管理系统,姓名,学号-The establishment of student information management system through the C language, name, student number
informationization
- 本程序是在Visual C++编译环境以C++语言编写的学生信息管理系统。程序包括了信息管理的基本操作,如输入输出,查找,修改,删除信息等操作。-This procedure is in Visual C++ Compiler environment to C++ Language student information management system. Information management procedures including basic operations such as
单链表
- 使用c语言,用单链表完成学生管理系统,使用单链表完成对学生信息的读取、学生增删、指针交换实现姓名/学号/单科成绩的排序,由学生姓名或学号进行查询学生全部信息,实现学生数量无限制的链式结构,可对学生进行无限增加与删除。所有排序内容均使用指针实现,禁止使用直接内容交换(Complete the student management system)