代码搜索:while

找到约 10,000 项符合「while」的源代码

代码结果 10,000
www.eeworm.com/read/490967/6446544

c common.c

#include "common.h" void delay(int k) { while(k--); } //=========================== end ============================
www.eeworm.com/read/490129/6459216

m gausselimination1111.m

clear; n=input('n='); x=hilb(n); y=ones(n,1); z=x*y; augm=[x z]; for i=1:n-1 if augm(i,i)==0 k=i+1; while augm(k,i)==0&k
www.eeworm.com/read/487272/6517639

f90 e_212_03.f90

read *, n i=2; k=0 do while (i
www.eeworm.com/read/485788/6546241

java fang.java

import java.awt.*; import javax.swing.*; import java.awt.event.*; import javax.swing.event.*; import javax.swing.border.*; public class fang extends JFrame implements KeyListener ,ActionListener{
www.eeworm.com/read/485122/6565226

cpp eclass.cpp

void eclass(int nf[], int n, int lista[], int listb[], int m) { int k,l,j; for (k = 1; k
www.eeworm.com/read/481229/6645260

txt input.txt

while (tomn10) toma=tomb+c23;
www.eeworm.com/read/480611/6666904

cpp 1.5.cpp

#include int main() { int t,i; t=1; i=2; while(i
www.eeworm.com/read/479166/6700267

cpp fig05_07.cpp

// Fig. 5.11: fig05_11.cpp // do...while repetition statement. #include using std::cout; using std::endl; int main() { int counter = 1; // initialize counter do {
www.eeworm.com/read/264165/11327208

txt sample_source_program.txt

int a0; int A3; int B0; IF a0A3 DO A3:=a0+b0;
www.eeworm.com/read/407616/11413474

f90 e_212_03.f90

read *, n i=2; k=0 do while (i