搜索资源列表

  1. CrcCheck

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

    • 发布日期:2024-05-17
    • 文件大小: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-17
    • 文件大小: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-17
    • 文件大小: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-17
    • 文件大小:1024
    • 提供者:李洪臣
  1. CRCALL

    0下载:
  2. 此软件是CRC的软件实现方法,包括了CRC8,CRC16,CRC32的全部算法,每一种算法又分速度优先与资源优先型以及适中型三种算法。全部通过调试验证,与硬件无关,可移植于任何MCU-This software is the software realization of CRC, including the CRC8, CRC16, CRC32 all the algorithms, each algorithm was divide
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:wentsing
  1. crc_explain

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

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

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

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

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

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

    0下载:
  2. 计算xk+1除CRC-CCITT后的余式,k从1到32768-Calculated xk+ 1 In addition to the post-CRC-CCITT congruence, k from 1-32768
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:小刀
  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-17
    • 文件大小:173056
    • 提供者:qiuqiu
  1. crc16_ccitt

    0下载:
  2. crc_table.c is for reset seed( 0000 ) crc_table_1.c is for reset seed( ffff) CRC16_D8_m.v is a verilog module of byte paralle crc. CRC16_D8_m_tb.v is the testbench file of above module. -crc_table.c is for reset se
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:樊文杰
  1. G729(CS-ACELP)

    0下载:
  2. G.729 is an ITU-T ADPCM speech codec standard covering the transmission of voice at rates of 16, 24, 32, and 40 kbit/s. It was introduced to supersede both G.721, which covered ADPCM at 32 kbit/s, and G.723, which descri
  3. 所属分类:多媒体编程

    • 发布日期:2024-05-17
    • 文件大小:976896
    • 提供者:chu
  1. crc16

    0下载:
  2. crc的学习资料我发费很长的时间得到的大家共同学习-CRC of the learning materials costs me a long time to get everyone together to learn
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:15360
    • 提供者:dongyou
  1. vb-CRC

    0下载:
  2. CRC校验VB源码,直接可以使用,有注释-CRC Checksum VB source, can be used directly, has the Notes
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:sunshuwen
  1. crc

    0下载:
  2. cdma2000系统中编码中的crc模块,通过matlab的simulink模拟crc编码-cdma2000 system of CRC coding modules, through the simulink simulation matlab CRC encoding
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:9216
    • 提供者:yxj
  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-17
    • 文件大小:1024
    • 提供者:ty8888
  1. crc

    0下载:
  2. 用VC++6编写的CRC校验小程序,有操作界面,可直接输入需要校验的十六进制数据-With VC++ 6 prepared CRC checksum applet, there are user interface, can be directly input hexadecimal checksum data
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:4468736
    • 提供者:jiarui
  1. CRC

    0下载:
  2. CRC校验码生成软件,试用于调试通信时做数据校验时使用,一个不错的软件-CRC Check Code generation software, the trial in the debug communication data when checking the use of, a good software
  3. 所属分类:书籍源码

    • 发布日期:2024-05-17
    • 文件大小:129024
    • 提供者:杨亮
  1. 0626C2

    0下载:
  2. 计算xk+1除CRC-CCITT后的余式,k从1到32768-Xk+1 In addition to calculating the CRC-CCITT after more than style, k from 1-32768
  3. 所属分类:C#编程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:赵越
  1. java-crc

    0下载:
  2. test upload file -test upload file 1111111
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:54272
    • 提供者:roy
« 1 2 3 4 5 67 8 9 10 11 »

源码中国 www.ymcn.org