代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/192655/8368033

c sy14.c

#include main() {int p1,p2; while((p1==fork())==-1); if(p1==0) putchar('b'); else { while((p2==fork())==-1); if(p2==0) putchar('c'); else putchar('a'); }}
www.eeworm.com/read/192655/8368036

c sy13.c

#include main() {int p1,p2; while((p1==fork())==-1); if(p1==0) putchar('b'); else { while((p2==fork())==-1); if(p2==0) putchar('c'); else putchar('a'); }}
www.eeworm.com/read/391738/8383793

txt ab.txt

int main( void ){ int a[10];int low; int i; k= low; /*注释*/ while( i < high ){ if( a[i] < x){ x=a[i]; } i= i+1; } return 0; }
www.eeworm.com/read/391726/8386341

txt sort.txt

Procedure SORT(N:integer; var RA:array of real); Label 99; var I,J,L,IR:integer; RRA:real; begin L:= N div 2 + 1; IR:=N; While true do begin If L > 1 Then
www.eeworm.com/read/192256/8392894

txt sort.txt

Procedure SORT(N:integer; var RA:array of real); Label 99; var I,J,L,IR:integer; RRA:real; begin L:= N div 2 + 1; IR:=N; While true do begin If L > 1 Then
www.eeworm.com/read/291765/8397307

c zheng.c

#include #include #include void main() { FILE *in,*out;/*存放输入字符串和输出单词串的文件*/ char arr[1024];/*arr数组存放单词符号*/ int ch; char N;/*currentchar存放
www.eeworm.com/read/291765/8397309

c zheng111.c

#include #include #include struct shaomiao_type { char danci[12]; int zhongbiema; } shaomiao1[60]={{"and",1},{"array",2},{"begin",3},{"bool",4},{"cal
www.eeworm.com/read/291765/8397310

c 111.c

#include #include #include #define MAX 50 void main() { FILE *in,*out;/*存放输入字符串和输出单词串的文件*/ char arr[MAX];/*arr数组存放单词符号*/ int ch; char currentchar;/*currentcha
www.eeworm.com/read/291765/8397311

c cheng.c

#include #include #include void main() { FILE *in,*out;/*存放输入字符串和输出单词串的文件*/ char arr[1024];/*arr数组存放单词符号*/ int ch; char N;/*currentchar存放
www.eeworm.com/read/291584/8408615

m emd1.m

% EMD: Emprical mode decomposition(对信号进行EMD分解,并将各个imf绘出,以矩阵形式返回各个imf) % % imf = emd(x) % % x - input signal (must be a column vector or a row vector) % % This version will calculate all the i