登录
首页 » 算法 » crc校验算法,包括编码和解码

crc校验算法,包括编码和解码

于 2023-02-10 发布 文件大小:233.46 kB
0 110
下载积分: 2 下载次数: 1

代码说明:

crc校验算法,包括编码和解码-unicef.org checksum algorithm, including encoding and decoding

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

发表评论

0 个回复

  • 本程序采用fortran编写,为用Jacobi求实对称矩阵的特征值与特征向量...
    本程序采用fortran编写,为用Jacobi法求实对称矩阵的特征值与特征向量-This procedure using fortran prepared for the Jacobi method using realistic symmetric matrix eigenvalue and eigenvector
    2022-03-02 17:08:55下载
    积分:1
  • 卡尔曼滤波对自由目标的应用
    利用卡尔曼滤波对自由落体的目标小球进行跟踪,其中有些视频演示跟踪过程.-The use of Kalman filter to the objective of free-falling ball track, some of which track the process of video presentations.
    2022-07-12 03:05:29下载
    积分:1
  • lzw 压缩
    LZW压缩,实现文本的压缩,压缩比在2:1以上 ZW算法基于转换串表(字典)T,将输入字符串映射成定长(通常为12位)的码字。在12位4096种可能的代码中,256个代表单字符,剩下3840给出现的字符串。
    2023-04-13 07:20:04下载
    积分:1
  • 用C++完成的双链表源代码
    用C++完成的双链表源代码-completion of the C-List source code
    2022-10-05 13:05:02下载
    积分:1
  • 一、前言 24点游戏是一个常见游戏,出题者给出4个整数,要求答题者在指定时间内给出一个四则运的表达式,恰好用上这这个整数各一次,计结果为24,超出时间为...
    一、前言 24点游戏是一个常见游戏,出题者给出4个整数,要求答题者在指定时间内给出一个四则运算的表达式,恰好用上这这个整数各一次,计算结果为24,超出时间为输。 二、分析 用计算机来算这个题,搜索速度当然有很大优势,我编程喜欢考虑通用一点,不限制输入数量和结果数,甚至不限制运算符数量。这样组合数就很大,如果输入数比较多,则搜索时间会非常长。 我用两个方法来提高搜索速度:一、是大家都能考虑到的重复搜索问题,比如1,2,3和2,3,1所有的组合情况是相同的,我只搜索使用递增序的数组,则可以降低一个组合数的数量级别;二、使用动态规划中的备忘录方法,比如你计算出2和3所有可能的计算结果,则他们与4结合的时候,要用到,与1结合的时候,也要用到,使用备忘录,可以只计算一次,大大降低运算复杂度。 三、设计 整体设计:分别设计4个类:游戏、表达式、运算、分数,各司其责,结构清晰,易于扩展。 -First, the preamble 24-point game is a common game, give the title are four integer requiring answer within a specified period of time in a four calculations give the expression, just use that the integral of the time, results for the 24, beyond the time to lose. Second, analysis Use computers to count the title, the search speed of course, there is a great advantage, I enjoy taking generic programming that does not restrict the importation of the volume and the number of results, and even limiting the number of operators. So on a large number of combinations, if you
    2022-04-21 18:17:05下载
    积分:1
  • sift 采用opencv,VC++实现
    sift算法  采用opencv,VC++实现  值得借鉴
    2022-09-08 23:25:07下载
    积分:1
  • 最优化,包括各种线性优化和非线性优化问题
    最优化算法,包括各种线性优化和非线性优化问题-Optimization algorithms, including linear optimization and nonlinear optimization problems
    2023-08-18 20:45:04下载
    积分:1
  • EMD相关m文件
    EMD,相关,m文件EMD,
    2022-06-11 15:27:52下载
    积分:1
  • C语言实现的矩阵的常用计!包括:矩阵乘,加,求逆,转置,开方等等!...
    C语言实现的矩阵的常用计算!包括:矩阵乘法,加法,求逆,转置,开方等等!-C language used in the calculation of matrix! Including : matrix multiplication, addition, the inverse transfer home, prescribing, etc.!
    2022-01-25 15:41:08下载
    积分:1
  • 问题
    poj 2408 解题代码,北大acm在线可以测试。-problem-solving poj 2408 code, North acm test online.
    2022-02-01 04:39:11下载
    积分:1
  • 696518资源总数
  • 105651会员总数
  • 15今日下载