搜索资源列表
Arthur
- 程序功能: 实现一元多项式的四则运算 ,用到的主要就是多现式的实现,除法实现起来是很复杂的。-procedures functions : achieving a polynomial of four operations is mainly used in the more - is the realization Apart from achieving up is very complex.
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位,校验字
poly.zip
- 一元多项式的加、减、乘、除法,用链表存储多项式的每一个结点,Polynomial plus one dollar, subtraction, multiplication, division, polynomial using linked list storage of each node
BCH1
- BCH中的组件,模Q加、多项式乘法电路、除法电路-BCH of components, modules Q increases, polynomial multiplication circuits, circuit division
PolyFractionValu
- 本程序提供大量实用多项式计算函数:求一维实(复)多项式值、求一维多项式组值、求二维实(复)多项式值、两一维多项式相乘、两一维多项式除法、计算连分式函数值。-look it yourself.
crc_division
- 16位CRC的按位除法,多项式为16,12,5,1-16-bit division by the CRC, the polynomial for 16,12,5,1
divisionotwopolynomial
- 此程序功能主要是实现两多项式的除法运算,-The main function of this program is to achieve the division of two polynomial computation,
polynomial_multiply_divide
- 用于多项式算法的乘法和除法,在数字信号处理中有很好的实用价值。-The program used for digital signal processing polynomial multiply and divide,it s the good references.
Unarypolynomialadditionsubtractionmultiplicationim
- 实现一元多项式的加法、减法、乘法和除法。-Realize a polynomial of addition, subtraction, multiplication and division.
Unarysimplecalculator
- 一元多项式计算器的基本功能定为 (1) 建立多项式 (2) 输出多项式 (3) 两个多项式相加,建立并输出和多项式 (4) 两个多项式相减,建立并输出差多项式 实现提示:可选择带头结点的单向循环链表 或单链表存储多项式,头结点可存放多项式 的参数,如项数等。 除以上功能外,还有乘法和除法的计算和导数计算-Unary polynomial basic functions of the calculator as (1) the estab
Ployn
- java实现多项式加法,乘法,除法,利用辗转相除法求两个多项式的最大公因子-java achieve polynomial addition, multiplication, division, using Euclidean algorithm for greatest common divisor of two polynomials
code
- javascr ipt写的多项式辗转相除法,功能完整齐全,并配合有HTML的界面.-javascr ipt to write the polynomial division algorithm, fully functional range, and with a HTML interface.
Polynomial
- 多项式的运算,只是简单的加法和乘法。减法可以通过加法修改就可以了,但是除法就有点难度对于本人刚学的来说-Polynomial operations
ch02
- 复数的加法法则 复数的加法按照以下规定的法则进行:设z1=a+bi,z2=c+di是任意两个复数, 则它们的和是 (a+bi)+(c+di)=(a+c)+(b+d)i. 两个复数的和依然是复数,它的实部是原来两个复数实部的和,它的虚部是原来两个虚部的和。 复数的加法满足交换律和结合律, 即对任意复数z1,z2,z3,有: z1+z2=z2+z1 (z1+z2)+z3=z1+(z2+z3). 编辑本段复数的乘法法则 规定复数的乘法按照以下的法则进行: 设z1
Division
- 一元多项式的除法,用C语言实现,包含链表的使用。-One yuan polynomial division, with the C language, including the use of the list.
polynominal
- 多项式 加法减法和乘法除法 的C++ 实现-realization of the addition and multiply of polinomial
A-Fast-CRC-Implementation-on-FPGA
- CRC错误检测是一个非常 电信应用上常见的功能。 对提高数据速率的发展要求 更多和更sofisticated实现。 在本文中,我们提出了一个方法来实现 管道结构为基础的CRC功能 多项式除法。它非常有效地改善 高速性能,允许从1 Gb / s的数据传输速率 4千兆位/秒,基于FPGA implementions根据 并行化水平(8至32位)。- The CRC error detection is a very common functio
Poly
- 运用c语言来实现多项式的加法,减法,乘法与除法-C language polynomial addition, subtraction, multiplication and division
bchcode
- 实现了bch编码,基于有限域多项式除法,自己动手写的,大家可以看下-Based on division in galois field,relize the BCH code
divdemo
- 多项式除法电路演示程序,可以设置被除式及除式。有利于理解多项式除法电路的实现过程。-Polynomial division circuit demo program can be set up in addition to style and subject type. Facilitate an understanding of the implementation process of the polynomial dividing circuit.