搜索资源列表
算术表达式的计算
- 数据结构里面算术表达式的计算.主要是一元多项式的计算.仅供参考.-data structure inside arithmetic expression calculation. One yuan is polynomial calculations. For reference purposes only.
计算方法程序
- 文件实现求解线性方程组、多项式插值或积分,包含gauss消去、迭代等,可变换形式达到一程序多用的目的-achieve document for solving linear equations, polynomials or interpolation points, including Gauss elimination, iterative, can transform a process to form the multi-purpose
CalculateLYD
- 多功能计算器,能够实现普通的加,减,乘,除外,还支持多项式计算以及矩阵的运算,操作方法和Matlabel相似-multifunction calculator, to achieve common, plus or minus, by, except, also supports polynomial calculations and matrix arithmetic, and the method of operation is similar to Matlabel
TestMatrixOperation
- 在java环境中,二元多项式计算完成计算并演示结果以及以二叉树形式进行存储-the environment, complete binary polynomial terms calculated and results of the demonstration in the form of binary tree storage
DATABASE_APPLICATION_DESIGN(tc)
- 1、 一元多项式计算** 任务:能够按照指数降序排列建立并输出多项式; 能够完成两个多项式的相加、相减,并将结果输入; 在上交资料中请写明:存储结构、多项式相加的基本过程的算法(可以使用程序流程图) 、源程序、测试数据和结果、算法的时间复杂度、另外可以提出算法的改进方法; 2、 订票系统 任务:通过此系统可以实现如下功能: 录入:可以录入航班情况(数据可以存储在一个数据文件中,数据结构、具体数据自定) 查询:可以查询某个航线的情况(如,输入航班号,查询起降时间,
VC_多项式
- 用从c++语言实现多项式的输入及计算-using language from the importation and polynomial terms
MFCtodowithacalculator
- 用MFC做的一个计算器,可以实现多项式计算.功能较全.-MFC to do with a calculator, can be calculated polynomial. Features more full.
jsq
- 这是一款类似与文曲星上的计算器——支持多项式计算方式和科学计算方式。 比windows现有的计算器好用的多。你用用就知道了,呵呵。 欢迎提出宝贵意见。 联系方式:QQ:281403185 E-MAIL:shengfeng73@126.com-err
visualbasic
- 一本非常实用的编程工具书,常用的数值计算的vb源代码,及其运算公式和测试例子 包括微积分 求导和多项式插值-A very useful programming tool, commonly used in numerical calculation of the vb source code, and the computing formula and test examples include calculus, and polynomial interpolation derivatio
PolyFractionValu
- 本程序提供大量实用多项式计算函数:求一维实(复)多项式值、求一维多项式组值、求二维实(复)多项式值、两一维多项式相乘、两一维多项式除法、计算连分式函数值。-look it yourself.
Polynomialterms
- 多项式计算,完成功能: (1)输入并建立多项式; (2)输出多项式; (3)两个多项式相加,建立并输出和多项式; (4)两个多项式相减,建立并输出差多项式。-Polynomial terms, the completion of functions: (1) input and the establishment of polynomials (2) the output polynomial (3) the sum of two polynomials, and polyn
polynomial
- 系数为有理数的多项式计算程序,可实现多项式的加减乘除运算,以及求两个多项式的最大公约式。-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 polynomi
Calculator
- 此程序用堆栈来实现多项式计算,用c++来实现-This program uses the stack to achieve polynomial calculation, using c++ to achieve the
lagelangrichazhi
- 拉格朗日插值法构造通过n+1个互异点上的次数不超过n的插值多项式P(x),利用此多项式计算在某一点的值-Lagrange interpolation structures differ by n+1 points on a number of no more than n, the interpolation polynomial P (x), take advantage of this polynomial calculation of the value of a point
shujujiegou
- 实现简单多项式计算器的基本功能,即一元多项式计算的加减乘功能-To achieve the basic functions of a simple polynomial calculator
本原多项式
- 计算输入的阶数的本原多项式,可以很好的找到需要的本元多项式(The primitive polynomial of the order of the input can be used to find the necessary element polynomials well.)
源
- C语言编程实现5次方以内多项式计算,运用链表,节点指针。(C programming to realize polynomial calculation within 5 times)
多项式计算
- 多项式计算,实现了数种功能Polynomial calculation(Polynomial calculation)
m
- 计算newton插值多项式和三次样条插值多项式。(The Newton interpolation polynomials and the three spline interpolation polynomials are calculated.)
matlab数值特征值与特征向量计算 实例源程序代码
- 特征值与特征向量的计算 339 10.1 特征值问题概述 339 10.1.1 特征多项式 339 10.1.2 特征值范围估计 340 10.2 幂法及反幂法 341 10.2.1 幂法 341 10.2.2 幂法的加速 344 10.2.3 反幂法 350 10.2.4 混合幂法 352 10.3 实对称矩阵的Jacobi法 353 10.3.1 Givens变换 353 10.3.2 基本Jacobi法 358 10.