搜索资源列表
cifang
- 用C语言编写程序,以单链表为存储结构,对学生成绩进行处理,要求实现如下功能: (1)随意输入1班至少10人的学号、成绩,将数据按成绩由高到低的顺序保存在一个单链表中;随意输入2班至少10人的学号、成绩,将数据按成绩由高到低的顺序保存在另一个单链表中; (2)对至少4人的成绩进行修正,输入班级、学号和成绩修正,如+5,-3,-10,+2,但仍要保持数据按成绩由高到低有序; (3)分别按顺序输出两个班的成绩表。 (4)将两个班的单链表合并成一个单链表,数据仍按成绩由高到低有序;
longrecord
- 使用链表构造变长记录,实现变长记录的存储、增加、删除、查找等相关操作-Linked list structure using variable-length records, the realization of variable-length record store, add, delete, search and other related operations
A_Linked_list
- A program to generate a linked list. Uses the file orig.txt
delRepeat
- 分别用数组和链表方式实现去除文件中的重复行。先将文件内容读入一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
Base_oprator_of_linklist2
- 单链表的基本操作、插入、删除、逆转、按地址排序、归并等操作,均采用指向指针的指针来完成。-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.
linklist
- 建立了一个单链表之后,如果要进行一些如插入、删除等操作该怎么办?所以还须掌握一些单链表的基本算法,来实现这些操作。单链表的基本运算包括:查找、插入和删除。下面我们就一一介绍这三种基本运算的算法,并结合我们建立单链表的例子写出相应的程序。 -After the establishment of a single linked list, if you want some, such as insert, delete files how to do? Therefore, a single l
inout
- 利用链表实现,文本文件和二进制文件的输入输出-Using linked list implementation, text files and binary file input and output
linked-test
- c链表操作,对城市温度进行处理,对相应温度进行排序-The records are read into a singly linked list
linked-list
- 链表的C语言详细解释,详细说明链表的用法。并在VS2008里运行过。-The C language linked list detailed explanation of the detailed descr iption of the usage of the list. In VS2008 running.
filecopy3
- 打开被占用的数据文件 DeviceIoControl 通过文件链表读取-Open the data files occupied DeviceIoControl to read through the files linked list
Cpp1
- 编制一个成绩记录簿,每个学生信息包括:学号、姓名、C语言成绩。具体功能: (1)创建信息链表并以磁盘文件保存; (2)读取磁盘文件并显示输出所有学生的成绩; (3)按学号或姓名查询成绩; (4)添加成绩记录; (5)修改指定姓名或学号的学生的成绩并可存盘; (6)显示输出60分以下、60~79、80~89、90分以上各分数段的学生信息(可选项)。 -Preparation of an achievement record book, each student info
link
- 实现链表的一些操作,方便进行遍历,查找等程序-Operation, convenient linked list traversal, the search procedure
students_management_system_new
- 这个是用链表写的,功能应该比较全的,用链表可实现动态内存分配,方便存储人数不确定的信息-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
DNList
- 配套数据结构,关于双向链表的一系列操作,已经运行成功。-Doubly linked list
Algorithm_EveryDay
- 里面包含的代码有:名字的漂亮度、判断两个单向链表是否有相交,并找出交点、双向冒泡排序、//数组是否重复、输出最大矩阵、实现单链表交换任意两个元素(不包括表头)等,面试必备题目-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
coaxfal
- The definition and use of the linked list cla-The definition and The use of The linked list class