搜索资源列表

  1. crc16

    0下载:
  2. 16bit CRC for 8bits data
  3. 所属分类:加密解密

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

    0下载:
  2. Esto es una libreria de crc16 que encontre por internet. La pongo aqui para que si quereis la utiliceis. Hasta ahora a mi me ha funcionado bastante bien
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:microbio
  1. CRC16

    0下载:
  2. 所属分类:编程文档

    • 发布日期:2024-05-19
    • 文件大小:44032
    • 提供者:sr0303
  1. vb6crc16

    0下载:
  2. visual basic下进行CRC16算法的源代码.-under the visual basic source code of the CRC16 algorithm.
  3. 所属分类:通讯编程

    • 发布日期:2024-05-19
    • 文件大小:49152
    • 提供者:cjw
  1. crc

    0下载:
  2. 是vs2005下CRC16算法的例程,测试通过. 测试数据:0103000000f0 结果:458E-CRC16 algorithm is under vs2005 routine, test. Test data: 0103000000f0 results: 458E
  3. 所属分类:通讯编程

    • 发布日期:2024-05-19
    • 文件大小:50176
    • 提供者:cjw
  1. CRC16

    0下载:
  2. it s a tiny code.i m looking forward to help someone
  3. 所属分类:通讯编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:chudechancuu
  1. CRCDelphi

    0下载:
  2. delphi CRC 16 32 delphi下的crc8,CRC16,CRC32算法的例子,直接拷贝代码就可以使用了-delphi CRC 16 32
  3. 所属分类:通讯编程

    • 发布日期:2024-05-19
    • 文件大小:285696
    • 提供者:白杨
  1. crcmodbus

    0下载:
  2. avr单片机的mudbus与上位机的通讯协议,内有CRC16校验的程序,经典原创-avr microcontroller mudbus and host computer communication protocol, with the CRC16 checksum procedure, the classic original! !
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:qq
  1. crc16

    1下载:
  2. CRC16校验的C++实现 用C++BUILDER 6实现, modbus通讯用到-this program is crc16,c++builder 6 communication between PLC and PC, modbus protocol
  3. 所属分类:通讯编程

    • 发布日期:2024-05-19
    • 文件大小:348160
    • 提供者:luzeming
  1. crc16_check

    0下载:
  2. Delphi实现crc16校验, 内含源程序,供大家下载。-Delphi to achieve parity crc16, including source code for everyone to download.
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-19
    • 文件大小:182272
    • 提供者:xiaobo
  1. CRC

    0下载:
  2. CRC8、CRC16查表法,在delphi中的实现,调用简单,都已封装成函数-CRC8, CRC16 look-up table method, in the realization of delphi, called simple, are a function of package
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:yifan
  1. tlcrc

    0下载:
  2. 自己写的生成CRC32、CRC16的小程序,可以集成到自己的代码中,使用前先要初始化,详情请看注释-Write their own generation of CRC32, CRC16 small procedures that can be integrated into their own code must be initialized before use, the details see the Notes
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:zeroX
  1. CRC16

    0下载:
  2. 控制领域里的校验码CRC16 是国际电联标准的,希望有用-Control field is a check code CRC16 ITU standards, and I hope useful
  3. 所属分类:通讯编程

    • 发布日期:2024-05-19
    • 文件大小:263168
    • 提供者:李复
  1. CRC16

    0下载:
  2. 所属分类:软件工程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:谭祥
  1. CRC7_CRC16_SD

    0下载:
  2. Re: CRC7 и CRC16 for SD card If you develope your interfsce to work with sd/mmc card, you need algrithm to check CRC7 & CRC16 it s very fast progtamm/algrithm to calculate CRC
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:5120
    • 提供者:GGrumble
  1. CRC_16

    0下载:
  2. crc16的串行和并行写法,而且有详细的测试文件-Serial and parallel crc16 written, and detailed test documents
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-19
    • 文件大小:20480
    • 提供者:Jammy
  1. CRC16

    0下载:
  2. 对一组数进行计算,产生两个字节的CRC校验结果的程序-Calculated on a set number to generate two bytes of the CRC check result of the procedure
  3. 所属分类:串口编程

    • 发布日期:2024-05-19
    • 文件大小:50176
    • 提供者:
  1. CCITT_CRC16

    0下载:
  2. CCITT的CRC16代码,自己编写的已通过验证,注意和Matlab的CRC函数有所不同。-This scr ipt calculates the 16-bit ITU-T CRC. The generator polynomial is G(x)=1+ X^5+ X^12+ X^16
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:张原
  1. CRC16

    0下载:
  2. 16位CRC校验的源程序,修改过,可直接调用-16-bit CRC checksum of the source, modified, can be directly invoked
  3. 所属分类:通讯编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:shufan
  1. CRC16v1.2

    0下载:
  2. CRC16计算工具,对于通信校验计算非常有帮助,可以直接生成数据的CRC校验码。-CRC16 calculation tool, for communication checksum calculation is very helpful, and can directly generate the data CRC checksum.
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-19
    • 文件大小:386048
    • 提供者:zhangchunshu
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 37 »

源码中国 www.ymcn.org