代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/227162/14439405

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/227123/14440385

html scripting_5_4__loops.html

脚本 5.4. 循环
www.eeworm.com/read/227048/14442522

m chap7_2a.m

%BP Training for MIMO and Multi-samples clear all; close all; xite=0.50; alfa=0.05; w2=rands(6,2); w2_1=w2;w2_2=w2_1; w1=rands(3,6); w1_1=w1;w1_2=w1; dw1=0*w1; I=[0,0,0,0,0,0]'; Iou
www.eeworm.com/read/226986/14445199

c door_ring.c

/******************************************************************** * 主 页 : HTTP://WWW.QLMCU.COM * * 程序功能 :
www.eeworm.com/read/126090/14446016

java wordchecksecuritymanager.java

/** @version 1.10 1999-10-23 @author Cay Horstmann */ import java.io.*; import java.security.*; /** This security manager checks whether bad words are encountered when reading
www.eeworm.com/read/126015/14452006

cpp countvalues.cpp

#include "blackjack.h" #include "poker.h" void CBlackjack::countValues() { humanValueCount = computerValueCount = 0; counter_t i = 0; while(playerHand[i] != " ") { if(playe
www.eeworm.com/read/126005/14452286

c bc_debug.c

/*********************************** MODULE INFO **************************** Device : AT90S2333 File name : BC_debug.c Ver nr. : 1.0 Description : UART report
www.eeworm.com/read/226776/14452489

cpp commut.cpp

void sendto(int realqd,int to) { unsigned num,table,n,bytes=256; int s,err; float *v; int *st; int i,logicqd; if(to>31||to=100) return; logicqd=qd
www.eeworm.com/read/125879/14456762

h ftqueue.h

/* * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permi
www.eeworm.com/read/125853/14458213

cpp text1.cpp

#include #include #define Maxtype 40 //定义单词的总类型共有40种 #define BMaxlen 10000 //定义缓冲区的最大长度 #define Maxlen 11 //用来定义取出的标识符的最大长度,如果长度大于这个值,则接下去的字忽略不计 #defin