代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/228275/14394165

c ctrl.c

#include #include #include unsigned char code *systemPasswordCode_1="Hello world !! Take me to your heart !!"; unsigned char code *systemPasswordCode_2="Let me s
www.eeworm.com/read/228264/14394401

txt 1922.txt

#include "stdio.h" #include "math.h" int main() { int m,n,i,t; while(scanf("%d",&n)!=EOF) {if(n==0) return 0;i=10000000; while(n--) { scanf("%d %d",&m,&t); if(t
www.eeworm.com/read/228261/14394592

txt 整数分解经典代码.txt

#include #include #define max 101 int a[max],c[max],n; int main() { int ii,j,k; for(ii = 0 ; ii < max ; ii++) a[ii] = 1; k = 2; while(k < max)
www.eeworm.com/read/228261/14394609

txt 外部快排.txt

外部排序 节省时间 #define N 250000 long a[N]; long p(long l,long r) { long i=l-1,j=r+1,tmp=a[l],tmp2; while(i
www.eeworm.com/read/228261/14394616

txt kmp算法.txt

void getnext(char t[],int next[]) { //求模式t的next值并存入next数组中 int i,j; i=1,j=0; next[1]=0; while(i
www.eeworm.com/read/228261/14394636

txt 大数最大公约数_200612119046.txt

#include #include #define N 101 int compare(char * c1,int s1,int e1,char *c2,int s2,int e2)/*大整数比较大小*/ { while(c1[s1]=='0'&&s1
www.eeworm.com/read/228084/14401288

cpp 1365.cpp

#include int main() { int b,sum; char str[2][100],ch,dh; scanf("%s",str[0]); while(strcmp(str[0],"#")!=0) { sum=0; while(strcmp(str[0],"0")!=0)
www.eeworm.com/read/228084/14401298

cpp 1115.cpp

#include #include using namespace std; int main() { char ch[1000]; int sum,n[1000],m,i,t,s; while(cin>>ch&&*ch!='0') { sum=0;s=0; m=strlen(ch);
www.eeworm.com/read/228081/14401328

cpp 1005.cpp

#include int main() { int a=0,b=0,n,ca,cb; while(cin>>ca>>cb>>n) {a=0;b=0; while(1) {if(a==0) {a=ca; cout
www.eeworm.com/read/228052/14401776

m instfreq.m

function [fnormhat,t]=instfreq(x,t,L,trace); %INSTFREQ Instantaneous frequency estimation. % [FNORMHAT,T]=INSTFREQ(X,T,L,TRACE) computes the instantaneous % frequency of the analytic signal X at time