登录
首页 » 算法 » 单链表c实现

单链表c实现

于 2022-02-26 发布 文件大小:1.72 MB
0 231
下载积分: 2 下载次数: 1

代码说明:

数据结构最基本的算法,单链表的c实现,包括创建,删除,修改,增加成员等操作

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 用C语言实现的GBN协议函数库和测试程序
    滑动窗口协议,也称为回退N步协议(Go-Back-N,GBN)中,允许发送方发送多个分组(当有多个分组可用时)而不需等待确认,但它受限于在流水线 中为未确认的分组数不能超过某个最大允许数N。滑动窗口协议是TCP使用的一种流量控制方法,此协议能够加速数据的传输。     只有在接收窗口向前滑动时(与此同时也发送了确认),发送窗口才有可能向前滑动。     收发两端的窗口按照以上规律不断地向前滑动,因此这种协议又称为滑动窗口协议。 当发送窗口和接收窗口的大小都等于1时,就是停止等待协议。 当发送窗口大于1,接收窗口等于1时,就是回退N步协议。 当发送窗口和接收窗口的大小均大于1时,就是选择重发协议。 协议中规定,对于窗口内未经确认的分组需要重传。这种分组的数量最多可以等于发送窗口的大小,即滑动窗口的大小n减去1(因为发送窗口不可能大于(n-1),起码接收窗口要大于等于1)。 2.工作原理
    2023-04-29 17:45:03下载
    积分:1
  • Learnin Mathematics with the ABACUS Activity
    Learnin Mathematics with the ABACUS Activity-book part 02
    2022-04-13 12:56:16下载
    积分:1
  • 网络分类,神经网络的分类
    分类是遥感影像应用的一个重要方面,分类的影像便于对真实地物的识别,便于其他研究,在某些领域都要用到分类后的影像,同事也对影像分类的精度做了新的要求。由于传统的影像分类方法精度比较低,已经不能满足研究与应用的需要,所以要求我们寻找与探索新的分类方法,从而满足分类的精度。而基于
    2022-04-11 14:44:49下载
    积分:1
  • 这是我从网上找到的阴历,出于对原作者的尊重,代码里的各内容多于保留。...
    这是我从网上找到的阴历算法,出于对原作者的尊重,代码里的各内容多于保留。-This is what I found in the lunar calendar online algorithm, based on the original author of respect, the code"s content than reservations.
    2022-10-04 12:00:03下载
    积分:1
  • 三角分解,对于数值计的朋友可能会有一定的帮助
    三角分解法,对于数值计算的朋友可能会有一定的帮助-triangular decomposition method for the numerical calculation of a friend may be of some help
    2023-05-08 10:25:03下载
    积分:1
  • The use of Kalman filter for target tracking matlab source code
    使用卡尔曼滤波进行目标追踪的matlab源代码-The use of Kalman filter for target tracking matlab source code
    2023-08-23 05:45:03下载
    积分:1
  • in Turbo C development environment and achieve symmetric matrix input, and to de...
    在Turbo C环境下开发,实现对称矩阵的输入,并判定是否为正定。可以修改输入模块实现对任意非奇异矩阵求逆。求逆算法采用伴随矩阵法,求解行列式采用化上三角矩阵法。该算法系本人根据《线性代数》描述编写,矩阵的最大阶数可任意修改,更具有通用性。-in Turbo C development environment and achieve symmetric matrix input, and to determine whether the positive. Can modify the input module of arbitrary non-singular matrix inversion. Inverse algorithm adjoint matrix method, used to solve determinant of the upper triangular matrix. The algorithm is based on my "Linear Algebra" to describe the preparation, the biggest band Matrix will be able to arbitrarily amend, more versatile.
    2023-01-02 15:05:03下载
    积分:1
  • Was established based on moving least square (Moving Least
    建立了一种基于移动最小二乘(Moving Least-Squares MLS)法的曲线曲 面拟合方法 这种方法对传统的最小二乘(LS)法的作了比较大的改进 使生成的曲线曲面具 有精度高 光滑性好等许多优点 详细介绍了移动最小二乘法的原理 应用和特点 并且给 出了使用移动最小二乘法进行曲线曲面拟合的程序设计流程 最后给出了曲线拟合和空间散 乱数据曲面拟合算例 将拟合结果与最小二乘拟合结果作了比较 分析了 MLS 拟合曲线曲 面的光滑性和拟合质量 表明了该方法的优越性和有效性-Was established based on moving least square (Moving Least-Squares MLS) method of this curve and surface fitting method to the traditional method of least squares (LS) method was relatively large improvements to make the generated curves and surfaces with a precision of High smoothness, good detail, and many other advantages of the principle of least-squares method for mobile applications and features and gives the least-squares method using the mobile curve and surface fitting procedure design process Finally, curve fitting and spatial scattered data surface to be cost-effective cases of the results of the fitting results are compared with the least-squares fitting analysis of MLS fitting curves and surfaces smooth and fitting quality demon
    2023-02-17 12:50:04下载
    积分:1
  • 等值线生成,用C编写的,用趋势面加权最小二乘网格点高程。...
    等值线生成算法,用C编写的,用趋势面加权最小二乘法计算网格点高程。-Contour generation algorithm, written using C, using trend surface weighted least squares method to calculate grid point elevation.
    2023-06-21 21:55:03下载
    积分:1
  • SAR成像
    关于合成孔径雷达的三种成像算法,开发环境是matlab,适合新手学习使用。关于合成孔径雷达的三种成像算法,开发环境是matlab,适合新手学习使用。关于合成孔径雷达的三种成像算法,开发环境是matlab,适合新手学习使用。关于合成孔径雷达的三种成像算法,开发环境是matlab,适合新手学习使用。
    2022-07-08 18:50:44下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载