搜索资源列表
myZip
- 本实例采用输入参数的方式,并且演示了如何使用Checksum类来计算和校验文件的“校验和”。在dos窗口中输入:java myZip test 1.txt 2.txt 这条命令把1.txt和2.txt文件压缩到test.zip文件中
juzhenshengcheng
- 生成矩阵和校验矩阵的生成在MATLAB语言下的实现
ldpcdecoderandencoder
- 这是国标数字电视地面传输标准里信道编解码器的MATLAB程序,用的是LLR-BP的解码算法,请大家指正。另有根据国标生成的生成矩阵和校验矩阵稍后传上来
16位CRC校验_Modbus标准算法
- CRC校验 1、循环校验码(CRC码):是数据通信领域中最常用的一种差错校验码,其特征是信息 字段和校验字段的长度可以任意选定。 2、生成CRC码的基本原理:任意一个由二进制位串组成的代码都可以和一个系数仅 为‘0’和‘1’取值的多项式一一对应。例如:代码1010111对应的多项式 为x6+x4+x2+x+1,而多项式为x5+x3+x2+x+1对应的代码101111。 3、CRC码集选择的原则:若设码字长度为N,信息字段为K位,校验字
four_arithmetic_operation
- 1.将菜单的显示放在一个单独的函数中,随用随调。 2.将接收用户输入和校验输入的功能放在一个独立的函数中。 3.将四种运算分别放在四个函数中。-1. To display the menu in a separate function, as used with the transfer. 2. To receive user input and input validation function on an independent function. 3. Will be four
linear_blockcode
- 线性分组码的判定,若是线性分组码,则给出其生成矩阵和校验矩阵。-Linear block code to determine, if the linear block code, then the given matrix and calibration matrix of their generation.
lock
- 一个用易语言编写的注册机!,内有机器码的生成和校验-this is a lock!
Md5Code
- MD5算法源代码,和校验,很安全,很实用。帮助你跟好的运用理解md5算法-MD5 algorithm source code, and verification, very safe, very practical. Help you with a good understanding of the use of md5 algorithm
CRC
- CRC循环校验的具体算法:包括具体代码实现 和简单的注释-CRC check of the specific algorithm cycle: including specific code and a simple note
CRxiaoyanfanfCIT
- 自己写的CRCIT算法和校验方法,不同于常见的CRC16或CRC32,在VB环境下通过二进制的方式计算得到结果的代码。-Write their own algorithms and verification methods of CRCIT, unlike common CRC16 or CRC32, in the VB environment by way of the calculated results of the binary code.
crc_class
- 用于生成和校验的crc校验类,只需复制到工程中即可使-Used to generate and check the crc check class, just copy to the project can be used with
crc
- 生成crc校验码和校验crc的c语言源码,直接复制使用-Generate crc crc check code and verify the c language source code, use the direct copy
SVR-LINEAR
- 基于SVR的线性系统的辨识和校验,辨识信号采用幅值为2的随机信号-Linear systems based on SVR identification and validation, identification signal using random signal amplitude of 2
SVR-NONLINEAR
- 基于SVR的非线性系统的辨识和校验,辨识信号为幅值为2的随机信号-Nonlinear systems based on SVR identification and validation, identification signal is a random signal amplitude of 2
The-CRC-checksum
- 实现多个数据的CRC校验,通过输入数据和校验数据,计算出CRC校验码。-CRC check multiple data through the input data and parity data to calculate the CRC checksum.
decoder_BP_SE_ref
- 置信传播即BP译码算法,在每一次迭代过程中,都要对全部比特和校验信息进行更新,存在计算量大、译码效率低的问题,故提出了单边传播信息的迭代BP算法-Belief Propagation that BP decoding algorithm, in each iteration, we must check for all the bits and update the information, there is a large amount of calculation, low coding e
decoder_BPML
- 置信传播(belief propagation,BP)算法的计算复杂度较高,且变量节点和校验节点间信息传递的信息可靠,但是迭代的实现,就最大似然算法来说,验证其提高译码性能的特点。 -Belief propagation (belief propagation, BP) higher computational complexity of the algorithm, and reliable information between variable nodes and check node
decoder_BP_MRF
- 将置信传播(belief propagation,BP)算法从马尔科夫随机域的角度进行理解, 并通过变量节点和校验界定之间的迭代来实现信息传递,进而提高系统的误码率性能。 -The belief propagation (belief propagation, BP) algorithm is understood from the perspective of Markov random field, and by defining the iteration variable nod
按位异或校验和计算器
- 异或校验工具。十六进制异或值计算。。。。。。。。。。(XOR check tool. Sixteen decimal XOR calculation.)
LDPC码的校验矩阵与生成矩阵互换
- LDPC码的校验矩阵与生成矩阵互换,可以用来对LDPC码的H矩阵和G矩阵进行变换,采用了C语言的写法,简单明了。