当前位置:
首页 资源下载
搜索资源 - polynomial evaluation
搜索资源列表
-
0下载:
本程序的主要功能是实现多项式的求值,可以实现+,-,*,/.-the program's main function is a polynomial evaluation, can achieve +,-,*,/.
-
-
1下载:
一元多项式符号计算-含因式分解版
不仅包含+,-,*,/,多项式求值,数值积微分,(内含多项式求根子程序),定与不定积分,还有因式分解(求根法).
用单链表.输入格式按提示.-one yuan polynomial symbolic computation-containing factorization version not only contains ,-,*,/, polynomial evaluation, Numerical plot differential (intron
-
-
10下载:
Digital Predistortion of Nonlieaner RF Power Amplifier with Memory Effects.
This M code simulates a DPD technique linearization for a AB-class nonlinear HPA with memory effects. Here we consider a memory polynomial predistorter to modeling nonline
-
-
0下载:
多项式拟合的MATLAB工具。只要具有以下几个函数
POLYFITN - A general n-dimensional polynomial fitting tool
POLYVALN - An evaluation tool for polynomials produced by polyfitn
POLYN2SYMPOLY - A conversion tool to generate a sympoly from the results of polyfitn
POLYN
-
-
0下载:
多项式求值的VC程序,很好,很强大。有菜单来选择。-Polynomial evaluation of the VC process, very good, very powerful. There are menus to choose.
-
-
0下载:
一维多项式多组求值,利用系数预处理法对多项式p(x)=an-1x^n-1+an-2x^n-2+...+a1x+a0,进行多组求值。其中n=2^k-Many one-dimensional polynomial evaluation group, using coefficient polynomial preconditioning method p (x) = an-1x ^ n-1+ an-2x ^ n-2+...+ a1x+ a0, for many Group evaluated. On
-
-
0下载:
数据结构多项式求值的实现
数据结构多项式求值的实现-Polynomial data structure for the realization of the value of the data structure of the realization of polynomial evaluation
-
-
0下载:
一维多项式求值、二维多项式求值、复系数多项式求值、多项式相乘、多项式相除-One-dimensional polynomial evaluation, polynomial evaluation of two-dimensional, complex coefficient polynomial evaluation, polynomial multiplication, division polynomial
-
-
0下载:
14.3 二维多项式求值nbply.c
14.4 复系数多项式求值ncply.c
14.5 多项式相乘npmul.c
14.6 多项式相除npdiv.c
14.7 复系数多项式相乘ncmul.c
14.8 复系数多项式相除ncdiv.c
14.9 函数连分式的计算nfpqv.c-14.3 Two-dimensional polynomial evaluation nbply.c 14.4 polynomial with complex coefficients evalu
-
-
0下载:
多项式求值,用于求两个多项式的和,c语言版-Polynomial evaluation, for seeking and two polynomials, c language version
-
-
0下载:
此为多项式计算器的实现,实现多项式的加减,求导,求值运算-This is the realization of polynomial calculator to achieve polynomial addition and subtraction, derivation, evaluation operations
-
-
0下载:
多项式的求值,实现计算给定数值的多项式的结果-Polynomial evaluation, to achieve a given numerical calculation results of the polynomial
-
-
0下载:
数据结构课程利用单链表的知识编写的一元稀疏多项式的求值,建立的是工程文件-The use of single linked list data structure course written knowledge of one dollar sparse polynomial evaluation, the establishment of the project file
-
-
0下载:
二叉树的基本功能、多项式求值、回文判断、二叉链表的实现学生基本信息创建等-The basic functions of a binary tree, polynomial evaluation, to determine the palindrome, the realization of the binary list of students and other basic information to create.
-
-
0下载:
插值、多项式求值、求根、图形绘制、线性方程求解-Interpolation, polynomial evaluation, root finding, graphics rendering, linear equations
-
-
0下载:
一元多项式求值。用户根据提示输入多项式的最高次数n,变量x的值,以及各个参数;由程序计算多项式的值并将结果输出
-A polynomial evaluation. Follow the prompts to enter the polynomial maximum number of times n, the value of the variable x, and each parameter computing polynomial values and t
-
-
0下载:
数据结构,多项式编辑器,其基本功能
1. 创建
2. 显示
3. 复制
4. 求和
5. 求差
6. 求值
7. 销毁
8. 清空
9. 修改(①插入新的结点、②删除已有结点、③修改已有结点的系数和指数)
拓展功能(选做):
10. 微分(N阶导数)
11. 不定积分
12. 定积分
13. 乘法和乘方
14. 除法
15. 最大公约式和最小公倍式
16. 多项式的四则运算(如 “(1+2*3)/4”)-Basic func
-
-
0下载:
稀疏多项式计算器
通过链表的数据结构,实现:创建多项式、显示多项式、复制多项式、销毁多项式、清空多项式、多项式相加、多项式相减、多项式求值等功能。-Sparse polynomial calculator through the list data structure to achieve: Create polynomials, polynomial display, copy polynomials, polynomial destroyed, empty polynomials, po
-
-
0下载:
整两个程序用于一维和二维多项式求值,其中一维程序可以进行多组求值-Two programs for the entire one-dimensional and two-dimensional polynomial evaluation, one-dimensional multi-group program can be evaluated
-
-
0下载:
数据结构实验之一,多项式相乘相加功能的实现,按指数逆序输出结果。-One of the experimental data structure, polynomial function multiplies the sum realized, according to the index reverse output.
-