代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/490520/6446997

cpp 11-9.cpp

void print(struct student *head) {struct student *p; printf("\nNow,These %d records are:\n",n); p=head; if(head!=NULL) do {pr
www.eeworm.com/read/490520/6447023

cpp 9-7.cpp

#include #define LETTER 1 void main() {char str[20]="C Language",c; int i; i=0; while((c=str[i])!='\0') { i++; #if LETTER if(c>
www.eeworm.com/read/490520/6447050

cpp 6-10.cpp

#include void main() {char c; while((c=getchar())!='\n') {if((c>='a' && c='A' && c'Z' && c'z')
www.eeworm.com/read/490520/6447051

cpp 6-2.cpp

#include void main() {int i,sum=0; i=1; while (i
www.eeworm.com/read/490580/6447799

cpp sort .cpp

#include int SIZE=6; int main() { void insertsort(int R[],int n);//插入排序 void Bubblesort(int R[],int n);//冒泡排序 void ShellSort (int Vector[], int arrSize );//希尔排序 void QuickSort(
www.eeworm.com/read/490625/6449759

c key.c

#include #define uchar unsigned char #define uint unsigned int delay (uchar); uchar temp,num; uchar KeyEn() { num=0; P1=0xfe; temp=P1; temp=temp&0xf0; if(tem
www.eeworm.com/read/490651/6450629

h keyscan.h

#define uchar unsigned char #define uint unsigned int sbit key0=P0^0; sbit key1=P0^1; sbit key2=P0^2; void DelayM(uint a); void setup12887(uchar *p); uchar *timedata; uchar con=0x00,con
www.eeworm.com/read/490377/6455628

lst 2272js.lst

C51 COMPILER V8.02 2272JS 02/26/2009 16:23:13 PAGE 1 C51 COMPILER V8.02, COMPILATION OF MODULE 2272JS OBJECT MODULE PLACED IN
www.eeworm.com/read/490377/6455648

c 2272js.c

#include #define uchar unsigned char #define uint unsigned int sbit js=P1^5; extern inttilcs(); extern void displayOneChar(unsigned char, unsigned char, unsigned char); /*--------------
www.eeworm.com/read/490202/6460613

m edu_imgcrop.m

function bw2 = edu_imgcrop(bw) % Find the boundary of the image [y2temp x2temp] = size(bw); x1=1; y1=1; x2=x2temp; y2=y2temp; % Finding left side blank spaces cntB=1; while (sum(bw(:,cntB