搜索资源列表
wenzhouxueyuan
- #include <stdio.h> #include <stdlib.h> #define OK 1 #define OVERFLOW -2 typedef int status typedef struct LinkList{ //用带表头结点的有序链表表示多项式 float coef //系数 int expn //指数 struct LinkList *next //指向后继的指针
linklist
- 链表(包含) 查询,插入,删除,按值查找-linklist
yizhilianbiao
- 用异质链表做学校的人员管理,包括姓名、性别、年龄、职务等方面-linklist to personal management
linklist
- 介绍一些初学者学链表的基本操作,包括创建,插入,删除,排序以及销毁-Some beginners learn the basic operation of the linked list, including create, insert, delete, sort, and the destruction of
LINKLIST
- 单链表的增删查改功能,可以实现单链表的创建、传入数据;并能实现对已有单链表的插入数据、删除数据等功能。-Single linked list of additions and deletions check change function, you can achieve the creation of a single list, incoming data insert data of existing single linked list, delete data and functio
LinkList
- 关于二叉树的,list的一些资料,可以用C++来运行-About the binary tree, a list of some of the data, can be used to run the c++
LinkList
- 用循环语句创建链表并释放,关于数据结构的小练习程序-creat linklist
LINKED-LIST
- LinkList impelementation
LINKLIST
- its a link list project program it used to build unlimited data storage to collect data user at run time that is very useful for students as we-its a link list project program it used to build unlimited data storage to collect data user at run time
linklist
- 链表是一种物理存储单元上非连续、非顺序的存储结构,数据元素的逻辑顺序是通过链表中的指针链接次序实现的。链表由一系列结点(链表中每一个元素称为结点)组成,结点可以在运行时动态生成。每个结点包括两个部分:一个是存储数据元素的数据域,另一个是存储下一个结点地址的指针域。-The list is a non-contiguous physical memory cell, non-sequential storage structure, logical sequence of data element
LinkList
- C数据结构课程设计 交集与并集的函数代码模块-C curriculum design and the intersection of function and set the code module
1203
- Input Format 输入文件包括四行。 第一行包括一个字符串,有三种情况:int、char、double,代表线性表的类型。 第二行包括两个正整数n,m. (1<=n,m<=10000) 第三行包括n个用空格分开的数据,内容可能是整形,浮点或者字符,由第一行的内容决定,代表第一个线性表的元素。 第四行包括m个用空格分开的数据,内容可能是整形,浮点或者字符,由第一行的内容决定,代表第二个线性表的元素。 Output Format 输出文件包括一行内容,其中每个数据用空格隔开,代表