搜索资源列表
链表的C语言实现之单链表的实现
- 所谓链表,就是用一组任意的存储单元存储线性表元素的一种数据结构-so-called List, a group is using an arbitrary memory cell storage element linear form of a data structure
single_link
- 单链表,数据结构中的c语言实现,非常使用的小程序-single linked list, the data structure of c language, the use of very small procedures
C++
- 用C++语言编写的链表操作程序,可以实现链表的基本操作:头插法建立单链表,尾插法建立单链表
DLB
- 关于单链表的C、C++ 语言实现, 上传给那些需要数据结构实验的 人
student
- 单链表实现简单学生管理源码,数据结构实验,C语言实现。
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&
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
danlianbiao
- 用C语言实现单链表的建立、查找、插入、删除功能-C language implementation with the establishment of a single linked list, find, insert, delete function
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.
linklist
- c语言 单链表的实现 包含三个文件linklist.c linklist.h main.c-c language to achieve a single linked list
structure
- 数据结构中单链表的创建和栈的创建,用C语言实现创建(Data structure in the creation of single-linked list and stack creation, with the C language to achieve the creation)
单链表
- 使用c语言,用单链表完成学生管理系统,使用单链表完成对学生信息的读取、学生增删、指针交换实现姓名/学号/单科成绩的排序,由学生姓名或学号进行查询学生全部信息,实现学生数量无限制的链式结构,可对学生进行无限增加与删除。所有排序内容均使用指针实现,禁止使用直接内容交换(Complete the student management system)
Student's information system
- 1. 输入记录 系统通过键盘逐个输入学生记录,同时保存在文件(Stu_Score.txt)中,便于下次进入系统后可从文件中导入记录。学生记录由学生的基本信息和成绩字段构成。 2. 更新记录 实现对学生记录的修改、删除等操作。同时,将更新后的记录存入源数据文件中。 3. 查询记录 采用单链表操作,查找满足相关条件的学生记录。在本系统中,可以按照学生的学号或姓名在链表中查找。若找到该学生记录,显示记录信息。否则,返回空指针,输出未找到该学生记录的提示信息。 4. 统计记录 主要完成对各
LinearList
- 基于C++语言实现数据结构中的线性表。根据线性表的抽象数据类型的定义,以带头结点的单链表结构实现线性表,并完成线性表的基本功能。(A linear table in a data structure is implemented based on C++.)
单链表
- 用 C 语言实现了一个单链表的基础的增删查改功能(This is a simple list with C)
link_list
- 使用C语言,构成单链表,实现单链表的增删改查功能(C language is used to form single linked list, and add and delete functions of single linked list.)
单链表
- 单链表,增删查改 单链表,实现了删除,插入,遍历等功能(Single linked list, delete, insert, traversal and other functions.)