代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/420061/10820395

txt new text document.txt

//AD7705.c //ATMEGA 16 //4 Mhz #include #include #include #include #include #include "uart.h" #include "uart.c"
www.eeworm.com/read/275376/10821983

cpp 2_10.cpp

//2_10.cpp #include using namespace std; int main() { int i=0, j=0, n; coutn; while( n!=0 ) { if(n>0) i+=1; if(n>n
www.eeworm.com/read/420021/10822989

c pwm_motor_test.c

/*用PWM控制电机脉冲频率应控制在25HZ~35HZ之间*/ /*定时1ms,1个周期30ms,脉冲频率为33HZ */ /* */ #include typedef unsigned char uchar; sbit P0_0=P0^0; sbit P0
www.eeworm.com/read/349495/10823839

lst main.lst

C51 COMPILER V7.06 MAIN 08/16/2008 19:19:13 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE MAIN OBJECT MODULE PLACED IN ma
www.eeworm.com/read/349495/10823884

c main.c

#include static bit OP; //红外发射管的亮灭 static unsigned int count; //延时计数器 static unsigned int endcount; //终止延时计数 static unsigned char Flag; //红外发送标志 char iraddr1; //
www.eeworm.com/read/419945/10827362

java quicksort.java

/* * QuickSort. * @Author: zhengbotai. * @Date: 2007.5 */ package dreamer.util; import static java.lang.System.out; public class QuickSort { public static void sort(int [] array,int s,i
www.eeworm.com/read/419899/10829968

c 数字时钟.c

#include #define uchar unsigned char #define uint unsigned int sbit key2=P3^5; sbit key3=P3^6; sbit LED=P1^7; uchar code display[11]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f,
www.eeworm.com/read/275180/10832252

c monitor.c

/*------------------------------------------------*/ /* SCI and Monitor I/O functions */ #include #include #include "iodefine.h" #include "monitor.h"
www.eeworm.com/read/349301/10837379

h valid.h

#include void check_id(char *p, int size) { int i=0; char ch; do { ch=getch(); if( (ch>='0' && ch
www.eeworm.com/read/275048/10837794

c merge.c

#include void Mpass(int x[],int y[],int k,int n); /*声明其为函数*/ void Msort(int x[],int y[],int n); /*声明其为函数*/ int main(void) { /*要排序整型数据序列*/ int a[] = {26,5,37,1,61,11,59,15,48,19