代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/410397/11288213
cc text.cc
// Larbin
// Sebastien Ailleret
// 18-11-99 -> 10-12-01
#include
#include
#include
#include
#include
#include
#include "options.h"
www.eeworm.com/read/410397/11288233
cc url.cc
// Larbin
// Sebastien Ailleret
// 15-11-99 -> 16-03-02
/* This class describes an URL */
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/410316/11293129
c main.c
#include "cpu_reg.h"
int ms,f;
unsigned int *ExRamStart = (unsigned int *)0x4000;
void main()
{
int i;
asm(" STM #0000h,CLKMD ");
while(*CLKMD & 0x01 );
asm("
www.eeworm.com/read/410160/11299874
c memory.c
main()
{
int i;
unsigned int * px;
unsigned int * py;
unsigned int * pz;
px=(unsigned int *)0x9000;
py=(unsigned int *)0x9100;
for ( i=0,pz=px;i
www.eeworm.com/read/410012/11304101
c 123.c
#include
unsigned int tcount;
unsigned char m;
static unsigned char second,minute,hour;
unsigned char code fseg[]={0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90};
unsigned
www.eeworm.com/read/264700/11304141
txt two.txt
(id ,1)
((,)
(),)
({,)
(int,5)
(id ,6)
(;,)
(int,8)
(id ,9)
(;,)
(int,11)
(id ,12)
(;,)
(id ,14)
(= ,)
(num ,16)
(;,)
(id ,18)
(= ,)
(num ,20)
(;,)
(id ,22)
(= ,)
(num ,24)
(;,
www.eeworm.com/read/264700/11304145
txt table.txt
(main,id , )
((,(, )
(),), )
({,{, )
(int,int, )
(i,id , )
(;,;, )
(int,int, )
(k,id , )
(;,;, )
(int,int, )
(sum,id , )
(;,;, )
(k,id , )
(=,= , )
(50,num , )
(;,;, )
(i,id , )
(=,=
www.eeworm.com/read/264449/11314365
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/264447/11314525
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/264430/11315300
c stoi.c
/* stoi.c -- More powerful version of atoi */
static char rcsid[] = "@(#)stoi.c 1.1 13:15:03 7/1/92 EFC";
#define islower(c) ( 'a'