代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/330666/12876686

c main.c

/* ====================================================================== * Project: SCI_Example * * file: main.c * * ----------------------------------------------
www.eeworm.com/read/244126/12885468

cpp nbtheory.cpp

// nbtheory.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #include "nbtheory.h" #include "modarith.h" #include #include NAMESPACE_BEGIN(Crypto
www.eeworm.com/read/244001/12900724

c utils.c

#include "def.h" extern int SerialRxReady(void); extern char SerialRxKey(void); unsigned short ntohs(unsigned short s) { return (s >> 8) | (s
www.eeworm.com/read/244000/12900869

c utils.c

#include "def.h" extern int SerialRxReady(void); extern char SerialRxKey(void); unsigned short ntohs(unsigned short s) { return (s >> 8) | (s
www.eeworm.com/read/143067/12901536

c mystring.c

//********************************************************************************** //杨屹 2002/08/20 第一版 //字符串操作函数 //联系方法:gdtyy@ri.gdt.com.cn(2003/07/31以前有效) //******************************
www.eeworm.com/read/243968/12903141

c sh102.c

#include #define uint unsigned int sbit gate1=P2^0; // 定义P2-0口 sbit gate2=P2^1; // 定义P2-1口 sbit gate3=P2^2; // 定义P2-2口 sbit gate4=P2^3; // 定义P2-3口 void main(v
www.eeworm.com/read/243968/12903150

c sh101.c

#include sbit gate=P2^0; // 定义P2-0口 void main(void) { unsigned int i,j; while(1) { for(i=1000;i>0;i--) for(j=1000;j>0;j--); // 双重循环,延时约1秒 gate=!gate; // 对P-0口取反,控制小灯的
www.eeworm.com/read/330219/12906105

cpp 8_6.cpp

//8_6 char* strcpy(char* dest, const char* src) { char* pdest=dest; char* psrc=(char*)src; while(*pdest++ = *psrc++); return dest; }
www.eeworm.com/read/330089/12916618

c 44blib.c

/************************************************ * NAME : 44BLIB.C * * Version : 17.APR.00 * ************************************************/ #include "..\inc\44b.h" #include "..\in
www.eeworm.com/read/330084/12916769

c 44blib.c

/************************************************ * NAME : 44BLIB.C * * Version : 17.APR.00 * ************************************************/ #include "..\inc\44b.h" #include "..\in