搜索资源列表

  1. crc8

    0下载:
  2. 8051上的CRC8校验 A CCITT-8 CRC calculator. The source contains both the calculated (smaller but slower) version, and the table driven (faster but larger) version.-8051 CRC8 check on the CCITT A-8 CRC calculator. Th e source
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:buaalzx
  1. CRCDelphi.ZIP

    0下载:
  2. crc校验算法,包括编码和解码-unicef.org checksum algorithm, including encoding and decoding
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-15
    • 文件大小:238592
    • 提供者:杨春宝
  1. CRC-16

    0下载:
  2. VC++开发的冗余码算法-VC redundancy Algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:
  1. crc校验码的实现

    0下载:
  2. 所属分类:Internet/网络编程

    • 发布日期:2024-05-15
    • 文件大小:228352
    • 提供者:李瑞丽
  1. 20050903120243_TESTUT

    0下载:
  2. 工作中写的一个含串口访问功能的小测试程序,含多线程,CRC校验-work written by a serial access function with a small test program, including multithreading, CRC
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:443392
    • 提供者:海天
  1. Projectjohu123006

    0下载:
  2. crc任意位生成多项式 任意位运算 自适应算法 循环冗余校验码(CRC,Cyclic Redundancy Code)是采用多项式的 编码方式,这种方法把要发送的数据看成是一个多项式的系数 ,数据为bn-1bn-2…b1b0 (其中为0或1),则其对应的多项式为: bn-1Xn-1+bn-2Xn-2+…+b1X+b0 例如:数据“10010101”可以写为多项式 X7+X4+X2+1。
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:459776
    • 提供者:johu
  1. crc_test

    0下载:
  2. 使用CRC-16 ,CCITT多项式的CRC检验生成,检验的原程序,可用于网路通信的信号传输检验用-using CRC-16, CCITT CRC polynomial test generation, the original testing procedures, can be used for network communications signal transmission tests using
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-15
    • 文件大小:39936
    • 提供者:ligao111
  1. CRC_16_Sample

    0下载:
  2. MODBUS等通讯协议中CRC校验码的生成和测试-MODBUS communication protocol such as CRC code generation and testing
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:397312
    • 提供者:王跃跃
  1. CrcCheck

    0下载:
  2. Modbus RTU CRC Check
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:
  1. crc_16

    0下载:
  2. CRC-16的编解码程序和仿真结果。统计了漏检概率随错误比特数目的曲线。-CRC-16 codec procedures and simulation results. Statistics of the undetected bit error probability with the number of curves.
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-15
    • 文件大小:21504
    • 提供者:李明
  1. crc

    0下载:
  2. MSP430的CRC程序设计实现,位运算和查表法-MSP430 realize the CRC program design, digital computing and look-up table method
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:caichangxin
  1. HDLC

    0下载:
  2. HDLC链路层协议的CRC校验.HDLC使用16位CRC校验。使用的多项式是:x16+x12+x5+x0-HDLC link layer protocol of the CRC checksum. HDLC using 16-bit CRC checksum. Polynomial is used: x16+ X12+ X5+ X0
  3. 所属分类:书籍源码

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:李洪臣
  1. crc_explain

    0下载:
  2. CRC 的算法分析和程序实现,很详细的!-CRC algorithm analysis and procedures to achieve, I am very detailed!
  3. 所属分类:软件工程

    • 发布日期:2024-05-15
    • 文件大小:106496
    • 提供者:5implelove
  1. crc

    0下载:
  2. crc32 16bits and 32bits algorithm code
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:feixu
  1. CRC

    0下载:
  2. Modbus串行通讯的CRC16校验和计算方法-Modbus serial communications CRC16 checksum calculation
  3. 所属分类:串口编程

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:
  1. CRC16_D8.v

    0下载:
  2. 完成ccitt crc的校验。针对hdlc协议控制器编写的crc校验模块。通过了仿真测试-Ccitt crc checksum completed. HDLC protocol controller for the preparation of the CRC checksum module. Through the simulation test
  3. 所属分类:通讯编程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:
  1. crc16

    0下载:
  2. 16位的CRC校验函数包。符合ccitt标准,查表法校验,速度快。节省CPU时间。值得一看!-16 The CRC checksum function package. Consistent with the CCITT standards, look-up table method validation, fast. Save CPU time. Worth a visit!
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:cumt
  1. ModBusCRC16

    0下载:
  2. CRC16校验源码。CRC域是两个字节,包含一16位的二进制,它由传输设备计算后加入到消息中。接收设备重新计算收到消息的CRC,并与接收到的CRC域中的值比较,如果两值不同,则有误-CRC16 checksum source. CRC field is two bytes, contains a 16-bit binary, it is calculated that by the transmission equipment adde
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:173056
    • 提供者:qiuqiu
  1. CRC_PPP

    0下载:
  2. 单片机实现的CRC校验,特别针对PPP协议验证过。 多项式是:CRC16-CCITT x16+x12+x5+1-Singlechip realize the CRC checksum, with special reference to PPP agreements verified. Polynomial is: CRC16-CCITT x16+ X12+ X5+ 1
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:王强
  1. CRC

    0下载:
  2. 将小于32位的码字用1011编程循环冗余码! 并且可以检验已编好的循环冗余码是否正确!-Will be less than 32-bit code word to use Cyclic Redundancy Code 1011 programming! And can be tested has been a good cyclic redundancy code is correct!
  3. 所属分类:加密解密

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:ty8888
« 1 2 34 5 6 7 8 »

源码中国 www.ymcn.org