代码搜索:杨辉三角

找到约 115 项符合「杨辉三角」的源代码

代码结果 115
www.eeworm.com/read/293161/8312857

frm practice7_10.frm

VERSION 5.00 Begin VB.Form Form1 Caption = "打印杨辉三角" ClientHeight = 3195 ClientLeft = 60 ClientTop = 345 ClientWidth = 4680 LinkTopic
www.eeworm.com/read/406138/11448962

java pascals.java

//======================杨辉三角 阶乘=============== import java.io.*; public class Pascals{ public static void main(String args[]){ try{BufferedReader input=new BufferedReader(new InputStreamReader(Sys
www.eeworm.com/read/387203/8699886

java yanghui.java

/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package 杨辉三角的打印; import java.io.*; public class Yanghui{ public static void main(String args[]) {
www.eeworm.com/read/316794/13517666

java zuoye_4.java

import java.io.*; public class zuoye_4 { public static void main(String args[]) { try { System.out.print("请输入杨辉三角的规模:"); BufferedReader stdin = n
www.eeworm.com/read/113568/15453190

cpp stdafx.cpp

// stdafx.cpp : source file that includes just the standard includes // 队列解决杨辉三角.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.
www.eeworm.com/read/388569/8600190

cpp 2032.cpp

/* 2032 杨辉三角 Time Limit : 1000 ms Memory Limit : 32768 K Output Limit : 256 K GUN C++ */ #include #include using namespace std; const int Max=50; int main() {
www.eeworm.com/read/300587/13904180

cpp 2032.cpp

/* 2032 杨辉三角 Time Limit : 1000 ms Memory Limit : 32768 K Output Limit : 256 K GUN C++ */ #include #include using namespace std; const int Max=50; int main() {
www.eeworm.com/read/471368/1431498

java yanghui1.java

//【习2.18】 采用一维数组输出杨辉三角。 public class Yanghui1 { public static void main(String args[]) { int n=10; //n表示行数 int[] table = new int[n+1];
www.eeworm.com/read/292141/3958834

java yanghui1.java

//【习2.18】 采用一维数组输出杨辉三角。 public class Yanghui1 { public static void main(String args[]) { int n=10; //n表示行数 int[] table = new int[n+1];
www.eeworm.com/read/449188/1679518

java yanghui1.java

//【习2.18】 采用一维数组输出杨辉三角。 public class Yanghui1 { public static void main(String args[]) { int n=10; //n表示行数 int[] table = new int[n+1];