代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/255556/12074289

c hptv.c

//ICC-AVR application builder : 2006-8-5 21:56:00 // Target : M16 // Crystal: 7.3728Mhz #include #include #include //#include "necdecode.h" //#include "rc5.c"
www.eeworm.com/read/341652/12074489

c 2440lib.c

//=================================================================== // File Name : 2440lib.c // Function : S3C2410 PLL,Uart, LED, Port Init // Date : March 20, 2002 // Version : 0.0 //
www.eeworm.com/read/341651/12074553

c 2440lib.c

//=================================================================== // File Name : 2440lib.c // Function : S3C2410 PLL,Uart, LED, Port Init // Date : March 20, 2002 // Version : 0.0 //
www.eeworm.com/read/341650/12074604

c 2440lib.c

//=================================================================== // File Name : 2440lib.c // Function : S3C2410 PLL,Uart, LED, Port Init // Date : March 20, 2002 // Version : 0.0 //
www.eeworm.com/read/341648/12074676

c 2440lib.c

//=================================================================== // File Name : 2440lib.c // Function : S3C2410 PLL,Uart, LED, Port Init // Date : March 20, 2002 // Version : 0.0 //
www.eeworm.com/read/341647/12074755

c 2440lib.c

//=================================================================== // File Name : 2440lib.c // Function : S3C2410 PLL,Uart, LED, Port Init // Date : March 20, 2002 // Version : 0.0 //
www.eeworm.com/read/341613/12075541

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
www.eeworm.com/read/152883/12075860

m st.m

function [t,s,q]=stbd(k) %G(s)=Wn^2/s^2+2*k*Wn*s+Wn^2; Wn=1; t=0:0.01:15; ng=Wn^2; dg=[1,2*k*Wn,Wn^2]; y=step(ng,dg,t); [mp,m]=max(y); %mp--峰值 yss=y(length(t)); %yss-
www.eeworm.com/read/255510/12077873

v loop2.v

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

c adccont.c

/********************************************************************* Author : ADI - Apps www.analog.com/MicroConverter Date : Sept. 2005 File : ADCcon