搜索资源列表
-
1下载:
工量预测.xls
截面扭转特性.xls
截面特性一.xls
截面特性二.xls
最优化问题.xls
最值问题.xls
牛顿法解方程.xls
矩阵运算.xls
线性拟合.xls
解线性方程组.xls
解线性方程组(二).xls
辛普森法积分.xls
频率与振型求解.xls
双变量模拟运算.xls
多元线性回归.xls
多项式拟合.xls
实例1.xls
实例2.xls
实例3.xls
-
-
0下载:
多项式相乘,多项式相乘算法,使用用结构体链表储存信息-Polynomial multiplication, polynomial multiplication algorithm, using the stored information with a linked list structure
-
-
0下载:
应用程序向导已为您创建了此 多项式计算器 应用程序。
本文件概要介绍组成 多项式计算器 应用程序的每个文件的内容。
多项式计算器.vcxproj
这是使用应用程序向导生成的 VC++ 项目的主项目文件,
其中包含生成该文件的 Visual C++
的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。
多项式计算器.vcxproj.filters
这是使用“应用程序向导”生成的 VC++ 项目筛选器文件。
它包
-
-
0下载:
厦门大学信息科学与技术学院 自动化系大二下 软件技术基础课程 上机题目 实验四 一元多项式的表示及相加 编译通过,仅供参考-Xiamen University, College of Information Science and Technology Department of Automation Software Technology sophomore next topic experiment four courses on the plane one yuan polynomial
-
-
0下载:
pat advance level 1002 A+B for Polynomials-This time, you are supposed to find A+B where A and B are two polynomials.
Input
Each input file contains one test case. Each case occupies 2 lines, and each line contains the information of a poly
-
-
1下载:
1、可通过 Poly P 声明一个多项式 P;
2、可通过 P.read(string P_str) 直接从 手写习惯的多项式字符串 读入多项式;
3、可通过 P.newTerm(double Coef, int Exp) 增添多项式的项,如果含有同类项,则合并;
4、可直接通过 P Q 给多项式 P 赋值;
5、可直接通过 cout << P 以手写习惯输出多项式;
6、可通过 P.clear() 清除一个多项式;
7、可直接通过 +、-、*、/、 进行多项
-
-
0下载:
CRC校验,根据信息码和多项式生成crc校验码,根据crc校验码判断传输数据是否出错(CRC check, according to the information code and polynomial generated CRC checksum, according to the CRC checksum to determine whether the transmission data error)
-