CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 生成多项式

搜索资源列表

  1. CRC16

    0下载:
  2. CRC16校验实现,通过测试可以使用,使用A001生成多项式-CRC16 checksum to achieve, to pass the test can be used, using the A001 generator polynomial
  3. 所属分类:Communication

    • 发布日期:2017-04-07
    • 文件大小:1196
    • 提供者:俊杰
  1. VB

    0下载:
  2. 设计并实现以下算法:给出用单链表存储多项式的结构,利用后接法生成多项式的单链表结构,实现两个多项式相加的运算,并就地逆置相加后的多项式链式。-Designed and implemented the following algorithm: given the structure of a singly linked list storage polynomial, use the connection to generate a polynomial single-chain structur
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:19139
    • 提供者:冰冰
  1. CRC-8

    0下载:
  2. CRC-8 校验生成多项式为x8+x2+x+1-CRC-8 check
  3. 所属分类:Other systems

    • 发布日期:2017-11-08
    • 文件大小:1955
    • 提供者:黄家骏
  1. crc8-code

    0下载:
  2. 1. 用查表法计算CRC码,编码方式:生成多项式为x8+x2+x+1 2. 环境要求:系统Windows2000/XP/7;C语言;编译环境为C-Free或VC++ 6.0 3. 信息交换内容为文本文件;信息交换方式为共享文件 4. 功能:能在两台计算机机上运行程序,一台产生CRC码,另一台校验。-CRC code calculated using the look-up table method, the encoding: generating polynomial of as
  3. 所属分类:Communication

    • 发布日期:2015-07-13
    • 文件大小:3072
    • 提供者:潘梦容
  1. jiaozhi

    0下载:
  2. 搜寻最短延时的交织m序列伪码,可选择m序列的长度,自动产生生成多项式-Search shortest delay interleaved pseudo-code of the m-sequence, to select the length of the m-sequences generated automatically generating polynomial
  3. 所属分类:DSP program

    • 发布日期:2017-11-18
    • 文件大小:1870
    • 提供者:李森
  1. CRC-16

    2下载:
  2. 循环冗余校验(CRC)的生成多项式为CRC-16: x16+x15+x2+1。-CRC-16: x16+x15+x2+1.
  3. 所属分类:Other systems

    • 发布日期:2017-10-31
    • 文件大小:1567
    • 提供者:吴悠
  1. p2007525214811

    0下载:
  2. 详细介绍了卷积编码的图解法和解析表示;图解法包括:树状图、状态图、网格图 解析法包括:矩阵形式、生成多项式形式 -Detailed graphical method for convolution coding and resolve graphical method including: tree diagram, state diagram, grid chart analytical method include: matrix form generator polynomial
  3. 所属分类:3G develop

    • 发布日期:2017-11-22
    • 文件大小:156167
    • 提供者:xixihaha
  1. CRC16

    0下载:
  2. 16位的CRC校验码算法,生成多项式 0x1021 0x8005-16-bit CRC checksum algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:1094
    • 提供者:姚星
  1. CRC_1

    0下载:
  2. 输入信息编码位数和生成多项式位数,进行CRC编码并显示结果。Input information bits and generating polynomial-digit code, the CRC code and displays the results.-Input information bits and generating polynomial-digit code, the CRC code and displays the results.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:241471
    • 提供者:authori
  1. CRC-theory-and-C-language-implement

    0下载:
  2. 用C实现crc计算的方法(查表法),给出了对于常见生成多项式的处理过程。-Implemented in C crc calculation method (look-up table) is given for the common generator polynomial of the process.
  3. 所属分类:3G develop

    • 发布日期:
    • 文件大小:32045
    • 提供者:
  1. BM

    0下载:
  2. 密码学BM算法的C++实现。可计算100阶m序列的生成多项式-Cryptography BM algorithm in C++. Computable 100 m sequence generator polynomial order
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:818
    • 提供者:leo
  1. Untitled2

    0下载:
  2. 卷积码编码以及8PSK调制解调程序,卷积码编码采用(7,5)生成多项式的(2,1,3)编码结构-Convolution coding and 8PSK modulation and demodulation process
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1713
    • 提供者:刘旭
  1. CRC16-IBM

    2下载:
  2. CRC16,16位的循环冗余校验,生成多项式为x16+x15+x2+1,一个完整的校验程序,仅供参考。-CRC16, 16-bit cyclic redundancy check generator polynomial x16+ x15+ x2+1, a complete calibration procedure for reference purposes only.
  3. 所属分类:SCM

    • 发布日期:2017-05-21
    • 文件大小:5797408
    • 提供者:刘伟
  1. conv_encoder

    0下载:
  2. (2,1,7)卷积码编码器 能设置初始状态和生成多项式的系数-(2,1,7) convolutional code encoder can set the initial state and the generator polynomial coefficients
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-04-24
    • 文件大小:500349
    • 提供者:wangjinchao
  1. CRC12

    0下载:
  2. 1、环境要求:Windows/XP/7;C;信息交换内容为键盘输入的字符串;通信传输通过共享文件实现 2、编码要求:生成多项式为CRC-12 3、功能要求:能在两台计算机机上运行程序,一台产生CRC码,另一台校验。-1, environmental requirements: Windows/XP/7 C information exchange content as a string keyboard input communication transmission to ach
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:1792
    • 提供者:红烨
  1. CRC

    0下载:
  2. 使用MALTAB编写的CRC校验程序,可以自己输入生成多项式来进行模拟,内含图形界面-Use MALTAB write the CRC program, containing a graphical interface
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:6354
    • 提供者:乐乐乐
  1. awgn_matlab

    2下载:
  2. 仿真BPSK调制在AWGN信道下分别使用卷积码和不使用卷积码的性能,其中,卷积码的约束长度为7,生成多项式为[171,133],码率为1/2,译码分别使用硬判决译码和软判决译码。-Simulation BPSK modulation and convolutional code are not used convolutional codes in AWGN channels, where the constraint length of the convolutional code is 7,
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2015-09-16
    • 文件大小:13312
    • 提供者:godzillu
  1. polynomial

    0下载:
  2. 可以生成多项式,并进行简单的合并赋值等运算-Can be a generator polynomial, and a simple operation like combined assignment
  3. 所属分类:Applet

    • 发布日期:2017-04-14
    • 文件大小:4224
    • 提供者:Lushuang
  1. CRC-code

    0下载:
  2. 用模2除法计算CRC码,生成多项式为CRC-16;允许输入字符等,有完备的报错功能。-The 2 division calculation CRC code mode, generating polynomial for CRC-16 allow input characters, there are errors of complete function.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:1282
    • 提供者:
  1. vhdl

    1下载:
  2. 伪随机序列发生器的vhdl算法 设计一个伪随机序列发生器,采用的生成多项式为1+X^3+X^7。要求具有一个RESET端和两个控制端来调整寄存器初值(程序中设定好四种非零初值可选)-
  3. 所属分类:文档资料

« 1 2 3 4 56 7 8 9 10 11 »
搜珍网 www.dssz.com