搜索资源列表
text3
- 输入需要打印的杨辉三角行数,打印杨辉三角形-Enter the number of rows Yang Hui triangle print, print Yang Hui triangle
triangle
- This a simple program that outputs the result of possibility to construct a triangle with the given 3 positive real numbers x, y, z, as a side lengths of the triangle. -This is a simple program that outputs the result of possibility to construct a
sanjaio
- 打印出杨辉三角形(要求打印出10行如下图) 1.程序分析: 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1 -Print out the Triangle (required to print out 10 lines below) 1. Program analysis: 1 1 1 1 2,113,311,464
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
TableofOneToNine
- 用Java实现的 打印一个三角形的1~9的乘法表-Java implementation of the print with a triangle of 1 to 9 multiplication tables
integration
- 编写一个程序可以让用户选择在指定位置打印出不同的图形,如正立等腰三角形,倒立等腰三角形,矩形,正方形、菱形和多边形。图形由随机选择的*或者#组成。所谓指定位置是指图形离左边屏幕最近字符与左屏幕边界的距离字符数。(注意,由于字符大小和间隔的原因,字符组成的正方形图案可能并不标准)。-Write a program to allow the user to choose the specified position in print out different graphics such as a
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
Copy-of-Pascal-Triangle
- program to print pascal triangle in a new and easy approach