搜索资源列表

  1. CRC

    0下载:
  2. 三种常用的CRC16校验算法的C51程序。以及16位CRC校验原理与算法分析。 CRC校验有多种方式,如:CRC8、CRC16、CRC32等等。在实际使用中,我们经常使用CRC16校验。CRC16校验也有多种,如:1005多项式、1021多项式(CRC-ITU)等。在这里我们不讨论CRC算法是怎样产生的,而是重点落在几种算法的C51程序的优化上。-three commonly CRC16 checksum algorithm C51 p
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-01
    • 文件大小:226304
    • 提供者:zenglinman
  1. crc

    0下载:
  2. 用查表法实现了8bits和16bits的crc算法-8bits and 16bits crc algorithm with a look-up table method
  3. 所属分类:嵌入式Linux

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

    0下载:
  2. crc 算法,大家可以高效利用的算法,谢谢大家的使用啊 -crc algorithm, we can use efficient algorithms, thank you for the use of ah
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-01
    • 文件大小:1159168
    • 提供者:yangjaijia
  1. cRC

    0下载:
  2. CRC算法是modbus中比较常见的校验算法。本例实现了对Modbus总线中的CRC算法-crc is the most popular algrithm,the code implements the modbus bus s CRC algrithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-01
    • 文件大小:1865728
    • 提供者:liwei
  1. CRC

    0下载:
  2. 在进行串口通讯时需用到的CRC,这里详细说明CRC算法的步骤同技巧-Required when performing serial communications to the CRC, the CRC algorithm described here in detail the steps the same skills
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-01
    • 文件大小:1024
    • 提供者:学者
  1. crc

    0下载:
  2. crc算法仿真 课程设计 西南科技大学 基于crc-crc algorithm simulation
  3. 所属分类:软件工程

    • 发布日期:2024-05-01
    • 文件大小:319488
    • 提供者:张忠洋
  1. crc

    0下载:
  2. 基于verilog的CRC算法-CRC algorithm based on verilog.
  3. 所属分类:VHDL编程

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

    0下载:
  2. CRC算法和c语言实现,介绍很详细,不错,可以参考-CRC algorithm and c language, very detail
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-01
    • 文件大小:27648
    • 提供者:W
  1. CRC-c

    0下载:
  2. 实现CRC算法详解,用c语言写的函数源码-Detailed CRC algorithm and c-source
  3. 所属分类:软件工程

    • 发布日期:2024-05-01
    • 文件大小:149504
    • 提供者:zhx
  1. CRC

    0下载:
  2. 各种多项式的CRC算法,有直接计算的,有查表的,可以在各种平台上使用- Various polynomial CRC algorithm, there is direct calculation, there are look-up table, can be used on a variety of platforms
  3. 所属分类:其他小程序

    • 发布日期:2024-05-01
    • 文件大小:23552
    • 提供者:zhangjunning
  1. crc

    0下载:
  2. crc32 源代码,包括16位和32位crc算法,循环冗余校验码(CRC)的基本原理是:在K位信息码后再拼接R位的校验码,整个编码长度为N位,因此,这种编码又叫(N,K)码。对于一个给定的(N,K)码,可以证明存在一个最高次幂为N-K R的多项式G(x)。根据G(x)可以生成K位信息的校验码,而G(x)叫做这个CRC码的生成多项式-crc32 functions
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-01
    • 文件大小:1024
    • 提供者:钊 吕
  1. CRC

    0下载:
  2. STM32硬件crc算法-stm32 crc
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-01
    • 文件大小:4629504
    • 提供者:zhuzongguo
  1. CRC校验,高位在前,低位在后

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

    • 发布日期:2024-05-01
    • 文件大小:1370112
    • 提供者:merry_me
  1. CRC

    0下载:
  2. crc校验的程序,关于crc的校验程序,8位转化为8位的并行算法,使用verilog编写的(crc search .12bit_4bit,8_8bit,and16 bit_8bit,32bit_8bit progranming by verilog languages,is very good. I think is correct)
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-01
    • 文件大小:6144
    • 提供者:penjin5
  1. 算法仿真代码

    0下载:
  2. 包括极化码基于CRC的SCL译码算法,Lazy Copy机制,定点量化,代码和程序说明文档(Polar code with fast-list-decoder)
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-01
    • 文件大小:1927168
    • 提供者:xuan3731
  1. crc

    0下载:
  2. 循环冗余校验(CRC)算法源码,为了效验文件与原文件的是否一致,以保证没有被篡改过,破解加密压缩文件(Cyclic redundancy check (CRC) algorithm source code)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-01
    • 文件大小:8192
    • 提供者:暴走破孩
  1. crc

    0下载:
  2. 封装了常用的CRC校验算法,便于其他模块调用。(Encapsulates the commonly used CRC checksum algorithm)
  3. 所属分类:其他小程序

  1. crc

    0下载:
  2. 使用C语言开发,crc校验的算法,测试通过了,没有问题,可直接使用(Using C language development, the CRC checking algorithm, test passed, there is no problem, can be used directly)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-01
    • 文件大小:1024
    • 提供者:fangyu7777
  1. AUTOSAR-SWS-CRCLibrary

    0下载:
  2. Autosar 的 CRC 模块库,包含各种CRC算法的说明。(This specification specifies the functionality, API and the configuration of the AUTO-SAR Basic Software module CRC.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-01
    • 文件大小:192512
    • 提供者:zczsyqxl
  1. CRC校验码计算

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

    • 发布日期:2024-05-01
    • 文件大小:510976
    • 提供者:wanxinkon
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 29 »

源码中国 www.ymcn.org