搜索资源列表
polynomail
- 设计一个一元稀疏多项式简单计算机器 1. 本演示程序中,用户根据相应提示可以完成以下功能: (1) 输入并建立两个多项式; (2) 输出多项式,输出形式为整数序列:n,c1,e1,c2,e2,…… cn,en,其中n是多项式的项数,ci和ei分别是第i项的系数和指数,序列按照指数降序排列。 (3) 多项式Pa和Pb相加,建立多项式Pa+Pb (4) 多项式Pa和Pb相减,建立多项式Pa-Pb 2. 对一些特殊情况的说明:将0多项式设置为仅一项的多项式,其系
SC.R2010.11
- 超级大数计算,基于大数的有理数计算,基于大数的一元多项式计算,函数批量计算,二维函数绘图。-Super large number calculations, based on large numbers of rational calculation, based on the calculation of large numbers of a polynomial function batch computing, two-dimensional mapping function.
Programs
- 数值分析算法,密码Jacobi符号计算,数据结构中二叉树判定及一元稀疏多项式计算。-Numerical analysis algorithms, password Jacobi symbol calculations, the data structure sparse binary polynomial to determine and calculate a dollar.
project1
- C++写的两个一元多项式的计算,包括加法、减法-C++ to write two one-polynomial calculations, including addition, subtraction
qqq
- C++一元多项式计算问题-课程设计说明书-Polynomial computational problems in C++- curriculum design specification
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