搜索资源列表
多项式求和
- 1、 程序功能:本程序实现多项式的求和运算,在遇到指数相同时实行系数相加或相减,指数不同的照原样输出。最后分别输出系数和指数。 2、 运行环境:C++ 3、 算法描述:首先,把输入的的多项式进行分析,把所有的系数放入一个单链表中llist,指数放入另一个单链表llist2中。然后再在指数链表中比较有没有相同的指数,如果有相同的指数,那就把相对应的系数进行求和,并把求和结果归并到llist2中;如果指数不相等的,就直接归并到llist2中。最后以指数的降幂形式输出。
computer
- 这是一款非常实用的计算器,我认为其实用程度远远胜过Windows系统提供的计算器.主要特色是支持多项式运算,即可以一次输入整个多项式,并能够识别运算的优先级(利用堆栈实现),希望大家能够多提宝贵意见.
Arp
- 由中科院数学机械化研究所开发的 数学机械化平台(Dos平台运行)能进行各类复杂的数学运算。包括数值运算和多项式运算等。 挺不错的
poly
- 用指针实现的多项式运算系统
duoxiangshi.rar
- 很经典的小程序 一元稀疏多项式运算 适合刚学算法的同学,Applet is the classic one dollar computing sparse polynomial algorithm suitable for students just learning
xishuduoxiangshi
- 一元稀疏多项式的求解等问题,输入相次幂数可以进行多项事的加减等运算-One dollar for solving sparse polynomial such as the problem, enter the number of times the power can be a number of things, such as addition and subtraction calculations
20080405_9a428821385c382c2511qbZ6dSFYrYC3
- 这是一款非常实用的计算器,我认为其实用程度远远胜过Windows系统提供的计算器.主要特色是支持多项式运算,即可以一次输入整个多项式,并能够识别运算的优先级(利用堆栈实现)-This is a very practical calculators, in fact, in my opinion much better than using Windows system calculator. Main features are support for polynomial computing,
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
duoxianshi
- 计算机学院吴老师讲多项式运算问题多项式相加课件举例分析-Computer Science teacher Miss polynomial stresses the issue of computing the sum of polynomials, for example analysis of courseware
divisionotwopolynomial
- 此程序功能主要是实现两多项式的除法运算,-The main function of this program is to achieve the division of two polynomial computation,
vcStudyPolynomialOperations
- 是关于多项式运算的VC++程序 对于初学者有很大的参考意义-Polynomial operations on the VC++ program For beginners there is a great reference value
duoxiangshi
- 用C++语言编写一段程序,该程序的功能相当于一个一元多项式计算器。它能够实现按照指数降序排列建立并输出多项式,并且能够完成两个多项式的相加、相减的运算和将其结果输入的功能。-C++ language with a program that functions as a unary polynomial calculator. It can be achieved in accordance with established and the output index in descending o
my2
- 定义一个多项式类,并实现多项式运算,可以实现多项式加法与乘法运算。-Define a polynomial class, and to achieve polynomial operations can achieve polynomial addition and multiplication.
Polynimial_ekansrm
- 一个多项式运算的类,可作加减乘除模运算,运算符均重载,希望对学习C++的朋友有帮助,请用快压软件解压文件。-A Class for Polynimial
all
- matlab中的多项式运算 huanyingxiazai -polynomial operator in Matlab welcome to down this work
polynomial
- 用c++实现多项式运算,包括多项式相加相减,可以处理不同阶数的多项式加减法-c++ polynomial arithmetic
多项式基本运算
- 用于实现多项式的基本操作,包括加法减法乘法和微分。 实现读入文本文件及输出相应结果在输出的文本文件夹中。(The basic operations used to implement the polynomial, including addition subtraction multiplication and differentiation. Implement the read text file and output the corresponding result in the o
duoxaingshi
- 界面输出,链表方式进行多项式加减乘运算,链表销毁等操作(Polynomial addition and subtraction operation)
一元稀疏多项式计算器
- 数据结构报告,进行加减运算,头插法插入,顺序排列(Data structure report, add and subtract operations)
一元多项式
- 实现一元多项式包括定积分、不定积分在内的各种运算(Realizing various operations of one-variable polynomial including definite integral and indefinite integral)