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

搜索资源列表

  1. CSharp写的数据结构库(从链表到图)

    0下载:
  2. 使用C#写的数据结构库(从链表到图),可以用于教学-use C# to write the data structure library (from the linked list of the map), can be used for teaching
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:17.54kb
    • 提供者:何智峰
  1. student_administator

    0下载:
  2. 学生管理系统是本人用c语言写的一个DOC界面的简单学生管理系统,采用链表存储。-student management system is used c language, I wrote a simple interface DOC student management system that uses Chain store.
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:113.63kb
    • 提供者:无天
  1. asdfdsafd4r

    0下载:
  2. 一个用C语言写的学生成绩管理系统。主要是用链表实现。对初学C语言的同志有点用-a C language students write performance management system. It is mainly used to achieve chain. Right novice C language with a bit of comrades
  3. 所属分类:教育/学校应用

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

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

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

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

    • 发布日期:2008-10-13
    • 文件大小:3.3kb
    • 提供者:俞薇
  1. Student

    0下载:
  2. 学生成绩管理系统的毕业设计 里面包含了PPT演讲文档 用C++开发 链表形式开发-Graduate student achievement management system designed PPT presentation document which contains the C++ development with the development of a linked list
  3. 所属分类:Education soft system

    • 发布日期:2017-05-08
    • 文件大小:1.79mb
    • 提供者:Vencent_H
  1. 图书馆管理

    0下载:
  2. 图书管理 1,输入形式和输入值的范围:图书通过输入书号,书名,著者,总存量来建立一棵B-树,书号,现存量和总存量采用int 型 ,书名,著者采用20位字符串形式定义 借阅者通过输入书号,图书证号来借阅书籍,建立一条借阅者的链表来记录借阅情况 图书证号是20位的字符串 2. 输出的形式:B-树以凹入表形式显示出来,借阅者以借阅图书证号、所借图书的内容、借阅日期显示出来 3. 本程序实现对一本书的采编入库,清除库存,借阅和归还,初步实现图书管理- The books manage 1, the in
  3. 所属分类:Education soft system

    • 发布日期:2017-11-12
    • 文件大小:17.98kb
    • 提供者:吴晓辉
  1. xuejiguanlichengxu

    0下载:
  2. 这是一个用c语言编写的学生学生学籍管理程序 主要用到结构和链表-This is a used c language school students to prepare students to use the structure of management procedures and list the main
  3. 所属分类:Education soft system

    • 发布日期:2017-04-01
    • 文件大小:16.73kb
    • 提供者:苗正
  1. LMS

    0下载:
  2. 纯C语言的图书管理系统,实现了借书还书人员管理等一些简单的操作。数据的保存用c语言操作文本文件。使用链表。-Pure C language library management system to achieve the borrowing and returning books and other personnel management simple. Data preservation operation using c language text file. The use of lin
  3. 所属分类:Education soft system

    • 发布日期:2017-04-24
    • 文件大小:21.92kb
    • 提供者:ggm
  1. student

    0下载:
  2. 学生管理系统 它是用C语言编写的,并且使用了链表和指针还有!-student system the function is to administrate the student s information and input the student s information.the most important is the system is used c and like! it can auto the information!
  3. 所属分类:Education soft system

    • 发布日期:2017-04-07
    • 文件大小:18.02kb
    • 提供者:李春雷
  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
    • 文件大小:2.5kb
    • 提供者:lh
  1. clanguageoverseasinformationmanagementsystems

    0下载:
  2. 我大一时候做的一个C语言课程设计,海外信息管理系统,文本菜单界面,十字交叉链表存储。不过在程序健壮性方面可能还有些问题。-When I do a freshman C language curriculum design, overseas information management systems, text menu interface, criss-cross linked list is stored. However, the robustness aspects of the pr
  3. 所属分类:Education soft system

    • 发布日期:2017-04-02
    • 文件大小:31.85kb
    • 提供者:吴宇斌
  1. xscjglxt

    0下载:
  2. 使用了C数组以及链表实现的学生成绩管理系统-Achieved using the C array and list management system for student achievement
  3. 所属分类:Education soft system

    • 发布日期:2017-03-31
    • 文件大小:5.34kb
    • 提供者:袁红昌
  1. LinkList

    0下载:
  2. Visual C++2005做的用链表实现的图书信息查询系统,经过调试,运行稳定。-Visual C++2005 do realize the list of books with information inquiry system, through commissioning, operation and stability.
  3. 所属分类:Education soft system

    • 发布日期:2017-05-04
    • 文件大小:1.17mb
    • 提供者:王子
  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
    • 文件大小:11.54kb
    • 提供者:wrq
  1. TSMS

    0下载:
  2. 师生关系管理系统用C++编写的源代码,运用链表的方式存储-Teacher-student relationship management system written using C++ source code, the use of the linked list stored
  3. 所属分类:Education soft system

    • 发布日期:2017-04-06
    • 文件大小:343.98kb
    • 提供者:huang
  1. student(c)

    0下载:
  2. 在学校做的学生成绩管理系统。 用C语言写的,用到链表、指针、文件操作-Student achievement at school management system.
  3. 所属分类:Education soft system

    • 发布日期:2017-04-08
    • 文件大小:3.24kb
    • 提供者:gragel
  1. c-link

    0下载:
  2. C语言实验,完成学生管理系统,用链表和指针实现,完全原创,绝地可用-C language experiment, students to complete management system, use the list and the pointer
  3. 所属分类:Education soft system

    • 发布日期:2017-04-14
    • 文件大小:2.67kb
    • 提供者:sx
  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
    • 文件大小:184.83kb
    • 提供者:陈峰
  1. Student's information system

    0下载:
  2. 1. 输入记录 系统通过键盘逐个输入学生记录,同时保存在文件(Stu_Score.txt)中,便于下次进入系统后可从文件中导入记录。学生记录由学生的基本信息和成绩字段构成。 2. 更新记录 实现对学生记录的修改、删除等操作。同时,将更新后的记录存入源数据文件中。 3. 查询记录 采用单链表操作,查找满足相关条件的学生记录。在本系统中,可以按照学生的学号或姓名在链表中查找。若找到该学生记录,显示记录信息。否则,返回空指针,输出未找到该学生记录的提示信息。 4. 统计记录 主要完成对各
  3. 所属分类:教育系统应用

« 12 »
搜珍网 www.dssz.com