搜索资源列表
fiveprogrammes
- 一个5个程序,其中game程序是推箱子游戏;matrix程序实现矩阵的各种基本运算;partner程序实现舞伴配对功能;polynomial程序实现一元多项式的运算;student程序实现学生成绩管理功能。-A five procedures, including the game Sokoban game procedures matrix program of basic computing matrix partner program partner matching function
Polynomial
- 实现了多项式的基本运算操作,如加减乘除等的基本运算-class Polynomial that can used to have a look at the basic operations
jisuanqi
- 简易计算器,一元多项式的基本运算,用于初学者,运行环境是VC6.0-Simple computer, a polynomial of the basic operations
Polynomial
- 多项式计算器。可以进行多个多项之间的基本运算,如加减乘除,求导积分等等。-Polymonial Caculator
yiyuan
- 一元多项式的运算,加、减、乘的基本操作。中国科大数据结构实验1-One yuan polynomial arithmetic, add, subtract, multiply the basic operation
c-code
- 用c语言实现多元多项式的基本运算,比如求两个多元多项式的和-C language multivariate polynomials of basic operations, such as the sum of two multivariate polynomials and
1(2)
- 问题描述 设Pn(x)和Qm(x)分别两个一元多项式。试编写程序实现一元多项式的加法运算。 基本要求 需要基于线性表的基本操作来实现一元多项式的加法运算 需要利用有序链表来实现线性表。 -Problem descr iptionPn (x) and Qm (x), respectively, two unary polynomial.Try to write programs achieve one yuan polynomial addition operation.
assignment1
- 【问题描述】 设计一个实现一元稀疏多项式相加运算的演示程序。 【基本要求】 (1)输入并建立两个多项式; (2)多项式a与b相加,建立和多项式c; (3)输出多项式a,b,c。输出格式:比如多项式a为:A(x)=c1xe1+c2xe2+…+ cmxem,其中,ci和ei分别为第i项的系数和指数,且各项按指数的升幂排列,即0≤e1<e2<…<em。多项式b,c类似输出。([descr iption of the problem]