-
modbus crc16校验
在modbus通信时,我们经常需要计算crc校验码,本软件是我自己根据crc16算法自己编写的,按照modbus命令格式写出一串命令字符,填入第一个编辑框中,点击计算按钮就会得到crc16四位的校验码,同时还会在另一个编辑框中得到LRC的校验码,程序中crc16函数我已经封装好,方便后来者使用!
- 2022-03-05 16:40:53下载
- 积分:1
-
移动物体追踪
运动目标检测是视频运动目标检测与跟踪的第一部分,它就是实时的在被监视的场景中检测运动目标,并将其提取出来。运动目标检测常用的有四种常用方法:连续帧间差分法、背景差分法、光流法和运动能量法
- 2022-02-21 17:59:57下载
- 积分:1
-
JSEG Image segmentation algorithm
JSEG 影像分割算法,详细的程序,需要自己建立工程才能使用。该算法采用的是C++和C语言编写的程序,该程序主要用于影像处理方面。希望对从事这个方面的人有所帮助。
- 2022-07-11 19:29:53下载
- 积分:1
-
请认真阅读您的文件包,说明它至少有40字节。
Please read your package and describe it at least 40 bytes.
System will automatically delete the directory of debug and release
- 2022-09-10 02:55:03下载
- 积分:1
-
用keil c编写的PID算法.rar
用 keil c编写的PID算法.rar
- 2023-08-02 10:55:02下载
- 积分:1
-
c of a classical algorithm, with a variety of algorithms.
有c++的各种经典算法,里面有各种常用算法。-c of a classical algorithm, with a variety of algorithms.
- 2022-12-27 01:45:03下载
- 积分:1
-
c语言求解线性矩阵
算例1:使用逐次相乘求两个实矩阵乘积的程序,运行效果如附图1.
程序中预置了两个实矩阵A,B,运行后输出它们的乘积。
知识点:实矩阵相乘的法则及程序实现。
算例2:高斯消去法解线性方程
求解N阶线性代数方程组Ax=B的小程序,运行效果如附图2.
程序中预先给定了系数矩阵A和值向量B的值,执行后输出解向量。
知识点:消去法矩阵运算的程序实现。
算例3:求n阶实矩阵A的逆矩阵A-1的小程序,运行效果如附图3.
程序中预置了A的值,运行后分别输出A,A-1和A*A-1的值。
知识点:高斯-约当消去法的计算方法及程序实现。
- 2022-08-11 01:43:36下载
- 积分:1
-
75个城市坐标的优化问题
75个城市坐标的优化问题-75 cities coordinates the optimization problem
- 2022-03-23 03:14:08下载
- 积分:1
-
给出集合类的定义,可模拟实现集合的交集,并集运算,并可以插入,删除元素...
给出集合类的定义,可模拟实现集合的交集,并集运算,并可以插入,删除元素-is set class definition can be simulated to achieve the intersection and set computing, and can be inserted, deleted elements
- 2022-12-13 16:40:03下载
- 积分:1
-
Householder transformation based on the QR decomposition. The use of Householder...
基于Householder transformation的QR分解。 其使用需要调用Householder transformation程序。-Householder transformation based on the QR decomposition. The use of Householder transformation procedures need to call.
- 2022-07-21 07:52:35下载
- 积分:1