搜索资源列表
Pcalc
- 超级多项式计算器,什么都能算哦!包括字母多项式,括号,乘方都行的~-super-polynomial calculators, and what can count! Including letters polynomial, in brackets, involution are OK ~
C
- 一元稀疏多项式计算器~ 一元稀疏多项式计算器
yiyuan
- 这是一个一元多项式计算器,用数据结构实现的。
新建 写字板文档
- 一元稀疏多项式计算器-one yuan sparse polynomial Calculator
duoxiangshi
- 设计一个一元稀疏矩阵多项式简单计算器。用带表头节点的单链表存储多项式,多项式的项数存放在头节点。
一元稀疏多项式
- 一元稀疏多项式计算器,直接可运行的-one yuan sparse polynomial calculators, and direct operational
命名多项式计数器
- 实现多项式表达式的运算器利用栈实现表达式计算器的模板类;用表达式计算器类和多项式类实现多项式表达式的计算器-polynomial expressions for the use of the computing stack to achieve expression calculator template; Using expressions like calculators and polynomial type polynomial expressions Calculator
Polynomial-calculator
- 多项式计算器,用于多项式计算用的-Polynomial calculator, used for calculation of polynomial with
one
- 一元稀疏多项式计算器加减乘除等程序 C语言编写-C
Polynomial
- 多项式计算器,实现多项式的基本运算功能。-Polynomial calculator, basic operations to achieve polynomial functions.
Unary-polynomial
- 一元稀疏多项式计算器设计 能实现对一元稀疏多项式的创建,销毁,清空,复制,四则运算,打印输出等功能-Design of sparse polynomial calculator a dollar on a dollar to achieve the creation of sparse polynomial, destroy, clear, copy, arithmetic, printouts and other functions
poly
- 多项式计算器,包含多项式的一些简单计算方法。-Polynomial calculator, contains some simple polynomial method.
Polynomial
- 多项式,可以计算出不同的多项式,可用于计算器的设计中-Polynomials, we can calculate the different polynomial, can be used for the design of the calculator
calculator
- 设计简易交互式计算器,功能如下: (1) 计算器功能与Windows操作系统带的标准型的计算器系统相同。至少有+、-、*、/、开方、取倒数、清零、backspace的功能,可以对小数进行运算。 (2) 程序可以实现简单的没有括号的表达式计算, (3) 不使用math.h头文件,求开方运算时使用多项式拟合方式。 -Design simple interactive calculator, function as follows: (1) calculator function a
Sparse-polynomial-calculator
- 一个一元稀疏多项式简单计算器。输入并建立多项式、按指数降序输出多项式,并实现、多项式相加、相减、求导等操作。-A unary polynomial sparse simple calculator. Input and the establishment of polynomial, exponential output in descending order polynomial, and implementation of polynomial addition, subtraction,
crczxygj
- 一个简单的CRC计算器,有多个生成多项式可供使用,谢谢。-a simplified CRC calculater,there are servel generator to be used. thank you.
Unary-calculator
- 设计一个稀疏多项式简单计算器。用户输入两个多项式的项数、系数与指数,计算加减乘除等的结果。-Design a sparse polynomial simple calculator. The user input two polynomial of item number, coefficient and index, add, subtract, multiply and divide and results.
count
- 设计一个一元多项式的计算器。以二元组形式存储多项式,以适合任何形式的多项式。-Design a unary polynomial calculator. Polynomial is stored in binary groups, to fit any form of polynomials.
calculator
- 利用C语言编写的一个简单实用的一元多项式计算器-The use of C language written in a simple and practical polynomial calculator
1
- (1)输入并建立多项式。 (2)输出多项式,输出形式为整数序列:n,c1,e1,c1,c2,e2,…,cn,en,其中n是多项式的项数,ci,ei,分别是第i项的系数和指数,序列按指数降序排序。 (3)实现多项式a和b相加,建立多项式a+b。 (4)实现多项式a和b相减,建立多项式a-b。 (5)计算多项式在x处的值。((1) input and establish polynomial. (2) output polynomial, the output form is intege