搜索资源列表
yanghui
- 杨辉三角形的输入,关键是数组的应用等知识
simplejavaprogramming
- 题目:打印出杨辉三角形(要求打印出10行题目:输入3个数a,b,c,按大小顺序输出。 题目:输入数组,最大的与第一个元素交换,最小的与最后一个元素交换,输出数组。 题目:有n个整数,使其前面各数顺序向后移m个位置,最后m个数变成最前面的m个数 题目:编写一个函数,输入n为偶数时,调用函数求1/2+1/4+...+1/n,当输入n为奇数时,调用函数1/1+1/3+...+1/n-Topic: Print out the Triangle (10 lines required to pr
yanghui
- Java源代码实现标准杨辉三角形的输出,注:是等腰三角形哦-Java source code implementation of the standard Yang Hui triangle output, Note: Oh yes isosceles triangle
Pascal_Triangle
- 用Java实现打印输出杨辉三角形,三角形的行数为10行-Achieve print output with Java Triangle, Triangle 10 rows number of rows
YangHuiSanJiao
- 实现杨辉三角——以1为腰的三角形,中间带有空格,可以任意输入想打出的行数-Yang Hui triangle to achieve- to 1 for the lumbar triangle, in the middle with a space, you can enter any number of lines to play
acm-FindEquilRtiangle
- 输入三个数字,判断在杨辉三角中,以这三个数字为顶点是否构成一个等边三角形-Enter three digits to determine that in the Yang Hui triangle, wether the vertices of the three numbers can constitute an equilateral triangle
1-4
- 根据不同的杨辉三角形的边长,生成并显示绘制杨辉三角形-Triangle side length, to generate and display the Drawing Triangle
arithmetic
- Java常用算法20例 方法描述: 兔子生兔子问题 插入排序,快速排序 杨辉三角形 循环移动数组 4个计算题 2个排列 素数,水仙花数,回文数 因子,分解质因数,完数 最大公约数和最小公倍数 Date类计算 一个实际问题的对象化 -Java methods commonly used algorithm 20 cases Descr iption: Bunny Rabbit Health problems insertion sort, qui
t18
- 打印杨辉三角形 杨辉三角形又称Pascal三角形,它的第i+1行是(a+b)i的展开式的系数。 它的一个重要性质是:三角形中的每个数字等于它两肩上的数字相加。-Print Triangle