搜索资源列表
JosephCentralissues.rar
- 约瑟夫环问题,数据结构实验题目实验一 线性表应用,Joseph Central issues
shuzhifenxi3
- 实验题目:曲线拟合的最小二乘法 相关知识:已知C[a,b]中函数f(x)的一组实验数据(xi,yi)(i=0,1,…,m),其中yi=f(xi)。设 是C[a,b]上线性无关函数族。在 中找函数f(x) 曲线拟合的最小二乘解 ,其法方程(组)为: 其中, k=0,1,…,n 特别是,求函数f(x) 曲线拟合的线性最小二乘解 的计算公式为: 数据结构:两个一维数组或一个二维数组 算法设计:(略) 编写代码:(略) 实验用例: 已知函数y
shuzhifenxi5
- 实验题目:Romberg求积公式 相关知识:用两个相邻的近似公式(其中后一个公式是由前一个公式的分半得到的)的线性组合而得到更好的近似公式的方法,就是近代电子计算机上常用的Romberg求积方法,也叫逐次分半加速(收敛)法。 设以 表示二分k次后求得的梯形值,且以 表示序列{ }的j次加速值。Romberg求积公式的T表如下 k h … 0 b-a … 1 … 2
xianxingbiao
- 数据结构 线性表基本算法 线性结构基本算法实现-Basic algorithm for data structure of linear structure of the linear form the basic algorithm
homework1
- 顺序结构线性表 数据结构B第一次作业,以及C=A+B中“=”及“+”的实现-Order structure linear table data structure B first job, as well as the realization of the C = A+B " =" and " +," the
homework2
- 链式结构线性表的实现,数据结构B第二次作业.-Realization of the linear form of chain structure, data structure, B second job.
listbtree
- 数据结构基本结构线性表的顺序实现和链式实现,二叉树各种基本功能的实现-Linear table and the realization of a binary tree
DataStruct_linear
- 数据结构线性表方面的很多经典算法c++实现-Data structure of linear table many the classic algorithm c++ achieve
shujujiegouxiti
- 本习题主要是数据结构线性表概念的理解,以及各种操作,如遍历等-The exercises are mainly linear table data structure understanding of the concept, as well as a variety of operations such as traversal
顺序表
- 学生成绩单的线性表顺序存储 顺序表 数据结构(Student transcr ipts are linear tables, sequentially stored, sequential tables, and data structures)
数据结构
- 数据结构习题答案,针对线性表的应用,包括链表和数组以及静态链表。涉及栈的应用,包含C和C++版本。(Data structure Exercises answer, for linear table applications, including lists and arrays, and static linked list. Applications involving stacks include C and C++ versions.)
list
- 分别以线性表和单链表作存储结构,各写一个实现线性表就地逆置的算法(The linear table and the single linked list are used as the storage structure respectively, and each algorithm is written in place of the linear table)
162209104229 张瑞 实验一
- 了解和掌握线性表的逻辑结构和顺序、链式存储结构,掌握两种存储结构的基本算法及相关的时间性能分析。 二、要求: 任务一:建立一顺序表,实现其基本操作。 任务二:建立一个数据域定义为字符串的单链表,在链表中不允许有重复的字符串;根据输入的字符串,先找到相应的结点,后删除(Understand and master the logical structure and sequence of linear tables, chain storage structure, master the ba
dm02_线性表顺序存储设计与实现
- 数据结构(C语言版)线性表的顺序存储API函数实现代码(The API function realization code of the linear table of data structure)
dm03_线性表链式存储设计与实现
- 数据结构(C语言版)线性表的链式存储设计与实现(完整代码)(The chain storage design and implementation of the data structure (C language version) linear table (complete code))
线性表的应用
- 设计题目:有序表合并 设计目的:1.掌握调试线性表的基本方法; 2.掌握线性表的一些基本操作; 3.加深理解线性表并进行实际应用; 设计内容:将两个有序链表合并为一个有序链表(Design topic: orderly table merge Design objective: 1. master the basic method of debugging linear table. 2. master some basic operations of linear tab
1004线性表去重
- 线性表去重,数据结构作业之线性表去重,用于去除线性表中的相同元素(Linear table weight removal)
第3章线性表
- 基于c语言的线性表代码,包含线性表的顺序存储、链式存储、静态链表(Linear table code based on C language, including sequential storage, chain storage, and static list of linear tables.)
停车场
- 数据结构停车场代码,利用了链表,线性栈,链队列(Data structure car park code, the use of linked list, linear stack, chain queue)
数据结构实验报告
- 中南大学数据结构C++实验报告: 实验一 线性表 实验二 栈、队列与递归算法设计 实验四 树结构及其应用 实验五 图结构及其应用 实验六 查找和排序(Data structure C++ experimental report of central south university)