代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/305797/6292430

c liu.c

sfr P0 = 0x80; main() { int i,j,count,delay; count=20,delay=2000; while(1) { for (j=0;j
www.eeworm.com/read/305797/6292441

c 步进电机正反转.c

sfr P0 = 0x80; main() { int i,j,count; count=20; while(1) { for (j=0;j
www.eeworm.com/read/454222/6292946

cpp 2823slidingwindow.cpp

#include #include #include #include #include #include #include #include #include #include #incl
www.eeworm.com/read/342123/6293050

c kmp.c

#include #include #include #include #include "kmp.h" /* Implementation of the Knuth-Morris-Pratt fast searching algorithm * from http://www-igm.univ-mlv.f
www.eeworm.com/read/153991/6294282

cpp vc0202.cpp

//example 2-2 #include #define M 10001 void CreatePrimeList(int PrimeList[]) { int i,j; for(i=0;i
www.eeworm.com/read/320368/6295468

txt poidev.txt

Function POIDEV(XM, IDUM&) PI = 3.141592654 If XM < 12# Then If XM OLDM Then OLDM = XM G = Exp(-XM) End If EM = -1# T = 1#
www.eeworm.com/read/252441/6298477

v loop2.v

module loop2; integer i; initial begin i=0; while(i
www.eeworm.com/read/485909/6299737

c 10_16_3.c

#include main() { char str[50], *pstr; int i,j,k,m,e10,digit,ndigit,a[10],*pa; printf("Input a string: \n"); gets(str); printf("\n"); pstr=&str[0];
www.eeworm.com/read/336094/6300758

c m20.c

#include #define baud 9600 #define OSC_FREQ 11059200L #define EVLT_MS 65536L-OSC_FREQ/12L/140 #define H_MS EVLT_MS>>8 #define L_MS EVLT_MS #define T0_evaluate() TH
www.eeworm.com/read/417423/6302784

txt test1.txt

program example4; var A,B,C,D:integer; begin A:=1; B:=5; C:=3; D:=4; while A