搜索资源列表
Polynominal
- 单链表建立多项式类,实现多项式乘法与加法运算-Polynomial to establish a single list categories, the achievement of polynomial multiplication and addition operations
Polynomial
- 使用链式存储实现一元多项式的以下运算: 实现多项式的加法、减法、求导。 -Used to achieve a dollar store chain polynomial of the following operations: the realization of polynomial addition, subtraction, derivation.
excel_in_civil_egineering
- 工量预测.xls 截面扭转特性.xls 截面特性一.xls 截面特性二.xls 最优化问题.xls 最值问题.xls 牛顿法解方程.xls 矩阵运算.xls 线性拟合.xls 解线性方程组.xls 解线性方程组(二).xls 辛普森法积分.xls 频率与振型求解.xls 双变量模拟运算.xls 多元线性回归.xls 多项式拟合.xls 实例1.xls 实例2.xls 实例3.xls
project
- 多项式的加减法运算,输入的多项式带有未知数x和数字-Polynomial addition and subtraction calculations
shujujiegoushixi
- 多项式的表示与相加 掌握多项式的链式存储结构及两个多项式的相加,并熟悉线性链表的插入运算。-Express the sum of polynomials with polynomial chain master storage structure and the sum of two polynomials, and are familiar with linear linked list insertion operator.
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,
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
Polynimial_ekansrm
- 一个多项式运算的类,可作加减乘除模运算,运算符均重载,希望对学习C++的朋友有帮助,请用快压软件解压文件。-A Class for Polynimial
polynomial
- 用c++实现多项式运算,包括多项式相加相减,可以处理不同阶数的多项式加减法-c++ polynomial arithmetic
poly
- 多项式运算环境,用于带系数的多项式运算,通过文件输入底数和指数。-ploy environment
7960
- 这是一款非常实用的计算器,我认为其实用程度远远胜过Windows系统提供的计算器.主要特色是支持多项式运算,即可以一次输入整个多项式,并能够识别运算的优先级(利用堆栈实现)-This is a very useful calculator, I think in fact, far better than the Windows system calculator main feature is support polynomial arithmetic, that can enter an e
Polynomial-operation
- C语言源码,本程序可处理多种多项式运算,包括加减乘除、求导、积分等,数据结构实验课作业,本人花费不少心血写就,功能十分强大。-C language source code, the program can handle a variety of polynomial operations, including addition, subtraction, multiplication and division, derivation, integration, the experiment da
jsq
- 可以实现加减乘除及带括号的多项式运算的简易计算器-Math can be achieved with parentheses polynomial arithmetic and simple calculator
MyCalculate
- 一个用VC++编写的计算器小程序,可实现加减乘除与括号在内的多项式运算的小程序。-a calculater program, is function also include add,minus,multiply,division and brackets polynomial calculation.
duoxaingshi
- 界面输出,链表方式进行多项式加减乘运算,链表销毁等操作(Polynomial addition and subtraction operation)
一元稀疏多项式计算器
- 数据结构报告,进行加减运算,头插法插入,顺序排列(Data structure report, add and subtract operations)
lagelangrichazhiduoxiangshi
- 拉格朗日插值多项式用matlab实现,目前网上的都是用多层for循环 这没有利用到矩阵的强大功能,matlab就是以矩阵为基础建立的科学软件。对矩阵的运算非常适合。提高运算效率。(The Lagrange interpolation polynomial is realized by MATLAB, and at present, the network is all multilayered for cycle This does not take advantage of the pow
assignment1
- 【问题描述】 设计一个实现一元稀疏多项式相加运算的演示程序。 【基本要求】 (1)输入并建立两个多项式; (2)多项式a与b相加,建立和多项式c; (3)输出多项式a,b,c。输出格式:比如多项式a为:A(x)=c1xe1+c2xe2+…+ cmxem,其中,ci和ei分别为第i项的系数和指数,且各项按指数的升幂排列,即0≤e1<e2<…<em。多项式b,c类似输出。([descr iption of the problem]