CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 数据结构 线性表

搜索资源列表

  1. JosephCentralissues.rar

    0下载:
  2. 约瑟夫环问题,数据结构实验题目实验一 线性表应用,Joseph Central issues
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:576
    • 提供者:哈达
  1. shuzhifenxi3

    0下载:
  2. 实验题目:曲线拟合的最小二乘法 相关知识:已知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
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:947
    • 提供者:张涛
  1. shuzhifenxi5

    1下载:
  2. 实验题目:Romberg求积公式 相关知识:用两个相邻的近似公式(其中后一个公式是由前一个公式的分半得到的)的线性组合而得到更好的近似公式的方法,就是近代电子计算机上常用的Romberg求积方法,也叫逐次分半加速(收敛)法。 设以 表示二分k次后求得的梯形值,且以 表示序列{ }的j次加速值。Romberg求积公式的T表如下 k h … 0 b-a … 1 … 2
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:811
    • 提供者:张涛
  1. xianxingbiao

    0下载:
  2. 数据结构 线性表基本算法 线性结构基本算法实现-Basic algorithm for data structure of linear structure of the linear form the basic algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:5343
    • 提供者:湘婷
  1. homework1

    0下载:
  2. 顺序结构线性表 数据结构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
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-28
    • 文件大小:8076
    • 提供者:xuyizhi
  1. homework2

    0下载:
  2. 链式结构线性表的实现,数据结构B第二次作业.-Realization of the linear form of chain structure, data structure, B second job.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-13
    • 文件大小:612343
    • 提供者:xuyizhi
  1. listbtree

    0下载:
  2. 数据结构基本结构线性表的顺序实现和链式实现,二叉树各种基本功能的实现-Linear table and the realization of a binary tree
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:534220
    • 提供者:bushuo
  1. DataStruct_linear

    0下载:
  2. 数据结构线性表方面的很多经典算法c++实现-Data structure of linear table many the classic algorithm c++ achieve
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-28
    • 文件大小:6955667
    • 提供者:
  1. shujujiegouxiti

    0下载:
  2. 本习题主要是数据结构线性表概念的理解,以及各种操作,如遍历等-The exercises are mainly linear table data structure understanding of the concept, as well as a variety of operations such as traversal
  3. 所属分类:Other systems

    • 发布日期:2017-04-27
    • 文件大小:10462
    • 提供者:王东
  1. 顺序表

    0下载:
  2. 学生成绩单的线性表顺序存储 顺序表 数据结构(Student transcr ipts are linear tables, sequentially stored, sequential tables, and data structures)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:461824
    • 提供者:aliflcat
  1. 数据结构

    0下载:
  2. 数据结构习题答案,针对线性表的应用,包括链表和数组以及静态链表。涉及栈的应用,包含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.)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:119808
    • 提供者:Lucien Liu
  1. list

    0下载:
  2. 分别以线性表和单链表作存储结构,各写一个实现线性表就地逆置的算法(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)
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:LINcwf
  1. 162209104229 张瑞 实验一

    0下载:
  2. 了解和掌握线性表的逻辑结构和顺序、链式存储结构,掌握两种存储结构的基本算法及相关的时间性能分析。 二、要求: 任务一:建立一顺序表,实现其基本操作。 任务二:建立一个数据域定义为字符串的单链表,在链表中不允许有重复的字符串;根据输入的字符串,先找到相应的结点,后删除(Understand and master the logical structure and sequence of linear tables, chain storage structure, master the ba
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:9216
    • 提供者:神龟
  1. dm02_线性表顺序存储设计与实现

    0下载:
  2. 数据结构(C语言版)线性表的顺序存储API函数实现代码(The API function realization code of the linear table of data structure)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:1130496
    • 提供者:qwerfight
  1. dm03_线性表链式存储设计与实现

    1下载:
  2. 数据结构(C语言版)线性表的链式存储设计与实现(完整代码)(The chain storage design and implementation of the data structure (C language version) linear table (complete code))
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:1053696
    • 提供者:qwerfight
  1. 线性表的应用

    0下载:
  2. 设计题目:有序表合并 设计目的: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
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:49152
    • 提供者:萱仔
  1. 1004线性表去重

    0下载:
  2. 线性表去重,数据结构作业之线性表去重,用于去除线性表中的相同元素(Linear table weight removal)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:13312
    • 提供者:java111
  1. 第3章线性表

    0下载:
  2. 基于c语言的线性表代码,包含线性表的顺序存储、链式存储、静态链表(Linear table code based on C language, including sequential storage, chain storage, and static list of linear tables.)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:5120
    • 提供者:二二宝宝
  1. 停车场

    0下载:
  2. 数据结构停车场代码,利用了链表,线性栈,链队列(Data structure car park code, the use of linked list, linear stack, chain queue)
  3. 所属分类:其他

    • 发布日期:2018-05-07
    • 文件大小:4668416
    • 提供者:行路
  1. 数据结构实验报告

    3下载:
  2. 中南大学数据结构C++实验报告: 实验一 线性表 实验二 栈、队列与递归算法设计 实验四 树结构及其应用 实验五 图结构及其应用 实验六 查找和排序(Data structure C++ experimental report of central south university)
  3. 所属分类:其他

    • 发布日期:2020-06-08
    • 文件大小:2295808
    • 提供者:泓峥萧瑟
« 12 3 4 »
搜珍网 www.dssz.com