搜索资源列表
链表的C语言实现之单链表的实现
- 所谓链表,就是用一组任意的存储单元存储线性表元素的一种数据结构-so-called List, a group is using an arbitrary memory cell storage element linear form of a data structure
cifang
- 用C语言编写程序,以单链表为存储结构,对学生成绩进行处理,要求实现如下功能: (1)随意输入1班至少10人的学号、成绩,将数据按成绩由高到低的顺序保存在一个单链表中;随意输入2班至少10人的学号、成绩,将数据按成绩由高到低的顺序保存在另一个单链表中; (2)对至少4人的成绩进行修正,输入班级、学号和成绩修正,如+5,-3,-10,+2,但仍要保持数据按成绩由高到低有序; (3)分别按顺序输出两个班的成绩表。 (4)将两个班的单链表合并成一个单链表,数据仍按成绩由高到低有序;
C源代码实例
- 包含220个C语言的各种源程序:001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010 猜数字游戏 011 模拟ATM(自动柜员机)界面 012 用一维数组统计学生成绩 013 用二维数组实现矩阵转置 014 求解二维数组的最大/最小元素 015 利用数组求前n个
WL40987330 C语言算法集
- 目录 第一部分 基础篇 001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010&
list
- C语言单链表实现19个功能完全详解,介绍链表的建立、删除、插入等操作-C-19 features a single linked list entirely explain, described the establishment of the list, delete, insert and other operations
JLFDLB
- 改程序为用c语言编写的实现单链表的生成、插入、查找、删除、修改等基本功能的小程序-The generation of single-linked list, insert, search and other basic functions
lianbiaodejianli
- c语言实现的 1.利用头插法和尾插法建立一个无头结点单链表,并从屏幕显示单链表元素列表。 2.利用头插法和尾插法建立一个有头结点单链表,并从屏幕显示单链表元素列表。 -c language implementation of a. the use of head and tail interpolation interpolation to establish a single list without a head node, and the screen displays a s
link
- 用c语言实现的带头结点的单链表的一些基本操作,包括插入删除逆序-C language implementation with a lead single node list some of the basic operations, including the insertion deletion reverse, and so
aa
- c语言实现的单链表的合并操作,比较简答,供大家参考呀。-LinkedList LinkedListIntersection(LinkedList L1,LinkedList L2,LinkedList L3)
LenearTableComplet
- 采用c语言实现数据结构单链表的各种操作,如增加表元素,删除表元素等-C language data structure used a single list of the various operations, such as increasing the table element, delete the table element, etc.
danlianbiao
- 利用c#语言实现对单链表的操作,包括单链表的反转、单链表的删除、单链表的插入等等。-Use c# language on a single list of operations, including single-linked list reversal, the removal of a single list, single list insertion, etc..
CUI8
- 利用c语言实现单链表的创建插入和删除操作-Single linked list using c language to create insert and delete operations
LinkList
- 用c语言实现单链表的创建,查询,删除等操作-Single linked list using c language to create, query, and delete
linklist
- 用c语言实现一个单链表的操作,其中包括建立一个单链表并且翻转,实验时打印单链表的所有结点值-The operation of a single linked list using c language, including the establishment of a single linked list and flip experiment when printing single linked list node values
hzxdw
- 猴子选大王,C语言实现,用到的是单链表循环,输入m个猴子,报数到n则退出,最后的一个是大王。内有详细注释。-The monkey king election, the C language, used in a single linked list loop input m a monkey reported to n then exit, the last one is the king. Detailed notes.
danlianbiao
- 用C++语言实现了单链表的各种操作,简单易用-Language to achieve a single list with C++ various operations
SY1
- 用c语言实现了数据结构中的单链表结构,
structure
- 数据结构中单链表的创建和栈的创建,用C语言实现创建(Data structure in the creation of single-linked list and stack creation, with the C language to achieve the creation)
LinearList
- 基于C++语言实现数据结构中的线性表。根据线性表的抽象数据类型的定义,以带头结点的单链表结构实现线性表,并完成线性表的基本功能。(A linear table in a data structure is implemented based on C++.)
单链表
- 用 C 语言实现了一个单链表的基础的增删查改功能(This is a simple list with C)