搜索资源列表
yanghuisanjiao
- 在打印杨辉三角时通常用到杨辉三角的两个性质。 第一个就是杨辉三角中除了最外层(不包括杨辉三角底边)的数为1外,其余的数都是它肩上两个数之和。用数组输出杨辉三角就用这个性质。 第二个性质是杨辉三角的第n行恰好是C(n,0)~C(n,n)。这里的C表示组合。不用数组输出杨辉三角就用这个性质。-When the print is usually used in Yang Hui Yang Hui triangle triangle of the two properties. Th
BIT_04_03
- 实现一个多项式的类(a+b*x+c*x^2+d*x^3+...+),要求输入该多项式的系数和x的值后打印出这个多项式的值。-Achieve a polynomial class (a+ b* x+ c* x ^ 2+ d* x ^ 3+...+), asked to enter the coefficients of the polynomial and the value of x after the number of print type of value.