CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 文件操作 搜索资源 - linked list

搜索资源列表

  1. cifang

    0下载:
  2. 用C语言编写程序,以单链表为存储结构,对学生成绩进行处理,要求实现如下功能: (1)随意输入1班至少10人的学号、成绩,将数据按成绩由高到低的顺序保存在一个单链表中;随意输入2班至少10人的学号、成绩,将数据按成绩由高到低的顺序保存在另一个单链表中; (2)对至少4人的成绩进行修正,输入班级、学号和成绩修正,如+5,-3,-10,+2,但仍要保持数据按成绩由高到低有序; (3)分别按顺序输出两个班的成绩表。 (4)将两个班的单链表合并成一个单链表,数据仍按成绩由高到低有序;
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1.98kb
    • 提供者:houny
  1. longrecord

    0下载:
  2. 使用链表构造变长记录,实现变长记录的存储、增加、删除、查找等相关操作-Linked list structure using variable-length records, the realization of variable-length record store, add, delete, search and other related operations
  3. 所属分类:File Operate

    • 发布日期:2017-04-15
    • 文件大小:7.36kb
    • 提供者:陈第
  1. A_Linked_list

    0下载:
  2. A program to generate a linked list. Uses the file orig.txt
  3. 所属分类:File Operate

    • 发布日期:2017-04-13
    • 文件大小:2.59kb
    • 提供者:MOHA
  1. delRepeat

    0下载:
  2. 分别用数组和链表方式实现去除文件中的重复行。先将文件内容读入一buffer,按行拆分,每行数据只取\t之前的部分。然后用二分直接插入法将不重复的字符串放入一二维数组或动态链表中。 -Respectively, be achieved using arrays and linked the file to remove duplicate rows. Content of the document read into a first buffer, split by row, each row
  3. 所属分类:File Operate

    • 发布日期:2017-04-04
    • 文件大小:268.4kb
    • 提供者:haiyan
  1. Base_oprator_of_linklist2

    0下载:
  2. 单链表的基本操作、插入、删除、逆转、按地址排序、归并等操作,均采用指向指针的指针来完成。-The basic operation of a single linked list, insert, delete, reverse, sort by address, merge, etc, are used to complete the pointer to a pointer.
  3. 所属分类:File Operate

    • 发布日期:2017-04-17
    • 文件大小:195.64kb
    • 提供者:qihailong
  1. linklist

    0下载:
  2. 建立了一个单链表之后,如果要进行一些如插入、删除等操作该怎么办?所以还须掌握一些单链表的基本算法,来实现这些操作。单链表的基本运算包括:查找、插入和删除。下面我们就一一介绍这三种基本运算的算法,并结合我们建立单链表的例子写出相应的程序。 -After the establishment of a single linked list, if you want some, such as insert, delete files how to do? Therefore, a single l
  3. 所属分类:File Operate

    • 发布日期:2017-03-31
    • 文件大小:1.21kb
    • 提供者:znznz
  1. inout

    0下载:
  2. 利用链表实现,文本文件和二进制文件的输入输出-Using linked list implementation, text files and binary file input and output
  3. 所属分类:File Operate

    • 发布日期:2017-05-15
    • 文件大小:3.47mb
    • 提供者:nie
  1. linked-test

    0下载:
  2. c链表操作,对城市温度进行处理,对相应温度进行排序-The records are read into a singly linked list
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:2.66kb
    • 提供者:baiter
  1. linked-list

    0下载:
  2. 链表的C语言详细解释,详细说明链表的用法。并在VS2008里运行过。-The C language linked list detailed explanation of the detailed descr iption of the usage of the list. In VS2008 running.
  3. 所属分类:File Operate

    • 发布日期:2017-03-31
    • 文件大小:9.98kb
    • 提供者:ke
  1. filecopy3

    0下载:
  2. 打开被占用的数据文件 DeviceIoControl 通过文件链表读取-Open the data files occupied DeviceIoControl to read through the files linked list
  3. 所属分类:File Operate

    • 发布日期:2017-04-10
    • 文件大小:1.81mb
    • 提供者:laohu
  1. Cpp1

    1下载:
  2. 编制一个成绩记录簿,每个学生信息包括:学号、姓名、C语言成绩。具体功能: (1)创建信息链表并以磁盘文件保存; (2)读取磁盘文件并显示输出所有学生的成绩; (3)按学号或姓名查询成绩; (4)添加成绩记录; (5)修改指定姓名或学号的学生的成绩并可存盘; (6)显示输出60分以下、60~79、80~89、90分以上各分数段的学生信息(可选项)。 -Preparation of an achievement record book, each student info
  3. 所属分类:File Operate

    • 发布日期:2015-04-13
    • 文件大小:2kb
    • 提供者:azhen
  1. link

    0下载:
  2. 实现链表的一些操作,方便进行遍历,查找等程序-Operation, convenient linked list traversal, the search procedure
  3. 所属分类:File Operate

    • 发布日期:2017-11-22
    • 文件大小:1.38kb
    • 提供者:Jeremy
  1. students_management_system_new

    0下载:
  2. 这个是用链表写的,功能应该比较全的,用链表可实现动态内存分配,方便存储人数不确定的信息-This is written in the list, the function should be more complete, with a linked list which can realize the dynamic memory allocation, convenient to store the number of uncertain information
  3. 所属分类:File Operate

    • 发布日期:2017-04-06
    • 文件大小:234.43kb
    • 提供者:Jimmy
  1. DNList

    0下载:
  2. 配套数据结构,关于双向链表的一系列操作,已经运行成功。-Doubly linked list
  3. 所属分类:File Operate

    • 发布日期:2017-04-12
    • 文件大小:700byte
    • 提供者:臧阔
  1. Algorithm_EveryDay

    0下载:
  2. 里面包含的代码有:名字的漂亮度、判断两个单向链表是否有相交,并找出交点、双向冒泡排序、//数组是否重复、输出最大矩阵、实现单链表交换任意两个元素(不包括表头)等,面试必备题目-Which contains the code: name of beautiful, judgment two one-way linked list is intersect, and find out the intersection, bidirectional bubble sort,// array is re
  3. 所属分类:File Operate

    • 发布日期:2017-06-09
    • 文件大小:15.33mb
    • 提供者:温鑫荣
  1. coaxfal

    0下载:
  2. The definition and use of the linked list cla-The definition and The use of The linked list class
  3. 所属分类:File Operate

    • 发布日期:2017-12-15
    • 文件大小:22kb
    • 提供者:Gfioxn
搜珍网 www.dssz.com