Welcome![Sign In][Sign Up]
Location:
Search - Polynomial division

Search list

[Algorithmnewton_raphson

Description: Summary: Newton-Raphson method for all real roots of the polynomial. MATLAB Release: R11 Description: This M-file calculates all the real roots of the given polynomial. It calls syn_division, a synthetic division function, and derivate, differentiation function. -Summary: Newton-Raphson method for all real roots of the polynomial. MATLAB Release: R11 Description: This M-file calculates all the real roots of the given polynomial. It calls syn_division, a synthetic division function, and derivate, differentiation function.
Platform: | Size: 2048 | Author: 风帆 | Hits:

[VC/MFCchapter1

Description: 徐士良的常用算法程序集,C语言编的。第1章,包括一维多项式求值,二维多项式组求值,二维多项式求值,复系数多项式求值,多项式相乘,复系数多项式相乘,多项式相除,复系数多项式相除。供大家参考。-徐士良assembly commonly used algorithm, C language series. Chapter 1, including the one-dimensional polynomial evaluation, two-dimensional polynomial evaluation group, two-dimensional polynomial evaluation, complex coefficient polynomial evaluation, polynomial multiplication, polynomial with complex coefficients multiplication, polynomial division, complex coefficient polynomial division. For your reference.
Platform: | Size: 5120 | Author: min | Hits:

[Communicationcrc_division

Description: 16位CRC的按位除法,多项式为16,12,5,1-16-bit division by the CRC, the polynomial for 16,12,5,1
Platform: | Size: 1024 | Author: 张州 | Hits:

[Windows DevelopPolynomialCalculation

Description: 一维多项式求值、二维多项式求值、复系数多项式求值、多项式相乘、多项式相除-One-dimensional polynomial evaluation, polynomial evaluation of two-dimensional, complex coefficient polynomial evaluation, polynomial multiplication, division polynomial
Platform: | Size: 5120 | Author: 聂启忠 | Hits:

[Data structspoly

Description: 一元多项式的加、减、乘、除法,用链表存储多项式的每一个结点-Polynomial plus one dollar, subtraction, multiplication, division, polynomial using linked list storage of each node
Platform: | Size: 1024 | Author: jfly | Hits:

[Windows Developpolynomial

Description: 系数为有理数的多项式计算程序,可实现多项式的加减乘除运算,以及求两个多项式的最大公约式。-Rational polynomial coefficient calculation program can be realized polynomial multiplication and division operations of addition and subtraction, as well as for two of the largest convention-type polynomial.
Platform: | Size: 248832 | Author: jywhu | Hits:

[Windows DevelopAlex

Description: 多项式的运算,包括 加减乘除 按高到底排序-Polynomial operations, including addition and subtraction multiplication and division in the end by a high order
Platform: | Size: 8192 | Author: alex | Hits:

[Delphi VCLpolynomial

Description: 这是用链表来实现多项式的加减乘除算法,大家可以看看。-This is linked to achieve the polynomial multiplication and division addition and subtraction algorithms, we can look at.
Platform: | Size: 185344 | Author: wen | Hits:

[JSP/Javapolynomial

Description: 在JAVA 实现了一元稀疏多项式的加减乘除运算以及求职预算-Implemented in JAVA dollar sparse polynomial multiplication and division addition and subtraction operations and job budget
Platform: | Size: 4096 | Author: 刘浩源 | Hits:

[JSP/Javacode

Description: javascript写的多项式辗转相除法,功能完整齐全,并配合有HTML的界面.-javascript to write the polynomial division algorithm, fully functional range, and with a HTML interface.
Platform: | Size: 2048 | Author: sjw | Hits:

[Data structsPolynomial-additio

Description: 多项式加法,按照优先顺序,先括号再乘除再加减的顺序做多项式加法。-Polynomial addition, in accordance with the priorities, the first bracket and then do multiplication and division and then addition and subtraction of polynomial order of addition.
Platform: | Size: 1024 | Author: 林子牧 | Hits:

[matlabclc

Description: A cyclic redundancy check (CRC) is an error-detecting code designed to detect accidental changes to raw computer data, and is commonly used in digital networks and storage devices such as hard disk drives. Blocks of data entering these systems get a short check value attached, derived from the remainder of a polynomial division of their contents on retrieval the calculation is repeated, and corrective action can be taken against presumed data corruption if the check values do not match.-A cyclic redundancy check (CRC) is an error-detecting code designed to detect accidental changes to raw computer data, and is commonly used in digital networks and storage devices such as hard disk drives. Blocks of data entering these systems get a short check value attached, derived from the remainder of a polynomial division of their contents on retrieval the calculation is repeated, and corrective action can be taken against presumed data corruption if the check values do not match.
Platform: | Size: 8192 | Author: sathyapriyanga | Hits:

[matlabcrc-for-data

Description: A cyclic redundancy check (CRC) is an error-detecting code designed to detect accidental changes to raw computer data, and is commonly used in digital networks and storage devices such as hard disk drives. Blocks of data entering these systems get a short check value attached, derived from the remainder of a polynomial division of their contents on retrieval the calculation is repeated, and corrective action can be taken against presumed data corruption if the check values do not match.-A cyclic redundancy check (CRC) is an error-detecting code designed to detect accidental changes to raw computer data, and is commonly used in digital networks and storage devices such as hard disk drives. Blocks of data entering these systems get a short check value attached, derived from the remainder of a polynomial division of their contents on retrieval the calculation is repeated, and corrective action can be taken against presumed data corruption if the check values do not match.
Platform: | Size: 8192 | Author: sathyapriyanga | Hits:

[Data structsDivision

Description: 一元多项式的除法,用C语言实现,包含链表的使用。-One yuan polynomial division, with the C language, including the use of the list.
Platform: | Size: 1024 | Author: | Hits:

[VHDL-FPGA-VerilogA-Fast-CRC-Implementation-on-FPGA

Description: CRC错误检测是一个非常 电信应用上常见的功能。 对提高数据速率的发展要求 更多和更sofisticated实现。 在本文中,我们提出了一个方法来实现 管道结构为基础的CRC功能 多项式除法。它非常有效地改善 高速性能,允许从1 Gb / s的数据传输速率 4千兆位/秒,基于FPGA implementions根据 并行化水平(8至32位)。- The CRC error detection is a very common function on telecommunication applications. The evolution towards increasing data rates requires more and more sofisticated implementations. In this paper, we present a method to implement the CRC function based on a pipeline structure for the polynomial division. It improves very effectively the speed performance, allowing data rates from 1 Gbits/s to 4 Gbits/s on FPGA implementions, according to the parallelisation level (8 to 32 bits).
Platform: | Size: 226304 | Author: 吴越强 | Hits:

[Consolepolynomial

Description: 主要用C++实现了数据结构中的多项式,可以进行加减乘除计算-Mainly implemented in C++ polynomial data structure can be addition, subtraction, multiplication and division calculation
Platform: | Size: 2048 | Author: 箫筱沐羽 | Hits:

[OtherPolynomial-operation

Description: C语言源码,本程序可处理多种多项式运算,包括加减乘除、求导、积分等,数据结构实验课作业,本人花费不少心血写就,功能十分强大。-C language source code, the program can handle a variety of polynomial operations, including addition, subtraction, multiplication and division, derivation, integration, the experiment data structure operations, I spent a lot of effort to write, is very powerful.
Platform: | Size: 9216 | Author: 周磊 | Hits:

[ELanguagethe-polynomial-Editor

Description: 数据结构,多项式编辑器,其基本功能 1. 创建 2. 显示 3. 复制 4. 求和 5. 求差 6. 求值 7. 销毁 8. 清空 9. 修改(①插入新的结点、②删除已有结点、③修改已有结点的系数和指数) 拓展功能(选做): 10. 微分(N阶导数) 11. 不定积分 12. 定积分 13. 乘法和乘方 14. 除法 15. 最大公约式和最小公倍式 16. 多项式的四则运算(如 “(1+2*3)/4”)-Basic functions (will do): Create 2 display 3. Copy 4. Summation 5 differencing 6. Evaluation 7. Destroyed 8 Empty 9. Modification (① insert a new node, ② delete the existing junction point, ③ modify an existing node coefficient and exponent) expansion function (Optional): 10. Differential (N derivative) 11. Indefinite Integral 12. definite integral 13. multiplication and involution 14. division 15 largest convention-style and the least common multiple 16. polynomial arithmetic (such as " (1+2* 3)/4" )
Platform: | Size: 3072 | Author: YLY | Hits:

[AlgorithmCDDV

Description: 此程序用于计算多项式相除,最终将获得商多项式的系数。-This program is used to calculate the polynomial division, will eventually get quotient polynomial coefficients.
Platform: | Size: 1024 | Author: qiyanfu | Hits:

[Software EngineeringA-Fast-CRC-Implementation-on-FPGA

Description: 快速实现crc polynom fpga使用流水线架构-A Fast CRC Implementation on FPGA Using a Pipelined Architecture for the Polynomial Division
Platform: | Size: 16384 | Author: 孙磊 | Hits:
« 12 3 4 »

CodeBus www.codebus.net