代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/254434/12136487

c 44blib.c

#include "44b.h" #include "44blib.h" #include "def.h" #include "option.h" #include #include #include #include #include #define STACKSI
www.eeworm.com/read/254434/12136497

c 44blib.c

#include #include #include #include #include #include "..\target\44b.h" #include "..\target\44blib.h" #include "..\target\def.h" #inclu
www.eeworm.com/read/152141/12136715

pl convert.pl

#!/usr/bin/perl # # Copyright (c) 2001 Tama Communications Corporation # # This file is part of GNU GLOBAL. # # GNU GLOBAL is free software; you can redistribute it and/or modify # it under the terms
www.eeworm.com/read/254429/12137058

c 44blib.c

#include "44b.h" #include "44blib.h" #include "def.h" #include "option.h" #include #include #include #include #include #define STACKSI
www.eeworm.com/read/340729/12137990

c 步进电机.c

#include"reg51.h" //#include"stdio.h" //int delay(int time); //int count[4]={0x08,0x04,0x02,0x01}; delay(int time) {int i; for(i=0;i
www.eeworm.com/read/340729/12138063

c 步进电机.c

#include"reg51.h" //#include"stdio.h" //int delay(int time); //int count[4]={0x08,0x04,0x02,0x01}; delay(int time) {int i; for(i=0;i
www.eeworm.com/read/152102/12139511

c string.c

/********************************************************************** * 统计字符数,不包括最后的'\0' **********************************************************************/ int strlen(const char *str) { int i
www.eeworm.com/read/152083/12141935

cpp qcksrt.cpp

void qcksrt(int n, double arr[]) { int m = 7; int nstack = 50; int fm = 7875; int fa = 211; int fc = 1663; double a,fmi = 0.00012698413; int istack[51]; int jstack = 0; int i,j,
www.eeworm.com/read/152083/12141937

cpp sort2.cpp

void sort2(int n, double ra[], double rb[]) { int l,ir,i,j; double rra,rrb; l = n / 2 + 1; ir = n; do { if (l > 1) { l = l - 1; rra = ra[l];
www.eeworm.com/read/152083/12141942

cpp indexx.cpp

void indexx(int n, double arrin[], int indx[]) { int i,j,l,ir,indxt; double q; for (j = 1; j