搜索资源列表

  1. 16位CRC校验_Modbus标准算法

    1下载:
  2. CRC校验
    1、循环校验码(CRC码):是数据通信领域中最常用的一种差错校验码,其特征是信息
    字段和校验字段的长度可以任意选定。
    2、生成CRC码的基本原理:任意一个由二进制位串组成的代码都可以和一个系数仅
    为‘0’和‘1’取值的多项式一一对应。例如:代码1010111对应的多项式
    为x6+x4+x2+x+1,而

  3. 所属分类:密码/编码算法

    • 发布日期:2008-11-07
    • 文件大小:6509
    • 提供者:ttongg
  1. crc

    0下载:
  2. CRC校验程序,使用了CRC-16和CRC-CCITT方法 -CRC inspection program, which use crc-16 and crc-ccitt method
  3. 所属分类:加密解密

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:站长
  1. 快速CRC校验源码

    0下载:
  2. 快速CRC校验源码-Fast CRC FOSS
  3. 所属分类:Windows编程

    • 发布日期:2024-04-29
    • 文件大小:3072
    • 提供者:果の果ooοО
  1. CRC sourcecode anaylize

    0下载:
  2. CRC 校验源码分析-CRC-source analysis
  3. 所属分类:Windows编程

    • 发布日期:2024-04-29
    • 文件大小:19456
    • 提供者:曾式
  1. CRC 校验源码分析

    0下载:
  2. CRC-16校验源程序及算法分析-CRC-16 checksum algorithm analysis and source
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-04-29
    • 文件大小:19456
    • 提供者:李小明
  1. c8051f020上实现的CRC

    0下载:
  2. 在c8051f020上实现的crc校验程序,绝对原创-C8051f020 achieved in the crc check procedures absolute originality
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:初学乍练
  1. crc源码

    0下载:
  2. crc校验源码,可供C51程序员参考,我目前测试用的32位CRC程序-crc check source code, programmer's reference for C51, I am currently testing 32-bit CRC procedures
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-04-29
    • 文件大小:3072
    • 提供者:刘涛
  1. 字符串加CRC校验

    0下载:
  2. 给任意长度的字符串,加CRC校验码的c语言算法-to arbitrary length of the string, plus CRC algorithm in C Language
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:赵小美
  1. CRC循环校验具体算法

    0下载:
  2. 本代码是C语言实现的CRC循环校验具体算法-the code is the C language CRC checksum algorithm for the cycle
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:汪永威
  1. 循环冗余码校验crc算法

    0下载:
  2. 这是一个小程序,用VC++6.0来实现循环冗余码校验CRC算法。 标准为CRC-4,生成多项式为C(X)=X4+X+1, 应用举例为ITU G704 -This is a small program used to achieve VC 6.0 cyclical redundancy check CRC algorithm. Standards for the CRC-4, generating polynomial C (X)
  3. 所属分类:界面编程

    • 发布日期:2024-04-29
    • 文件大小:1177600
    • 提供者:藤力
  1. crc校验源码分析

    0下载:
  2. 这是CRC校验源码的分析,让你更了解CRC校验的原理-This is the CRC-source analysis and let you know more about the principles of the CRC
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-04-29
    • 文件大小:20480
    • 提供者:周兵
  1. 8位C51CRC校验原程序

    0下载:
  2. 8位C51,CRC校验原理单片机编程原程序-eight C51, CRC principles SCM original programming procedures
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:欧阳
  1. crc校验码

    0下载:
  2. 这是一个依靠检验文件CRC校验码来判断文件是否已经被病毒修改过的c程序-This is a test paper on CRC document to determine whether the virus has been revised procedures for the c
  3. 所属分类:系统编程

    • 发布日期:2024-04-29
    • 文件大小:17408
    • 提供者:王昆
  1. CRC校验,高位在前,低位在后

    0下载:
  2. CRC校验,高位在前,低位在后具体算法:P(X)=X16+X15+X2+1(CRC checksum, high in the front, low in the back)
  3. 所属分类:android开发

    • 发布日期:2024-04-29
    • 文件大小:1370112
    • 提供者:merry_me
  1. CRC校验Demo和CRC计算工具

    0下载:
  2. CRC校验Demo和CRC计算工具,CRC 域检验整个报文的内容。不管报文有无奇偶校验,均执行此检验。(CRC checksum Demo and CRC computing tools, the CRC domain to verify the contents of the entire message. This check is performed regardless of whether or not the message
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:119808
    • 提供者:Huowei
  1. CRC校验

    0下载:
  2. 利用labviw实现通信数据的CRC校验,用于检验通信数据传输的正确性,校验结果准确(Labviw is used to realize the CRC check of communication data, which is used to check the correctness of communication data transmission and verify the result accurately)
  3. 所属分类:Windows编程

  1. CRC校验

    0下载:
  2. CRC校验是通讯时比较常见的一种校验方法,特别是在工控领域,欢迎下载!!!(CRC calibration is a common method of checking in communication, especially in the field of industrial control, welcome to download!!!)
  3. 所属分类:串口编程

    • 发布日期:2024-04-29
    • 文件大小:12288
    • 提供者:Charlie2016
  1. CRC校验码计算

    0下载:
  2. CRC校验码计算介绍及使用详细,关于CRC效验的说明调试,已经怎么使用的函数。十分有用,在PLC和上位机通信当中有用,各种CRC的算法。(CRC16,CRC32,TTICCT16)
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:510976
    • 提供者:wanxinkon
  1. CRC校验

    0下载:
  2. 输入字符串或数组,计算CRC校验值并返回(Enter the string or array, calculate the CRC check value and return.)
  3. 所属分类:Windows编程

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:舞の月影
  1. CRC校验码的生成及码块分割

    0下载:
  2. 实现CRC校验码的生成以及码块分割(依据协议3GPP 36.212)(Realize CRC check code generation and code block division (according to protocol 3GPP 36.212))
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:37888
    • 提供者:起个真难
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org