搜索资源列表
text3
- 输入需要打印的杨辉三角行数,打印杨辉三角形-Enter the number of rows Yang Hui triangle print, print Yang Hui triangle
wei_dui
- 打印杨辉三角 由mfc实现的小程序。可以自己确定打印的行数-Print Yang Hui Triangle
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
yanghui
- 这是一个适合初学者的关于著名的杨辉三角的源代码,一看就懂,可以控制行数-This is a source code for beginners on the famous Yang Hui triangle, and understand at a glance, you can control the number of rows