搜索资源列表
线性表及其应用--长整数四则运算
- 数据结构课程设计线性表及其应用,长整数四则运算,实现任意长的整数进行加法运算的演示程序。-curriculum design data structures and application of linear table, four long integer operations and achieve long arbitrary integer addition operations for the demonstration program.
链表的C语言实现之单链表的实现
- 所谓链表,就是用一组任意的存储单元存储线性表元素的一种数据结构-so-called List, a group is using an arbitrary memory cell storage element linear form of a data structure
wenbenbianji1
- 题目:文本编辑 一、需求分析 1、任务:输入一页文字,程序可以统计出文字、数字、空格的个数。 静态存储一页文章,每行最多不超过80个字符,共N行; 2、要求: (1)分别统计出其中英文字母数和空格数及整篇文章总字数; (2)统计某一字符串在文章中出现的次数,并输出该次数; (3)删除某一子串,并将后面的字符前移。 存储结构使用线性表,分别用几个子函数实现相应的功能; 3、输入数据的形式和范围:可以输入大写、小写的英文字母、任何数字及标点符号。 输出形式:
shujujiegoushunxubiao
- 此程序为数据结构的实现,主要是实现的线性表的插入,删除,合并等关于线性表中的顺序表的实现过程。并举例进行了实现,有很高的参考价值-procedure for the realization of data structure, is a linear table, insert, delete, merging on the table linear chronology of the implementation process. And for the realization of a hi
sub
- 数据结构实验课程设计 车厢调度问题 线性表应用级
xianxingbiao
- 数据结构,构造线性表以及对他的插入删除等操作
1232
- 数据结构的线性表算法~~包括建立线性表、删除线性表等功能
wenzhang
- 文章编辑,一定是对的,主要包括1. 输入一页文字,程序可以统计出文字、数字、空格的个数。静态存储一页文 章,每行最多不超过80个字符,共N行; 1) 分别统计出其中英文字母数和空格数及整篇文章总字数; 2) 统计某一字符串在文章中出现的次数,并输出该次数; 3) 删除某一子串,并将后面的字符前移。 存储结构使用线性表,分别用几个子函数实现相应的功能;输入数据的形式和范围:可以输入大写、小写的英文字母、任何数字及标点符号。 -Articles editor, will de
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
eg1
- 数据结构中线性表的相关问题,包括线性表的查找、插入和删除-Linear table data structure related issues, including the linear form of the find, insert and delete
DataStructure
- C#语言版本的各种数据结构的代码,包括线性表、循环链表、堆栈、队列、矩阵、树、图及各种查找算法的代码。-C# language versions of the various data structures of the code, including the linear form, circular linked list, stack, queue, matrix, tree, graph, and a variety of search algorithm code.
choice
- 实验目的 熟悉线性表的基本运算在顺序存储结构和链式存储结构上的实现,其中重点熟悉链表的各种操作。 时间要求:4学时 问题描述: 约瑟夫(Joseph)问题的一种描述是:编号为1,2,3,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码〈正整数〉,一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数,报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止。试设计一个程序求
SQ_LIST
- 实现数据结构中线性表的基本功能的c语言代码-C language code to achieve the basic function of the linear form in the data structure
ConsoleApplication1
- 数据结构试验报告:线性表,同学录管理系统-The linear table Classmates management system
cell
- 数据结构 C语言 关于细胞问题的线性链表实现 模拟细胞演变情况 例如细胞周围有四个其他细胞 则此细胞死亡-C language data structures on the cell problem linear list evolution of analog cells such as cell surrounded by four other cells, this cell death
LinkList
- 2.4 线性表的应用举例 线性表的顺序存储结构 线性表的顺序存储结构是指用一组连续的存储单元依次存储线性表中的每个数据元素。-2.4 Application examples linear table storage structure in order linear form linear sequence table storage structure refers to a group of contiguous memory locations sequentially sto
LinkQueue
- 2.4 线性表的应用举例 线性表的链式存储结构 线性表的顺序存储结构是指用一组连续的存储单元依次存储线性表中的每个数据元素。 -2.4 Application examples linear table storage structure linear form linear chain sequence table storage structure refers to a group of contiguous memory locations sequentially stor
LinearList
- 数据结构,随机生成若干数字实现线性表的逆置-Data structures, randomly generated number of digital inverse linear table set
tst
- 一、实验目的 1、掌握线性表中元素的前驱、后续的概念。 2、掌握顺序表与链表的建立、插入元素、删除表中某元素的算法。 3、对线性表相应算法的时间复杂度进行分析。 4、理解顺序表、链表数据结构的特点(优缺点)。 二、实验预习 说明以下概念 1、线性表: 2、顺序表: 3、链表: -One, the purpose of the experiment 1, grasp the concept of precursor, the elem
线性表1.0
- 线性表c#语言实现,其中包括顺序存储结构和链表存储结构,对数据结构线性表的理解更加深刻。(Linear table c# language implementation)