搜索资源列表

  1. modbusCRC

    0下载:
  2. modbus规约中CRC校验方式的程序算法,请大家多多指教!-modbus CRC checksum in the way of the Statute of the program algorithm, please exhibitions!
  3. 所属分类:单片机(51,AVR,MSP430等)

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

    0下载:
  2. CRC循环检测算法,CRC32的算法,可算得余数和商-CRC32 algorithm, and the remainder can be considered as business
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:小娇
  1. 18b20s

    0下载:
  2. 单总线6个18B20带CRC校验和二叉树算法-6 18B20 single bus and the binary tree algorithm with CRC,
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-18
    • 文件大小:247808
    • 提供者:吴玉锋
  1. CRC32

    0下载:
  2. 数据结构算法:CRC32算法实现原理 简而言之,CRC是一个数值。该数值被用于校验数据的正确性。CRC数值简单地说就是通过让你需要做处理的数据除以一个常数而得到的余数。 -Data structure algorithms: CRC32 algorithm theory short, CRC is a value. This value is used to verify the accuracy of the data. CR
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:张聪
  1. C51CRC

    0下载:
  2. C51实现单片机CRC快速算法-C51 MCU CRC fast algorithm
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-18
    • 文件大小:317440
    • 提供者:cools
  1. hash

    0下载:
  2. 包含常见的的hash算法,MD4,MD5,SHA-160,SHA-256,crc等,对字符串或者文件进行处理,生成相应的hash值-Contains common hash algorithm, MD4, MD5, SHA-160, SHA-256, crc, etc., on the string or file handle, generate the corresponding hash value
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:281600
    • 提供者:丹丹
  1. my

    0下载:
  2. 64位数据的CRC-32校验的,Verilog实现,算法并行优化-64-bit data CRC-32 checksum, Verilog implementation of a parallel optimization algorithm
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-18
    • 文件大小:133120
    • 提供者:dowson
  1. FrameEncoder.tar

    0下载:
  2. 以太网帧封装程序,CRC采用八位的校验算法,并非32位。 将输入的内容封装成一个或多个以太网帧(根据内容长度自动切割)-A fr a me Decoder
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:Carrot
  1. 5D-QD10.31

    0下载:
  2. ModBus主机端通信方式,其中包含16位的CRC校验算法-ModBus Protocol master comunicate program,include 16bit CRC verify arithmetic
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-18
    • 文件大小:49152
    • 提供者:原野
  1. crc32

    0下载:
  2. 在tc 上测试通过的 循环冗余校验 CRC32 算法-CRC 32 cyclic redundancy check
  3. 所属分类:压缩解压

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:李国梁
  1. dnp

    0下载:
  2. DNP3.0协议校验码算法,好用, DNP3.0协议校验码算法,好用,-DNP3.0 CRCDNP3.0 CRCDNP3.0 CRCDNP3.0 CRCDNP3.0 CRCDNP3.0 CRCDNP3.0 CRC
  3. 所属分类:串口编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:汤金诚
  1. modbus_T

    1下载:
  2. CRC 16 算法,关注CRC的工程师可以-The CRC 16 algorithm, concerned about the CRC engineers can look at
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:吴大猷
  1. QCRC

    0下载:
  2. qt下CRC-CCITT生成算法,可以选择文件进行计算CRC的值.-the CRC-CCITT algorithm under qt,it can select a file to calculate the CRC value.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:罗东
  1. CTheesimulatiR

    0下载:
  2. 实现CRC编码的加解密过程仿真,包含常用的MFC下的界面编程与开发发源码(对话框、按钮、编辑框等)及CRC加密解密算法。 可直接使用。 -CRC coding, encryption and decryption process simulation, including the commonly used MFC interface programming and development of fat source (dialog
  3. 所属分类:界面编程

    • 发布日期:2024-05-18
    • 文件大小:2792448
    • 提供者:
  1. LTE_24bitCRC_enc

    0下载:
  2. 完成LTE中24bitCRC校验码编码,包括3个子程序: 1)LTE_24bitCRC_matlab_encode.m(利用matlab自带函数进行crc编码,用于实际算法对比参考) 2)LTE_24bitCRC_table_encode.m(利用查表方式进行crc编码,值得注意的是该程序还给出了查找表的具体计算方法,不像有的c程序只是定义好表格,但没有告知表格的求法) 3)LTE_24bitCRC_compare.m(比对
  3. 所属分类:3G开发

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:cvb
  1. CRC32_CRC16_CRC_pdf

    0下载:
  2. 我学习CRC32、CRC16、CRC原理和算法的总结-I learned a summary of the CRC32, CRC16, CRC principle algorithm
  3. 所属分类:软件工程

    • 发布日期:2024-05-18
    • 文件大小:150528
    • 提供者:杨啸天
  1. CDTCRC

    0下载:
  2. 电力系统CDT规约的 CRC校验算法,适合做电力软件开发人员,算法经BCB6测试 请放心使用!-Power system CDT Statute CRC checksum algorithm suitable power software developers, algorithm the BCB6 test, please rest assured to use!
  3. 所属分类:能源行业(电力石油煤炭)

    • 发布日期:2024-05-18
    • 文件大小:362496
    • 提供者:wtl
  1. Ethernet

    0下载:
  2. Ethernet帧解析程序,包含CRC校验算法。计算机网络编码实验,很好的资源。-Ethernet fr a me analysis program contains a CRC checksum algorithm. Computer network coding experiments good resource.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-18
    • 文件大小:95232
    • 提供者:LD
  1. CRCAlgorithmandC

    0下载:
  2. crc-16,32算法原理分析及c语言实现-crc-16, 32 the algorithm principle analysis c language
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-18
    • 文件大小:27648
    • 提供者:menglinglei
  1. CRCChecksumAlgorithm.rar

    0下载:
  2. CRC校验算法,学习算法的不可多得的例程,CRC checksum algorithm, the learning algorithm rare routine
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:94940
« 1 2 ... 22 23 24 25 26 2728 29 »

源码中国 www.ymcn.org