代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/110034/6171757
h system.h
/*
* linux/include/asm-arm/proc-armo/system.h
*
* Copyright (C) 1995, 1996 Russell King
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU
www.eeworm.com/read/110034/6171949
h uncompress.h
/*
* linux/include/asm-arm/arch-mx1ads/uncompress.h
*
*
*
* Copyright (C) 1999 ARM Limited
* Copyright (C) Shane Nay (shane@minirl.com)
*
* This program is free software; you can redistribu
www.eeworm.com/read/109026/6176943
h queue.h
//==========================================================================
//
// include/sys/queue.h
//
//==========================================================================
//####B
www.eeworm.com/read/109026/6177204
h snmp_debug.h
//==========================================================================
//
// ./lib/current/include/snmp_debug.h
//
//
//================================================================
www.eeworm.com/read/108242/6183621
c in.fingerd.c
/*
* Copyright (c) 1983 Regents of the University of California.
* All rights reserved. The Berkeley software License Agreement
* specifies the terms and conditions for redistribution.
*/
#ifnde
www.eeworm.com/read/108242/6183769
c reader.c
/*************************************************************************
*
* m a k e : r e a d e r . c
*
* Read in makefile
*================================================================
www.eeworm.com/read/108242/6183832
c move5.c
/* move5.c */
/* Author:
* Steve Kirkendall
* 14407 SW Teal Blvd. #C
* Beaverton, OR 97005
* kirkenda@cs.pdx.edu
*/
/* This file contains the word-oriented movement functions */
#include "con
www.eeworm.com/read/108242/6183997
c eeedit.c
/* ELLE - Copyright 1982, 1987 by Ken Harrenstien, SRI International
* This software is quasi-public; it may be used freely with
* like software, but may NOT be sold or made part of licensed
* prod
www.eeworm.com/read/108103/6185988
cpp dowhile.cpp
/****************************/
/* FastScript v1.0 */
/*'do..while' operator demo */
/****************************/
int i, j;
{
j = 1;
i = 0;
do
i++;
while (i != 10);
www.eeworm.com/read/108103/6186020
js dowhile.js
//****************************/
//* FastScript v1.0 */
//*'do..while' operator demo */
//****************************/
var i, j;
j = 1;
i = 0;
do
i++;
while (i != 1