代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/254930/12111968
c 1.c
#include
#include
char Keyword[32][10]={"auto","break","case","char","const","continue","default","do","double","else","enum",
"extern","float","for","got
www.eeworm.com/read/341015/12113850
cpp huffuman.cpp
// Huffuman.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "float.h"
#include "stdlib.h"
#include "string.h"
//两种结构体的定义
struct hufnode
{
long we
www.eeworm.com/read/254907/12113880
java chararray.java
// CharArray.java
// Provides methods for manipulating an array of characters.
import java.util.*;
public class CharArray
{
public static final int MAXLENGTH = 512;
public char[] chars = new ch
www.eeworm.com/read/254878/12114392
cpp 词法分析程序.cpp
#include
#include
#include
#define MAXKEYWORD 9 //关键字数
char scanin[50],scanout[50];
FILE *fin,*fout;
char buffer[500]; //缓冲区
void test(void);
int error=0; //
www.eeworm.com/read/254868/12114654
cpp 轮渡.cpp
#include
#include
#include //此头文件包含有上time函数和ctime函数的
typedef int ElemType;
struct LNode{
ElemType data; //值域
LNode* next; //链接指针域
};
struct Link
www.eeworm.com/read/152382/12118566
c main.c
#include "demo.h"
int main()
{
B8 InputChar;
Uart_Init();
IntInit();
printf("\n\n\r******** S3C44B0X ARM Development Board Demo ********\n\r");
printf(": press Esc to
www.eeworm.com/read/340943/12118608
c cs9-5.c
#include
#define uchar unsigned char
#define uint unsigned int
//====================
void delay(uint k)
{
uint i,j;
for(i=0;i
www.eeworm.com/read/152378/12118694
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/340943/12119587
c cs13-3.c
#include
#define uchar unsigned char
#define uint unsigned int
sbit KEY_S1=P3^2;
uchar code SEG7[10]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
uchar code ACT[5]={0x
www.eeworm.com/read/340943/12120125
c cs6-2.c
#include
/*===================================*/
void delay(unsigned int k)
{
unsigned int i,j;
for(i=0;i