代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/259865/11761282
c no_cont.c
#include
void main()
{
int counter;
printf("\nEven values\n");
for (counter = 1; counter
www.eeworm.com/read/259865/11761325
c chrcnt.c
int chrcnt(const char *string, int letter)
{
int count = 0;
while (*string)
if (*string == letter)
count++;
return(count);
}
www.eeworm.com/read/259783/11764330
c test.c
/*******************test.c*******************************
This file is created by peng.wang 06/20/2006
to test the os
****************************************************/
#include
www.eeworm.com/read/259763/11766405
c key_show.c
/*键盘计算器显示程序
说明:P1口键盘输入 行列扫描
p2数码管 数据口 p3.0~3 数码管片选 p3.0最低位
设计 陈仲库
创达科技 2007年11月29日
技术支持 kuzi00@163.com qq:86828048
*/
#include
sbit p30=P3^0;
sbit p31=P3^1;
sbit p32=P3^2;
sbit
www.eeworm.com/read/346071/11770281
cpp diagram.cpp
#include "StdAfx.h"
#include "Diagram.h"
Diagram::Diagram()
{
count=0;
this->firstElement=NULL;
this->selected=NULL;
}
void Diagram::removeElement(Element *a)
{
count--;
Element* first
www.eeworm.com/read/346055/11771720
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/345964/11777330
c starled.c
#include
void delay02s(void)
{
unsigned char i,j,k;
for(i=20;i>0;i--)
for(j=20;j>0;j--)
for(k=248;k>0;k--);
}
void main(void)
{
P1=0x00;
P3=0xff;
while(1)
{
www.eeworm.com/read/345941/11778633
c 44blib.c
#include
#include
#include
#include
#include
#include "..\target\44b.h"
#include "..\target\44blib.h"
#include "..\target\def.h"
#inclu
www.eeworm.com/read/259598/11779244
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/345930/11781650
cpp xt6-5.cpp
#include
using namespace std;
int main()
{int i,k,m,n,num[50],*p;
coutn;
p=num;
for (i=0;i