搜索资源列表
2.txt
- 单链表的构建,适合数据结构实验使用,或者平时的沟通交流-Single list building, suitable data structure experimental use, or the usual communication
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.
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
Polynomial
- 多项式的乘法运算和修改循环表为单链表,这是cpp文件,用于学校实验报告用-Polynomial multiplication table and modify the circulation as a single list, which is the cpp file, Experimental report for schools
LinkMerge
- 归并实验,使用单链表作为基本数据结构来完成设计,采用模块化设计由主程序调用链表创建函数和归并程序完成-Incorporation experiments, using a single linked list as the basic data structure to complete the design, modular design to create the list from the main program calls the function and the merge proc
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
polynomial
- 实验需要,一个多项式相加,一个多项式相乘,用代表头的非循环的单链表完成-Experimental needs, a polynomial, a polynomial multiplication, on behalf of head acyclic singly linked list is complete
第二次实验第一题
- 建立元素值为整型的顺序表,编程,用插入排序算法实现顺序表排序 建立元素值为整型的单链表,编程,用插入排序算法实现单链表排序(Establish the element value of integer order form, programming, using sequence table sort insertion sort algorithm)
162209104229 张瑞 实验一
- 了解和掌握线性表的逻辑结构和顺序、链式存储结构,掌握两种存储结构的基本算法及相关的时间性能分析。 二、要求: 任务一:建立一顺序表,实现其基本操作。 任务二:建立一个数据域定义为字符串的单链表,在链表中不允许有重复的字符串;根据输入的字符串,先找到相应的结点,后删除(Understand and master the logical structure and sequence of linear tables, chain storage structure, master the ba
实验一 单链表
- 单链表的实验,需要的同学拿去。谢谢!......................(the lab for danlianbiao,if you need,you know it)
第二次试验
- 数据结构 产生单链表实验 数据结构 产生单链表实验(Data structure produces single chain tables Experiment)