搜索资源列表
studentsysterm
- ①: 使用单链表实现本程序要求,单链表每个节点存储一个学生的信息。 ②: 创建一个链表类(List),链表类可实现如下功能: 创建链表,插入节点,删除节点,编辑节点,显示节点,保存链表信息等功能,读入数据文件等功能(详细说明请查看源代码)。 ③: 创建一个操作类(Operater),操作类实现如下功能: 显示菜单,操作链表。 -①: using a single linked list implementation of this procedure requires th
list
- C语言单链表实现19个功能完全详解,介绍链表的建立、删除、插入等操作-C-19 features a single linked list entirely explain, described the establishment of the list, delete, insert and other operations
cityList
- 城市链表 将若干城市的信息,存入一个带头结点的单链表。结点中的城市信息包括:城市名,城 市的位置坐标。要求能够利用城市名和位置坐标进行有关查找、插入、删除、更新等操作。-The city will list a number of city information, take the lead into a single linked list node. Node of city information including: a city name, city location coo
BANK
- 一个银行业务信息管理系统,简单链表操作,能够添加,删除,查询银行各窗口业务信息等功能,版权所有,下载后请于24小时内删除-A banking business information management system, easy operation list, be able to add, delete, query the banks of the window features such as business information, all rights reserved, afte
communicate
- 简单链表实现 基本功能: (1)添加记录 先判断链表是否已经存在。若不存在,需首先自动新建一个链表,然后再添加一条或多条通讯记录。 (2)显示记录 显示当前所有记录。 (3)查询记录 按名字查找,并显示该记录。 (4)通信录排序 按姓名的字母顺序排序,涉及到冒泡等排序算法。 (5)删除记录 实现逐条删除和删除全部记录两种功能。 (6)更新记录 修改已存在记录的信息(提示:需首先判断该记录是否存在)。 (7)按关系
MinDelete
- 用于在一个带头结点的单链表中删除多个最小值的算法。-for delete the minimum value.
2
- 单链表的插入和删除实验目的: 1、定义单链表的结点类型 2、通过单链表的定义掌握线性表的链式存储结构的特点; 3、熟悉单链表的建立以及插入、删除等基本操作。 -# include <stdio.h> # include<malloc.h> # define ND sizeof(struct List) struct List {int data struct List*next } void main() {
JLFDLB
- 改程序为用c语言编写的实现单链表的生成、插入、查找、删除、修改等基本功能的小程序-The generation of single-linked list, insert, search and other basic functions
ds2
- 本次课程设计是一个简单链表综合算法设计,以职工的信息作为结构体,其中包括职工号、姓名、部门号和工资4个数据。在链表中涉及到插入、修改、删除、查找和排序等操作。-The curriculum design is a simple algorithm for the design of the integrated list to the information as a trade union structure, including staff number, name, department
linklist
- 单链表的基本功能,如插入,删除结点,比较链表中元素大小,-The basic function of a single linked list, such as insert, delete nodes, comparing the size of elements in list,
deletelistnodestepbystep
- 循环单链表每隔一个元素就删除一个元素(结点)-Every element of a circular single linked list to delete an element (node)
Singlelist
- 单链表,包含简单的插入和删除功能,使用模版类。-Single-linked list, containing a simple insertion and removal, use the template class.
clinklist
- 循环单链表的基本运算 包括建立链表 查找元素 删除 插入等-Cyclic simple list of basic operations including the establishment of the list to find elements to delete insertion
linklist
- 单链表的基本运算 包括单链表的建立 元素的插入和删除-Single list of the basic elements of the insert and delete operations
11
- 用前插法建立带表头结点的单链表;(参考P17) 在该链表中统计数据值为x的结点个数。 在该链表中值为k的结点前插入y结点,并删除k结点,如果没有值为k的结点则把y结点插在表尾 -Method with forward runs set up the header node with a single list (see P17) in the list of statistical data value x number of nodes. K in the list whose
Link_list
- 简单链表 可以创建一个表 进行插入、删除、替换、增加等操作-Link List create a list, have the function like insert, delete, replace and so on
EnhancedLinkedList
- 用C++实现的加强版的单链表,包括插入、删除、查找等功能。-The Implemention of EnhancedLinkedList
link
- 实现链表的基本功能,包括单链表、双链表的基本操作,增加、删除、排序、插入等。(Basic function realization of linked list)
新建文件夹
- 删除单链表中多余元素, 采用c语言的编程环境。(Single chain table exercises delete redundant data elements in a single chat table)
parse
- c 实现单链表 生成 删除,插入,翻转等基本链表操作(C realizes single chain table generation, deletion, insertion, flipping and other basic chain operations.)