搜索资源列表
polynomial
- 实验1:链表的应用--求两个一元多项式之和 1、实验目的:掌握单链表的各种基本操作,包括单链表的建立和查找等。 2、对象和结果:用单链表存储一元多项式,将两个存储一元多项式的单链表相加,最后产生结果单链表。 3、实验要求:结果单链表按降幂或升幂排列。
SparseMatrix
- 实验1:链表的应用--求多项式之和 1、实验目的:掌握单链表的各种基本操作,包括单链表的建立和查找等。 2、对象和结果:用单链表存储一元多项式,将两个存储一元多项式的单链表相加,最后产生结果单链表。 3、实验要求:结果单链表按降幂或升幂排列。
quantic
- 实验1:链表的应用--求两个一元多项式之和 1、实验目的:掌握单链表的各种基本操作,包括单链表的建立和查找等。 2、对象和结果:用单链表存储一元多项式,将两个存储一元多项式的单链表相加,最后产生结果单链表。 3、实验要求:结果单链表按降幂或升幂排列。
Singlelinkedlist
- 数据结构实验课题,关于单链表的建立,插入,删除
实验四
- 1.单链表的顺序查找, 2有序表的折半查找(用递归实现), 3有序表的折半查找(用非递归实现)。-1. Single-Chain order to find, orderly Table 2 BINARY SEARCH (using recursive), Table 3, orderly BINARY SEARCH (non - recursive).
数据结构实验,单链表的实现
- 单链表的建立,已经经过编译,没有问题了,这个是数据库的上机实验-the establishment, already built, no problem, this is a database of experimental plane
2.txt
- 单链表的构建,适合数据结构实验使用,或者平时的沟通交流-Single list building, suitable data structure experimental use, or the usual communication
LinkNode
- 数据结构课程,学生实验信息管理,单链表的实现和应用-Data structure courses, students experiment information management, the realization of a single list and applications
2
- 单链表的插入和删除实验目的: 1、定义单链表的结点类型 2、通过单链表的定义掌握线性表的链式存储结构的特点; 3、熟悉单链表的建立以及插入、删除等基本操作。 -# include <stdio.h> # include<malloc.h> # define ND sizeof(struct List) struct List {int data struct List*next } void main() {
danlianbiaonizhi
- 这是一个单链表逆置的小程序。是软件实验时自己写的小程序。-This is a single list against the purchase of small procedures. Experiment software to write their own small program.
aa
- 本次通讯录管理程序主要是运用了链表的应用,线性表是数据结构中最简单、最常用的一种线性结构,本次实验主要任务是使用有关单链表的操作来实现通讯录信息系统管理。-The address book management is the application of the use of a linked list, linear data structure table is the most simple, the most commonly used as a linear structure, th
1
- 实验1 线性表(1) 输入若干正整数,建立一个顺序表,并在顺序表上实现如下操作:(1)在第3个元素位置插入666。(2)将第8个元素删除。(3)查找值为65的元素,若存在则输出,否则打印没有该元素。 实验2 线性表(2) 输入若干正整数,建立一个带头结点的单链表,并在单链表上实现如下操作:(1)在第3个元素位置插入666。(2)将第8个元素删除。(3)查找值为65的元素,若存在则输出,否则打印没有该元素。(4)查找第3个元素,若存在则输出,否则打印没有该元素。 实验6
1-1
- 实验内容: 设计一个一元多项式的简单计算器,其基本功能有:①输入并建立多项式;②输出多项式;③多项式相加;④多项式相减;⑤多项式的乘积(选作)。可利用单链表或单循环表实现。-Experiment content: the design of a one dollar a simple polynomial calculator, and its basic functions: ① the importation and the establishment of polynomials
lcj_单链表源代码
- 一、 实验目的 1、 掌握线性表的链接存储结构; 2、 验证单链表及其基本操作的实现; 3、 进一步理解算法与程序的关系; 4、 能将单链表算法关系转化成对应的程序;(First, the purpose of the experiment 1. Master the link storage structure of the linear table; 2, verify the single linked list and its basic operation; 3, to
第二次实验第一题
- 建立元素值为整型的顺序表,编程,用插入排序算法实现顺序表排序 建立元素值为整型的单链表,编程,用插入排序算法实现单链表排序(Establish the element value of integer order form, programming, using sequence table sort insertion sort algorithm)
数据结构-单链表-实验报告
- 1.实验目的及要求 1.1实验目的: (1)掌握线性表的顺序存储结构; (2)验证单链表及其基本操作的实现; (3)进一步理解算法与程序的关系,能够将单链表算法转换为对应的程序。 1.2 实验要求: (1)用头插法(或尾插法)建立带头结点的单链表; (2)对已建立的单链表实现插入、删除、查找等基本操作。(1 the purpose and requirements of the experiment 1.1 the purpose of the experiment:
162209104229 张瑞 实验一
- 了解和掌握线性表的逻辑结构和顺序、链式存储结构,掌握两种存储结构的基本算法及相关的时间性能分析。 二、要求: 任务一:建立一顺序表,实现其基本操作。 任务二:建立一个数据域定义为字符串的单链表,在链表中不允许有重复的字符串;根据输入的字符串,先找到相应的结点,后删除(Understand and master the logical structure and sequence of linear tables, chain storage structure, master the ba
单链表实验
- 创建一个单链表,以及实现单链表一些基本的算法(Create a single chain table)
实验一 单链表
- 单链表的实验,需要的同学拿去。谢谢!......................(the lab for danlianbiao,if you need,you know it)
第二次试验
- 数据结构 产生单链表实验 数据结构 产生单链表实验(Data structure produces single chain tables Experiment)