CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - Polynomial

搜索资源列表

  1. [_A_Quadra1888275142005

    0下载:
  2. This a quadratic equation solver,this program can be use to solve second-order polynomial equation with one variable \"x\"-This a quadratic equation solver,this program can be use to solve second-order polynomial equation with one variable \"x\"
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3498
    • 提供者:陈云
  1. B_M算法

    2下载:
  2. VC++编程实现了二元域的BM算法。Berlekamp-Massey 算法是一个少有的高效算法。只需要输入密文中的2l个比特,就可以产生LFSR的最小多项式,从而生成整个序列。这里的l是系统的线性复杂度。-VC + + programming domain of the dual BM algorithm. Berlekamp-Massey algorithm is a rare efficient algorithm. Just type of dense text 2l bits, we c
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:30926
    • 提供者:赖晖
  1. 032223

    0下载:
  2. 设f(x)=1+x+x2+x5+x27,试分别写出实现下列移位寄存器的程序: 以f(x)为联接多项式的DSR; 以f(x)为联接多项式的LFSR。 可供选择的联接多项式: f1(x)=1+x+x4+x6+x30; f2(x)=1+ x3+ x31; f3(x)=1+ x6+ x31; f4(x)=1+ x7+ x31; f5(x)=1+ x13+ x31; -Let f (x) = 1 x x2 x5 x27, respectively try to writ
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1617
    • 提供者:houny
  1. secretshare_VC++

    0下载:
  2. Shamir秘密分享与恢复算法的VC++程序,主要是使用平面上k点可以决定k-1次方的多项式,以k点为门槛值,应用Lagrange多项式插入方法的技术,回复原多项式,再得出主密钥。输入大数长度和份数可自行定义(默认是270位和不超过20份)。-Shamir secret sharing and recovery algorithm VC procedures, is the use of the plane could be decided k k-1 power of the polynomi
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:39140
    • 提供者:linvg
  1. secretshare_java

    0下载:
  2. Shamir秘密分享算法的java实现,主要是使用平面上k点可以决定k-1次方的多项式,以k点为门槛值,应用Lagrange多项式插入方法的技术,回复原多项式,再求出主密钥。-Shamir secret sharing algorithm to achieve the java, is the use of the plane could be decided k k-1 power of the polynomial, a k-value of the threshold, Applicati
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4876
    • 提供者:linvg
  1. _Poly

    0下载:
  2. 多项式加减乘除实现程序,通过逆波兰记法保存多项式于栈中,实现运算-polynomial arithmetic procedures, through reverse Polish notation in the preservation of polynomial stack, and achieving Operational
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:4861
    • 提供者:David
  1. crc

    0下载:
  2. CRC码产生器与校验器程序 Features : Executes in one clock cycle per data word Any polynomial from 4 to 32 bits Any data width from 1 to 256 bits Any initialization value Synchronous or asynchronous reset
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5527
    • 提供者:Alex
  1. mulf2m.rar

    1下载:
  2. 椭圆曲线加密算法中的乘法器的生成,主要功能是实现在素域上的多项式模P(大素数)乘的运算。,Elliptic curve encryption algorithm to generate the multiplier, the main function is to achieve in the Su-domain polynomial module P (large prime numbers) by the operator.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:1005
    • 提供者:傅建新
  1. Shamir

    1下载:
  2. Shamir秘密分享算法的C#实现,主要是使用平面上k点可以决定k-1次方的多项式,以k点为门槛值,应用Lagrange多项式插入方法的技术,回复原多项式,再求出主密钥。-Shamir secret sharing algorithm to achieve the java, is the use of the plane could be decided k k-1 power of the polynomial, a k-value of the threshold, Application
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:2179347
    • 提供者:
  1. BCH_RS

    1下载:
  2. bch编解码MATLAB程序,可以直接计算M小于12的BCH码生成多项式-BCH codec MATLAB procedures, can be directly calculated M is less than 12 BCH code generated polynomial
  3. 所属分类:CA program

    • 发布日期:2017-03-30
    • 文件大小:342303
    • 提供者:hanyu
  1. crc_low

    0下载:
  2. 用c语言实现crc算法,采用ccitt标准多项式,查找表方法实现,低位先处理,接收校验成功标志为f0b8.-Checksum crc algorithm to achieve the standard which use ccitt polynomial, using look-up table method to achieve, low bit to deal with first, mark of success receiving check is f0b8.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:1288
    • 提供者:dustin
  1. CRC_FW

    0下载:
  2. 是我自己写的32位crc算法,生成多项式可以改成你自己需要的。应用于crc查表法。-I wrote it myself a 32-bit CRC algorithm to generate a polynomial can be changed to your own needs. Look-up table method used in CRC.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:8981
    • 提供者:董莹
  1. CRC_bit_arithmetic

    0下载:
  2. CRC采用比特型算法,生成多项式为CCITT 0x1021,无需查表,节省内存空间。-CRC-bit-based algorithm used to generate a polynomial for the CCITT 0x1021, no look-up table to save memory space.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-26
    • 文件大小:221928
    • 提供者:张键
  1. crc

    0下载:
  2. 计算16位CRC函数之一,以前刚好写过一段时间,拿出来给和大家分享吧!(多项式可能不同,自己动下脑筋改下吧!)-16-bit CRC calculation function, one of just wrote some time ago, out to and to share it! (Polynomial may be different, their move to the next, are you thinking!)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:1608
    • 提供者:李生
  1. LFSR

    0下载:
  2. Register to be right for stream ciphers with Polynomial and Seed customizable
  3. 所属分类:CA program

    • 发布日期:2017-04-03
    • 文件大小:1083
    • 提供者:k3r63r05
  1. crc

    0下载:
  2. CRC Code: Input: polynomial p(x) space bar and caption (max 10000 chars). Output: CRC Code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1000
    • 提供者:kaguarek
  1. Polynomial

    0下载:
  2. calculation POLYNOMIAL this program makes the necessary declaration and reading a polynomial display and is polynomial and is the sum, product, and displays fu-calculation POLYNOMIAL this program makes the necessary declaration and reading a po
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:109095
    • 提供者:kader125
  1. Calculate-the-polynomial

    0下载:
  2. 本程序用于计算多项式的值,输入x和y的值,而后按照计算优先级次序,依次将所得的值存入dx寄存器,计算完成之后即可输出。-This procedure used to calculate the value of the polynomial, input x and y values, and then according to the calculation priority order, in turn, will be the value in dx register, after the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-15
    • 文件大小:14733
    • 提供者:huibian
  1. polynomial-calculation

    0下载:
  2. 用C语言编写的一元稀疏多项式计算,包括加减乘三种计算类型-Written in C language, one yuan sparse polynomial, including addition and subtraction multiplication three types of calculations
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-16
    • 文件大小:185544
    • 提供者:TsaiCai
  1. polynomial

    1下载:
  2. 用标准模板类list实现多项式的输入,输入,以及多项式的相加求和-To achieve polynomial using the standard template class list input, the input, and the sum of polynomial summation
  3. 所属分类:Windows Kernel

    • 发布日期:2016-12-01
    • 文件大小:1032192
    • 提供者:林~lin
« 12 3 4 »
搜珍网 www.dssz.com