代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/420368/10799863
c 1.c
#include
#include
#include
sbit yellowLed = P1^0;
int data i=0;
void main()
{
EA=1;
EX0=1;
IT0=1;
while(1)
{
for(i=0;i
www.eeworm.com/read/420368/10799886
c lcd.c
#include
char xdata *RW0=0x0;
char xdata *RW1=0x1;
char xdata *RW2=0x2;
char xdata *RW3=0x3;
void main(){
while(1){
//*RW0='0';
*RW1='1';
//*RW2='2';
//*RW3='3';
}
}
www.eeworm.com/read/275720/10799893
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/420332/10802742
java testwhile.java
//TestWhile.java
//this program is about the while statements
public class TestWhile{
public static void main(String[] args){
int i,result=0;
i = 1;
while(i
www.eeworm.com/read/420332/10802779
java testdowhile.java
//TestDoWhile.java
//this program is about the while statements
public class TestDoWhile{
public static void main(String[] args){
int i,result=0;
i = 1;
do{
result+=i;
www.eeworm.com/read/349683/10804712
txt guanjianlujing.txt
关键路径
#include
#include
const int N=9;
const int SEED=33333;
int A[N][N];
int indgree[N],ve[N],vl[N];//ve 最早时间
struct vnode
{
int nextv;
int value;
vnode *nex
www.eeworm.com/read/275623/10807205
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/275524/10812892
txt 新建 文本文档.txt
#i nclude
#i nclude
#i nclude
#define uchar unsigned char
#define uint unsigned int
sbit key7=P3^2;
sbit key8=P3^3;
uchar code tab1[6]= {0x7f,0x88,0xbc,0xbc,0x1
www.eeworm.com/read/275499/10814977
c pot.c
/*********************************************************************
Author : ADI - Apps www.analog.com/MicroConverter
Date : Sept. 2005
File : pot.c
www.eeworm.com/read/275480/10815539
txt 新建 文本文档 (2).txt
//头文件
#include
#include
#include
#include
#include
#include
#include
////////////////////////////////////////////