搜索资源列表
polynomail
- 设计一个一元稀疏多项式简单计算机器 1. 本演示程序中,用户根据相应提示可以完成以下功能: (1) 输入并建立两个多项式; (2) 输出多项式,输出形式为整数序列:n,c1,e1,c2,e2,…… cn,en,其中n是多项式的项数,ci和ei分别是第i项的系数和指数,序列按照指数降序排列。 (3) 多项式Pa和Pb相加,建立多项式Pa+Pb (4) 多项式Pa和Pb相减,建立多项式Pa-Pb 2. 对一些特殊情况的说明:将0多项式设置为仅一项的多项式,其系
duoxiangshi
- 对于一元n次多项式Pn(x)=...用适当的数据结构表示,并要求对其实现求导和给定x后多项式的值。
yiyuan
- 这是一个一元多项式计算器,用数据结构实现的。
一元稀疏多项式
- 一元稀疏多项式计算器,直接可运行的-one yuan sparse polynomial calculators, and direct operational
一元多项式的表示及加法
- 这是一个用VC实现在数据结构课程中比较经典的应用的一项式运算的程序.这个也测试通过.应该没有任何问题.-with VC data structure courses in the more classic use of a Type Operational procedures. This is also the test. Should be no problem.
polyadd
- 一元多项式相加程序-One of the polynomial sum of the procedures
polynomialmultiplicationadditionsubtraction
- 数据结构中 实现 一元多项式的加法 减法 乘法 -Data structure to achieve a dollar' s addition subtraction multiplication of polynomials
Unary_polynomial
- 两个一元多项式相乘的算法,假设A(x)和B(x)为多项式,则M(x)=A(x)*B(x)其中,每一项都是一个一元多项式-Two unary polynomial multiplication algorithm, assume that A (x) and B (x) is polynomial, then M (x) = A (x)* B (x) which is a one dollar each polynomial
SC.R2010.11
- 超级大数计算,基于大数的有理数计算,基于大数的一元多项式计算,函数批量计算,二维函数绘图。-Super large number calculations, based on large numbers of rational calculation, based on the calculation of large numbers of a polynomial function batch computing, two-dimensional mapping function.
project1
- C++写的两个一元多项式的计算,包括加法、减法-C++ to write two one-polynomial calculations, including addition, subtraction
123
- 实现一元多项式的加减乘除运算和多元多项式的加减乘运算,输入时以字符串的形式输入即可。-Achieve a polynomial multiplication and division addition and subtraction and addition and subtraction multi-polynomial multiplication, input a string in the form of typing.
roots
- 一元多项式方程求根,可以求出方程的所有根,包括虚根-Code to find all real roots of a polynomial with real coefficients.
Untitled1
- 在C++环境下实现一元多项式之间的加法运算-In C++ environment to achieve a polynomial addition operation between
qqq
- C++一元多项式计算问题-课程设计说明书-Polynomial computational problems in C++- curriculum design specification
count
- 设计一个一元多项式的计算器。以二元组形式存储多项式,以适合任何形式的多项式。-Design a unary polynomial calculator. Polynomial is stored in binary groups, to fit any form of polynomials.
LeastSquare2012
- 最小二乘法拟合程序,VC的,比较好用,可用于一元多项式-Method of least squares fitting procedure, VC, and relatively easy to use, can be used for one yuan polynomial
calculator
- 利用C语言编写的一个简单实用的一元多项式计算器-The use of C language written in a simple and practical polynomial calculator
poloy
- 用线性表实现一元多项式的多种运算,对初学数据结构的人佷有帮助。-Use linear table for one yuan polynomial of a variety of operations, for beginners of data structure is very helpful.
Unary-Polynomial-Regression-Model
- 一元多项式回归模型及其Matlab程序,已知各年度的税收数据见表11,预测第15年的税收-One dollar polynomial regression model and its Matlab program, known tax data for each year in Table 11, forecast the 15th year of tax
1
- (1)输入并建立多项式。 (2)输出多项式,输出形式为整数序列:n,c1,e1,c1,c2,e2,…,cn,en,其中n是多项式的项数,ci,ei,分别是第i项的系数和指数,序列按指数降序排序。 (3)实现多项式a和b相加,建立多项式a+b。 (4)实现多项式a和b相减,建立多项式a-b。 (5)计算多项式在x处的值。((1) input and establish polynomial. (2) output polynomial, the output form is intege