代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/486110/6543581

m powerdist.m

function x = PowerDist(x0,beta,n) x = zeros(n,1); for i=1:n r = MixMOD(x0,2,1); k = 0; while r(2) == 0 k = k + 1; r(2) = power(2,k); r = MixMOD(r(2),2,1);
www.eeworm.com/read/485934/6550778

c 2410lib.c

//=================================================================== // File Name : 2410lib.c // Function : S3C2410 PLL,Uart, LED, Port Init // Program : Shin, On Pil (SOP) // Date : Marc
www.eeworm.com/read/485942/6550847

c 4004.c

/*spi isd4004.h*/ #i nclude "reg51.h" #i nclude "intrins.h" sbit _cs = p0^0; sbit _sclk= p0^3; sbit _mosi= p0^1; sbit _miso= p0^2; sbit _rac = p0^4; sbit _int = p0^5; void de
www.eeworm.com/read/485588/6553579

c strings.c

/****************************************************************/ /* */ /* strings.c */ /* */ /* Global String Handling Functions */ /* */ /* Copyright (c)
www.eeworm.com/read/485588/6553610

c strings.c

/****************************************************************/ /* */ /* strings.c */ /* */ /* Global String Handling Functions */ /* */ /* Copyright (c) 1
www.eeworm.com/read/485596/6554366

c 1.c

#include sbit F1=P1^0; sbit F2=P1^1; sbit M1=P1^2; sbit M2=P1^3; sbit BEEP=P1^4; #define uchar unsigned char #define uint unsigned int void delay(uint z); uchar num,temp; uchar key
www.eeworm.com/read/485596/6554371

lst 1.lst

C51 COMPILER V8.08 1 05/18/2009 08:24:07 PAGE 1 C51 COMPILER V8.08, COMPILATION OF MODULE 1 OBJECT MODULE PLACED IN 1.OBJ
www.eeworm.com/read/485607/6554473

js reformatdialog.js

var obj = new Object; obj.initialized = false; obj.text = "&Reformat..."; obj.run = function() { if (!this.initialized) { this.dialog.applyButton.clicked.connect(this, this.apply);
www.eeworm.com/read/485621/6555179

c text3.c

#include "AT89X51.H" int i,j; void delay(unsigned int i) { int j; for(;i>0;i--) for(j=0;j
www.eeworm.com/read/485649/6555640

c 数码管时钟(参考).c

#include sbit a0=P1^0; sbit a1=P1^1; sbit a2=P1^2; sbit a3=P1^3; sbit a4=P3^6; sbit a5=P3^1; static char JP[10]={0xee,0xde,0xbe,0x7e,0xed,0xdd,0xbd,0x7d,0xeb,0xdb}; static char Lie[4]