CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 行业应用软件 教育/学校应用 搜索资源 - 链表排序

搜索资源列表

  1. STUDENTMANAGE

    0下载:
  2. 这是我一个用双向链表实现的学生信息管理DOS版 可以插入 查询 编辑 排序 删除 保存 显示相关信息-a two-way linked list with the students to achieve information management DOS version can be plugged into inquiries ranking editors deleted to preserve relevant information shows
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:2036
    • 提供者:陈听
  1. tuffshu

    0下载:
  2. 一个小型图书管理系统。用链表存储图书记录内容。能实现图书记录的添加,删除,查询,排序,修改,保存到文件和从文件中读取等功能。 -a small library management system. Chain store with the contents record books. Achieve the record books to add, delete, query, sort, modify, and the preservation of the document from t
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:7867
    • 提供者:heizhu
  1. 0502_31

    0下载:
  2. c语言的课程设计报告,关于链表操作和查找与排序-c language curriculum design, report on chain operations and search and sorting
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:13828
    • 提供者:落栖
  1. 051150032

    1下载:
  2. 学生基本注册信息管理系统,(1)用户名与密码的输入,再进行登陆验证,连续登录三次不成功,退出。 (2)建立一个学生基本注册信息的链表。 (3)选择要进行的操作:a、注册,建立一个链表的新结点,并以 新结点作为链表的表头 b、查询,分为按学号、姓名、性别、年龄、专业、班级和年级查询 ,并显示所查到的信息 c、修改,用新的信息替换以前的信息 d、删除,为了保护链表的表头,用一个结构类似堆栈的指针实现,此处排除了删除栈顶元素的特殊情况 e、排序,用起泡排序算法实现将
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:3378
    • 提供者:俞薇
  1. 学校人员管理系统

    0下载:
  2. 设计并实现一个简单的大学人员信息管理系统。对各类人员信息进行管理,包括增加、删除、查询、修改、排序和统计等基本功能。用面向对象方法设计一个异质链表,该链表用来存储大学中各类人员的信息。-design and implement a simple university personnel information management system. Categories of information management, including add, delete, inquiry, modif
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:127555
    • 提供者:刘玲
  1. studentmaster

    0下载:
  2. 学生成绩管理系统 链表编写 可实现输入 查找 排序 删除 储存 读取 求平均数等功能-Student achievement management system for the preparation of list can be sorted to find the realization of input for the average reader to delete the storage functions
  3. 所属分类:Education soft system

    • 发布日期:2017-04-13
    • 文件大小:2798
    • 提供者:Akiyama
  1. xuejiguanli

    0下载:
  2. 用C语言实现的学籍管理系统。通过链表操作数据。可实现查找、添加、删除、排序。-With the C language implementation of the student status management system. Operational data through the linked list. Can be realized to find, add, delete, sort.
  3. 所属分类:Education soft system

    • 发布日期:2017-04-03
    • 文件大小:2562
    • 提供者:lh
  1. stu_man_sys

    0下载:
  2. 该学生档案管理系统是运用链表的结构建立的,能够创建和销毁档案库,以学号查询、插入或删除某个学生,也可按学号进行排序,功能齐全,自己开发,VC6.0上已编译通过并进行相关测试,希望能给大家带来帮助并请斧正!-The student records management system is established using the structure of the list, to create and destroy the archives to student number query, i
  3. 所属分类:Education soft system

    • 发布日期:2017-04-03
    • 文件大小:252476
    • 提供者:谢元虎
  1. 1

    0下载:
  2. 简单学生信息管理系统,要求如下: (1)学生信息包括学号、姓名、生日、语文成绩、数学成绩、英语成绩。 (2)内存中以链表形式实现对学生数据的管理。 (3)可以查看所有学生信息 (4)可以添加一个学生信息 (5)可以删除一个学生信息 (6)可以根据学号修改一个学生信息 (7)可以将学生信息保存到磁盘文件 (8)可以从文件中载入学生信息 (9)可以按学号对学生信息进行排序 (10)完成一些学生信息的基
  3. 所属分类:Education soft system

    • 发布日期:2017-04-14
    • 文件大小:5379
    • 提供者:Oscar
  1. Linklist

    0下载:
  2. 建立一个动态链表,将学生数据(学号,成绩)存入链表结构中,实现链表的访问(求学生成绩的平均分,找到最高分,最低分,将其数据输出)。删除指定学号的学生数据,对学生数据进行排序,分别在链表头部,中间,末尾插入学生数据。-To establish a dynamic linked list, students and student id data (deposited in the list, realize the list of access (the average student achie
  3. 所属分类:Education soft system

    • 发布日期:2017-04-12
    • 文件大小:2056
    • 提供者:杨辉
  1. student

    0下载:
  2. 用C编写的简单的学生成绩管理系统,使用链表结构,具有添加,删除,修改,排序等功能-C prepared by the simple use of student achievement management system, the use of linked list structure, with add, delete, modify, sort, etc.
  3. 所属分类:Education soft system

    • 发布日期:2017-04-17
    • 文件大小:11814
    • 提供者:wrq
  1. student--system

    0下载:
  2. 学生管理系统,主要是数据结构综合运用,主要有结构体还有一些排序算法,至于链表插入删除还有文件读取都有涉及-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
  3. 所属分类:Education soft system

    • 发布日期:2017-03-27
    • 文件大小:3078
    • 提供者:zj
  1. Students-performance-management

    0下载:
  2. 学生成绩管理系统 采用C语言实现 1、每一条记录包括一个学生的学号、姓名、3门成绩、平均成绩。 2、输入功能:可以一次完成无数条记录的输入。 3、显示功能:完成全部学生记录的显示。 4、查找功能:完成按姓名查找学生记录,并显示。 5、排序功能:按学生平均成绩进行排序。 6、插入功能:按平均成绩高低插入一条学生记录。 7、保存功能:将学生记录保存在任何自定义的文件中,如保存在:c:\score。 8、读取功能:将保存在文件中的学生记录读取出来。 9、有一个清晰美观界
  3. 所属分类:Education soft system

    • 发布日期:2017-04-07
    • 文件大小:4694
    • 提供者:123
  1. dntxl

    0下载:
  2. 学生档案通讯录管理系统,用C++双向循环链表编写,支持信息保存,从文件载入,信息录入,信息添加删除,信息排序,信息修改等功能-Student file address book management system, written in C++ two-way circular linked list, support information is saved and loaded from the file, information input, information is added to
  3. 所属分类:Education soft system

    • 发布日期:2017-04-06
    • 文件大小:99927
    • 提供者:罗晓媛
  1. C-Curriculum-design

    0下载:
  2. 这是一款基于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
  3. 所属分类:Education soft system

    • 发布日期:2017-04-02
    • 文件大小:189270
    • 提供者:陈峰
  1. linear

    0下载:
  2. 基于链表的学生信息管理系统,可实现学生信息的添加、修改、查询、删除、批量读取、排序等功能-A student information management system based on the list,in which you can add, modify, query, delete, make batch reading and sort and achieve other functions on the students information
  3. 所属分类:Education soft system

    • 发布日期:2017-05-08
    • 文件大小:1718969
    • 提供者:常渊智
搜珍网 www.dssz.com