代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/275022/10839463
c 15hbub.c
#include "string.h"
void hbub(p,n,k,m)
char *p[];
int k,m,n;
{ int j,i;
char *d;
if (kn-1) m=n-1;
while (k
www.eeworm.com/read/275022/10839465
c 15ckey.c
void ckey(p,n,k,m)
int n,k,m;
HEAPSORT *p[];
{ int i,l;
HEAPSORT *w;
void pcsift();
if (kn-1) m=n-1;
l=m-k+1;
for (i=l/2-1; i>=0; i--)
www.eeworm.com/read/275022/10839537
c 3rab1.c
int rab1(a,b,r)
int a,b,*r;
{ int k,l,m,i,p;
k=b-a+1; l=2;
while (l
www.eeworm.com/read/419727/10840240
c 例程.c
#include
sbit D0=P1^7;
void main()
{
P1=0xfe;
D0=0;
while(1){}
}
www.eeworm.com/read/274466/10870583
c main.c
/*==============================================================================
*
* Copyright (C) 2004 Nordic Semiconductor
*
* This file is distributed in the hope that it will be useful, bu
www.eeworm.com/read/274230/10881415
txt beta3_trial4.txt
run a.exe to exec the prog, and the password of teacher is in the file "teacher", while the one of stu is in "stu".
use : "gcc main.c" to complic the system.
www.eeworm.com/read/348596/10881736
txt 2027.txt
main()
{
int n,a,b;
scanf("%d",&n);
while(n--)
{
scanf("%d%d",&a,&b);
if(a>=b)
printf("MMM BRAINS\n");
else
printf("NO BRAINS\n");
}
}
www.eeworm.com/read/348596/10881792
txt 2570.txt
Problem Id:2570 User Id:fzk
Memory:184K Time:171MS
Language:C++ Result:Accepted
Source
#include"stdio.h"
int e[201][201];
int main()
{
int i,j,a,b,k,n;
char w[100];
while(
www.eeworm.com/read/348596/10881835
txt 1548.txt
#include
int x[1000], y[1000];
bool sign[1000];
int main()
{
int a, b, n, m, i, ans;
while( 1 )
{
n = 0;
while( 1 )