-
计算机网络滑动窗口协议C语言源代码(Linux版)
设计一个滑动窗口协议,在仿真环境下编程实现有噪音信道两站点间无差错双工通信
- 2022-08-06 07:18:04下载
- 积分:1
-
顺序表---单链表 基本操作实现
顺序存储与链式存储是两种基本的存贮结构 ,算法代码提供了基于顺序表与单链表的算法实现公式,还提供了基于二叉链表的二叉树的基本操作实现
- 2022-07-03 20:59:23下载
- 积分:1
-
用C编的龙贝格算法函数,程序简单明了,可直接使用,也可较快地修改应用于MATLAB中。...
用C编的龙贝格算法函数,程序简单明了,可直接使用,也可较快地修改应用于MATLAB中。-Rhomberg compiled with the C algorithm is a function, the program simple and clear, can be used directly, but also quickly modify the application in MATLAB.
- 2022-02-22 01:26:07下载
- 积分:1
-
数个关于滤波器的产生的C程序,以及示例,来自《C语言数值常用程序》,所以程序均经过本人测试可以正常使用!...
数个关于滤波器的产生的C程序,以及示例,来自《C语言数值常用程序》,所以程序均经过本人测试可以正常使用!-few of the filter C procedures, as well as examples from the "C language commonly used numerical procedures," and so I have to undergo testing can be used normally.
- 2023-02-24 13:25:03下载
- 积分:1
-
Least Soft-thresold Squares Tracking
we propose a generative tracking method based on a novel robust linear regression algorithm. In con-
trast to existing methods, the proposed Least Soft-thresold Squares (LSS) algorithm models the error term with the
Gaussian-Laplacian distribution, which can be solved ef- ficiently. Based on maximum joint likelihood of parameters,
we derive a LSS distance to measure the difference between an observation sample and the dictionary. Compared with
the distance derived from ordinary least squares methods, the proposed metric is more effective
- 2022-03-22 17:30:20下载
- 积分:1
-
这是AES算法在网络安全中的源代码。
This the source code of AES algorithm which is used in network security.-This is the source code of AES algorithm which is used in network security.
- 2022-04-15 09:03:42下载
- 积分:1
-
高斯
gauss-seidel迭代法解Ax=b的解-Gauss- Seidel iterative method for Ax = b Solution
- 2022-05-21 18:58:32下载
- 积分:1
-
Delphi中的很有用的一组控件的源代码.
Delphi中的很有用的一组控件的源代码.-Delphi"s very useful in a group control the source code.
- 2022-03-03 16:38:26下载
- 积分:1
-
用Monte
用Monte-Carlo方法研究二维Ising模型的相变问题,求出临界温度T,比热C及磁化率χ-With Monte-Carlo method of two-dimensional Ising model of phase-change problem, find critical temperature T, specific heat C and susceptibility χ
- 2022-03-01 07:06:13下载
- 积分:1
-
线性表的链式存储结构
实验二 线性表的链式存储结构 题目:设计并实现以下算法:给出用单链表存储多项式的结构,利用后接法生成多项式的单链表结构,实现两个多项式相加的运算,并就地逆置相加后的多项式链式。1. 用户可以根据自己的需求分别输入两个一元多项式,并且能够实现输入的一元多项式的显示。2. 能够完成两个一元多项式的相加功能,而且还能显示相加后的逆置的一元多项式。3. 程序执行的命令包括:(1)构造链表A (2)构造链表B (3)两个链表的相加 (4)求链表的长度 (5)打印(显示)已有的链表 (6)将已相加的链表进行逆序排列
- 2022-07-11 02:48:25下载
- 积分:1