Welcome![Sign In][Sign Up]
Location:
Search - duoxiangshi

Search list

[CSharpduoxiangshi

Description: Status InitPolyn(polyn P) {/*建立一个空的一元多项式的链表*/ P=(polyn)malloc(sizeof(LNode)) if(P==NULL) exit (OVERFLOW) P->data.coef=0 P->data.expn=-1 P->next=NULL return OK }/*InitPolyn*/-Status InitPolyn (Polynesia P) (/ * establish an empty number one yuan - Chain * / P = (Polynesia) malloc (sizeof (LNode)) if (P == NULL) exit (overflow) P -
Platform: | Size: 6522 | Author: iieeww | Hits:

[Windows Developduoxiangshi

Description: 用数据结构来实现多项式的四则运算 此程序是用线性表的方法来实现
Platform: | Size: 1499 | Author: xianxu | Hits:

[File Operateduoxiangshi

Description: 基于最小二乘原理的正交多项式拟PDF格式
Platform: | Size: 67123 | Author: 高东飞 | Hits:

[Windows Developduoxiangshi

Description: 一般情况下,一元多项式的表示及相加减,可以用顺序存储结构,使得多项式相加减的算法定义十分简单。然而,在通常的应用中,多项式的次数可能很高且变化很大,使得顺序存储结构的最大长度很难确定。特别是在处理形如 的多项式时,就要用一长度为20001的线性表来表示,表中仅有3个非零元素,这种对内存空间的使用是很浪费的。为避免出现这种情况,本程序采用了链式存储结构,使得在进行诸如 运算时更节省内存空间。
Platform: | Size: 2089 | Author: 彭枝考 | Hits:

[Other resourceduoxiangshi

Description: 多项式的四则运算 数据结构的实验内容 有详细的注释和中文运行界面
Platform: | Size: 1749 | Author: 王健 | Hits:

[Other resourceduoxiangshi

Description: 对于一元n次多项式Pn(x)=...用适当的数据结构表示,并要求对其实现求导和给定x后多项式的值。
Platform: | Size: 826 | Author: 阿刀侠 | Hits:

[Mathimatics-Numerical algorithmsduoxiangshi

Description: 一个实现多项式加法的小程序-a polynomial addition to the small program
Platform: | Size: 954 | Author: 何玲 | Hits:

[Other resourceduoxiangshi.c

Description: 能够按照指数降序排列建立并输出多项式;能够完成两个多项式的相加、相减,并将结果输出;
Platform: | Size: 1131 | Author: 郑鑫 | Hits:

[Other resourceduoxiangshi

Description: 用C++实现数据结构多项式四则运算程序,一定要保证输入的运算式正确,否则程序会出错 如 2*3-4/5+(3*(4+5))
Platform: | Size: 1560 | Author: gozai | Hits:

[Otherduoxiangshi

Description: 链表实现多项式加减法操作,输入输出从文件读写
Platform: | Size: 3244 | Author: 张琳 | Hits:

[Other resourceduoxiangshi

Description: 计算方法程序:多项式拟合
Platform: | Size: 1131 | Author: | Hits:

[CSharpduoxiangshi

Description: 一、问题描述 设计一个一元多项式简单计算器。 二、基本要求 一元稀疏多项式简单计算器的基本功能: 1>输入并建立多项式。 2>输出多项式,输出形式为整数序列,序列按指定数升序排列。 3>多项式相加。 4>多项式相减。 5>多项式相乘。
Platform: | Size: 2654 | Author: jiangyun | Hits:

[Windows Developduoxiangshi

Description: 用数据结构来实现多项式的四则运算 此程序是用线性表的方法来实现-Data structure used to achieve polynomial arithmetic this procedure is linear table methods to realize
Platform: | Size: 1024 | Author: xianxu | Hits:

[CSharpduoxiangshi

Description: 一、问题描述 设计一个一元多项式简单计算器。 二、基本要求 一元稀疏多项式简单计算器的基本功能: 1>输入并建立多项式。 2>输出多项式,输出形式为整数序列,序列按指定数升序排列。 3>多项式相加。 4>多项式相减。 5>多项式相乘。 -First, the problem described in the design of a simple calculator 1 of the polynomial. Second, the basic requirements for a dollar Sparse Polynomial calculator simple basic functions: 1
Platform: | Size: 2048 | Author: jiangyun | Hits:

[Data structsduoxiangshi

Description: 数据结构中,关于一元多项式的加减乘求导等算法的实现-Data structure, on the one polynomial addition and subtraction, such as by derivation algorithm
Platform: | Size: 197632 | Author: daiqinghu | Hits:

[Data structsduoxiangshi

Description: 这是一个关于多项式相加减的程序,是数据结构的一个算法。-This is a matter of addition and subtraction of polynomial-phase procedure is an algorithm for data structure.
Platform: | Size: 202752 | Author: chunxiang.yan | Hits:

[.netduoxiangshi

Description: 关于多项式的C语言程序,可在VC++6.0上直接执行-duoxiangshi
Platform: | Size: 1024 | Author: xiaoxiao | Hits:

[Documentsduoxiangshi

Description: C语言的数据结构课设_一元多项式的运算包含加减乘除-C language data structures course _ a dollar-based polynomial multiplication and division operations include addition and subtraction
Platform: | Size: 1024 | Author: 毛慧敏 | Hits:

[Otherduoxiangshi

Description: 用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 order polynomial, and be able to complete the sum of two polynomials, subtracting the results of operations and will enter the function.
Platform: | Size: 914432 | Author: liulingfengcn | Hits:

[Data structsduoxiangshi

Description: 可进行多项式的加法减法和乘法,同时可从文件读入多项式,并将信息写入多项式-duoxiangshi
Platform: | Size: 3281920 | Author: 王君炜 | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net