搜索资源列表
多项式的加减运算
- 多项式的加减运算特别实现(c实现)-polynomials Modified Operational special achievement (c realization)
80450_2005-06-06_179
- 一元多项式的计算,建立两个多项式,并进行相加,相减运算,输出结果.参考资料:严蔚敏《数据结构与算法-one yuan polynomial calculations, the establishment of two polynomials, and together, subtract operation, the output results. References : Yan Wei Min "Data Structur
一元稀疏多项式计数器
- 一元稀疏多项式计算器[加法和乘法] 问题描述: 设计一元系数多项式计数器实现两个多项式间的加法、减法。 基本要求: (1) 输入并建立多项式 (2) 输出多项式,输出形式为整数序列:n,c1,e1,c2,e2……cn,en,其中n是多项式的项数,ci,ei分别为第i项的系数和指数。序列按指数降序排列。 (3) 多项式a和b相加,建立多项式a+b,输出相加的多项式。 (4) 多项式a和b相减,建立多项式a-b,输出相减的多项式。 用带表头
WinNTL-5_4
- NTL is a high-performance, portable C++ library providing data structures and algorithms for manipulating signed, arbitrary length integers, and for vectors, matrices, and polynomials over the integers and over finite fi
CRC1632
- 本代码为查表法CRC16和CRC32校验的表生成和校验程序。使用此代码可以任意多项式生成CRC16和CRC32的程序。另有文件实现CRC16和CRC32的校验。 使用生成的表格,即可以在嵌入式中实现RAM和ROM区的校验。源程序在MSP430上实现,现整理成通用C版本。-the code look-up table method CYXLIC REDUNDANCY CRC checksum and the table generat
DXS
- C编的多项式计算器。可求多项式的值,求导,求微分,积分以及多项式相加减-C series polynomial calculator. Stepping polynomial value, derivative and seeking differential, integral and Modified Polynomials
非常实用的一款计算器
- 这是一款非常实用的计算器,我认为其实用程度远远胜过Windows系统提供的计算器.主要特色是支持多项式运算,即可以一次输入整个多项式,并能够识别运算的优先级(利用堆栈实现)-This is a very practical calculator, I think far better than using Windows systems calculator. The main feature of polynomial Operati
chfit
- 使用Chebyshev 多项式进行数值拟合的算法-use of Chebyshev polynomials numerical fitting algorithm
fit
- 该算法是用正交多项式来求最小二乘拟合多项式。-This algorithm is to use orthogonal polynomials to seek least-squares polynomial fitting.
Polynomials-Math-Calculator
- 1. 程序可以将多项式以字符串(可以采用CString类表示)的形式输入,如多项式 可以采用: 表示; 2. 程序能对输入的两个多项式进行多项式的加,减,乘运算; 3. 程序完成运算后,将计算结果按照升幂排列输出; -Polynomials Math Calculator
polynomials
- 两个多项式相加,使用链表,计算时间复杂度,数据结构应用-Write a function to add two polynomials. Do not destroy the input. Use a linked list implementation. If the polynomials have M and N terms, respectively, what is the time compl
SPLINE
- SPLINE is a package of simple routines for setting up and evaluating splines and related functions, whose goal is either to to interpolate given data exactly at a set of points to approximate data over an interv
na7
- Orthogonal Polynomials Approximation 数值分析,计算正交基多项式的系数 -Given a function f and a set of m >0 distinct points . You are supposed to write a function to approximate f by an orthogonal polynomial using the exact funct
results-of-polynomials
- 使用C++实现计算多项式相加的结果,不知道如何,请大家验证-Using C++ to achieve the results of calculation of polynomials
polynomials
- 计算两个多项式的加法,减法以及乘法,多项式的通过链表存储。-Calculation of two polynomials of addition, subtraction, and multiplication, and polynomial linked list storage.
polynomials-multiply
- 使用C++编写的两个多项式相乘的源代码,可以得到多项式相乘的结果多项式-Using C++ prepared multiplies the two polynomials of the source code can be obtained polynomial result of multiplying the polynomial
The-sum-of-polynomials
- 多项式相加 数学上使用行列式来解决 可以使用克拉默法则来写-The sum of polynomials
The-sum-of-polynomials
- 建立两个链表为稀疏多项式,将他们每项按项相加,最后将得到的链表打印出来。-The sum of polynomials
this-program-explain-the-type-of-polynomials-curv
- Polynomials curve fitting
polynomials
- Descr iption 给定两个多项式P(x)与Q(x),通过链表实现它们的加法。 Input 有若干组,每组有2个多项式。每组输入时先输入第1个多项式,再输入第2个多项式。每组用若干对整数表示,依序每两个相邻的整数表示多项式的一项,分别是它的系数和幂。当输入的幂为负数时,表示一个多项式的结束。一个多项式中各项的次序是随机的。 Output 对每组中两个多项式,先输出“Case #:”,其中“#”是测试数据序号。接