代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/342632/12008822
c text1.c
#include
#include
main()
{ int nMax,nCount;
int nArray[6]={3,2,1,6,5,4}; //数组初始化
for(nMax=nArray[0],nCount=0;nCount
www.eeworm.com/read/153735/12009626
h sctp_debug.h
/*****************************************************************************
@(#) sctp_debug.h,v 0.7.8.1 2001/12/11 13:26:33 brian Exp
-----------------------------------------------------------
www.eeworm.com/read/342615/12009655
c keyboard.c
#include
typedef unsigned char uchar;
sbit vclk = P1^0;
sbit qh = P1^1;
sbit sl = P1^2;
bit flag;
void delay(uchar count)
{
int i,j;
for(j = count ; j ; j --)
for(i =
www.eeworm.com/read/153678/12012299
cpp stack3.cpp
//: C20:Stack3.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Using a vector as a stack; m
www.eeworm.com/read/256220/12012655
c main.c
#include
#include "DAC0832.H"
void main(void)
{
int i;
while(1)
{
for(i=0;i
www.eeworm.com/read/153678/12013289
cpp strfile.cpp
//: C18:Strfile.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Stream I/O with files
//
www.eeworm.com/read/153678/12013344
h applymember.h
//: C19:applyMember.h
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// applySequence.h modified
www.eeworm.com/read/153678/12013697
cpp sitemapconvert.cpp
//: C17:SiteMapConvert.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Using strings to cre
www.eeworm.com/read/256132/12021521
txt 13.1.6单片机多机通信.txt
#include
#define uchar unsigned char
#define SLAVE 0x02
#define NUMB 16
uchar idata rbuffer[16]
uchar idata tbuffer[16]={“master transmit”}
void error(void)
{
SBUF=0xff;
whi
www.eeworm.com/read/153566/12027298
c my_api.c
/*
* File name : my_api.c
* Purpose : Some function called by Pcs_Startup.c
* Author : Mr. Zhujingkun
* Date Created : 2000,04,01
* Version : Version 1.0
* Environment : SCO UNIX 5.0.5