代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/221464/4829595
hpp while.hpp
# /* Copyright (C) 2001
# * Housemarque Oy
# * http://www.housemarque.com
# *
# * Permission to copy, use, modify, sell and distribute this software is
# * granted provided this copyright no
www.eeworm.com/read/221464/4829596
hpp while.hpp
# /* Copyright (C) 2001
# * Housemarque Oy
# * http://www.housemarque.com
# *
# * Permission to copy, use, modify, sell and distribute this software is
# * granted provided this copyright no
www.eeworm.com/read/221464/4829597
hpp while.hpp
# /* Copyright (C) 2001
# * Housemarque Oy
# * http://www.housemarque.com
# *
# * Permission to copy, use, modify, sell and distribute this software is
# * granted provided this copyright no
www.eeworm.com/read/221464/4829603
hpp while.hpp
# /* Copyright (C) 2001
# * Housemarque Oy
# * http://www.housemarque.com
# *
# * Permission to copy, use, modify, sell and distribute this software is
# * granted provided this copyright no
www.eeworm.com/read/219395/4848328
c while.c
/* Demonstration einer while-Schleife */
#include
int main()
{
int d=8;
int hoehe = 16; /* Schleifenvariablen */
float volumen, pi = 3.1415;
while(hoehe
www.eeworm.com/read/202389/5051875
opt while.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
www.eeworm.com/read/202389/5051876
c while.c
#include
void Delayx1ms(Byte count);
void Ifdemo3(void){Byte FgpulseShort,FgpulseLong,Dutycount;
while(P1_0==0) //不为0跳过
{Delayx1ms(1); //当检测到P1_0为低电平时计数直到P1_0变高,
if(P1_0==