代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/144683/12776713

txt 乘子法.txt

#include #include #define L 10 void FX(int m,int n,float x[L][L],float z,float s[L][L],float x0[L][L]) {int i,j; for(i=0;i
www.eeworm.com/read/332124/12777203

c 16进制10进制.c

自己写一个转换函数不就行了? //返回16进制字符串s对应的整数值,遇到任何一个非法字符都返回-1。 int HexToDec(char *s) { char *p = s; //空串返回0。 if(*p == '\0') return 0; //忽略开头的'0'字符 while(*p == '0') p++; int dec = 0;
www.eeworm.com/read/332124/12777517

c 杨辉三角形.c

#include int c(x,y); main() { int i,j,n=13; printf("N="); while(n>12) scanf("%d",&n); for(i=0;i
www.eeworm.com/read/332124/12777520

c 桶排序.c

#include void comp(int k[],int m,int l) { int i=10,j=0,z=1,y=1,x,w,b[500][10]; for(w=0;w
www.eeworm.com/read/144648/12778707

c genutils.c

/****************** Start of $RCSfile: genutils.c,v $ **************** * * $Source: /home/alb/afbackup/afbackup-3.3.8.1/RCS/genutils.c,v $ * $Id: genutils.c,v 1.4 2004/07/08 20:34:45 alb Exp alb $ *
www.eeworm.com/read/245819/12778865

lst emrfc.lst

C51 COMPILER V3.20, SN-50203013 EMRFC 03/14/07 15:02:59 PAGE 1 DOS C51 COMPILER V3.20, COMPILATION OF MODULE EMRFC OBJECT MODULE PLACED
www.eeworm.com/read/245818/12779082

c hiding.c

/* hiding.c -- variables in blocks */ #include int main() { int x = 30; /* original x */ printf("x in outer block: %d\n", x); { int x = 77; /*
www.eeworm.com/read/245818/12779394

c truth.c

// truth.c -- what values are true? #include int main(void) { int n = 3; while (n) printf("%2d is true\n", n--); printf("%2d is false\n", n); n = -3;
www.eeworm.com/read/245818/12779489

c shoes2.c

/* shoes2.c -- calculates foot lengths for several sizes */ #include #define ADJUST 7.64 #define SCALE 0.325 int main(void) { double shoe, foot; printf("Shoe size (men's)
www.eeworm.com/read/245816/12779641

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