代码搜索:杨辉三角
找到约 115 项符合「杨辉三角」的源代码
代码结果 115
www.eeworm.com/read/120344/14805020
txt 杨辉三角形的解法.txt
杨辉三角形的解法
关键词: 程序 关键词相同的文章:
不用数组:
main()
{ int c,i,n;
for(n=0;n
www.eeworm.com/read/362558/9992872
rar 算法3.24 打印杨辉三角前n行算法.rar
www.eeworm.com/read/113568/15453187
txt readme.txt
========================================================================
CONSOLE APPLICATION : 队列解决杨辉三角
========================================================================
AppWizard
www.eeworm.com/read/360652/2960756
txt 算法 4.7.txt
算法 4.7
void Yanghui ( int n ) {
// 打印输出杨辉三角的前 n ( n > 0 )行
SqQueue Q;
for( i=1; i
www.eeworm.com/read/154509/5636998
txt 算法 4.7.txt
算法 4.7
void Yanghui ( int n ) {
// 打印输出杨辉三角的前 n ( n > 0 )行
SqQueue Q;
for( i=1; i
www.eeworm.com/read/154509/5637241
txt 算法 4.7.txt
算法 4.7
void Yanghui ( int n ) {
// 打印输出杨辉三角的前 n ( n > 0 )行
SqQueue Q;
for( i=1; i
www.eeworm.com/read/258929/11832128
cpp inversepascaltriangle.cpp
//=====================================
// 倒杨辉三角形
//=====================================
#include
#include
#include
using namespace std;
//-----------------------
www.eeworm.com/read/258929/11832109
cpp cpptemplate.cpp
//=====================================
// title: 杨辉三角形输出
// author: cjj
// date: 2007-10-09
/* Description:
*/
//=====================================
#include
#include
www.eeworm.com/read/296237/8115648
java t8_1_yanghui_run.java
//本杨辉三角可以动态调整输出,在高度20以上的时候仍能保证规整的输出
public class T8_1_yanghui_run {
public static void main(String[] args)
{
System.out.println("请输入杨辉三角的高度h");
int h=MyInput.readInt();
www.eeworm.com/read/258929/11832120
cpp cpptemplate.cpp
//=====================================
// title: 杨辉三角形简化
// author: cjj
// date: 2007-10-09
/* Description:
*/
//=====================================
#include
using namespace s