代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/246953/12695894
c ex4-7.c
#include
max(int array[][4]) {
int i, j, max;
max=array[0][0];
for (i=0; i
www.eeworm.com/read/246953/12696589
c ex6-4.c
#include
#define CONDITION 1
main() {
char str[]="C Programing", c;
int i=0;
while((c=str[i])!='\0') {
i++;
#if CONDITION
if(c>='a'
www.eeworm.com/read/333216/12698276
c 1144.c
#include
#include
char net[101][101];
char visit[101];
int n;
void dfs(int x)
{
int i;
for (i = 1; i
www.eeworm.com/read/246907/12698702
c mmc_datalogger_eeprom.c
//-----------------------------------------------------------------------------
// MMC_DataLogger_EEPROM.c
//-----------------------------------------------------------------------------
// Copyrig
www.eeworm.com/read/145868/12699005
c 4-6.c
//Four seven segment display,common anode and dispkay by scan
unsigned char _pac @ 0x13;
unsigned char _pa @ 0x12;
unsigned char _pbc @ 0x15;
unsigned char _pb @ 0x14;
const unsigned char patte
www.eeworm.com/read/333062/12704326
c mcu_uart.c
/* Copyright (C) 1996-2005 Brilliant Ideal Electronics. All rights reserved.
MP3_Player+USB_Disk V3.0 Edit by JMBIE STUDIO 2005.03
*/
#include "AT89C51SND1_REG.H"
#include "MCU_UART.H"
ch
www.eeworm.com/read/246769/12705603
c 2410lib.c
//===================================================================
// File Name : 2410lib.c
// Function : S3C2410 PLL,Uart, LED, Port Init
// Program : Shin, On Pil (SOP)
// Date : Marc
www.eeworm.com/read/246764/12705829
c 2410lib.c
//===================================================================
// File Name : 2410lib.c
// Function : S3C2410 PLL,Uart, LED, Port Init
// Program : Shin, On Pil (SOP)
// Date : Marc
www.eeworm.com/read/145646/12708441
c adler32.c
/* adler32.c -- compute the Adler-32 checksum of a data stream
* Copyright (C) 1995-2003 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $Id$ */
www.eeworm.com/read/145646/12709757
c adler32.c
/* adler32.c -- compute the Adler-32 checksum of a data stream
* Copyright (C) 1995-2003 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $Id$ */