代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/318252/13482614

in genxref.in

#!@perlbin@ # $Id: genxref,v 1.5 1998/04/22 12:16:12 pergj Exp $ # genxref.pl -- Finds identifiers in a set of C files using an # extremely fuzzy algorithm. It sort of works. # # Arne Georg Gledits
www.eeworm.com/read/318225/13482957

c miaobiao.c

#include #define YS 10 #define L ((0xffff-50000)&0xff) #define H ((0xffff-50000)>>8) #define ML ((0XFFFF-10000)&0XFF) #define MH ((0xffff-10000)>>8) unsigned int mh1,
www.eeworm.com/read/318185/13483612

c console.c

#include "AT91RM9200.h" #include "def.h" #include "config.h" #include "console.h" #include "utils.h" extern volatile U32 StTick; void delay(U32 ms) { //U16 i; //i = AT91C_BASE_TC0->TC_
www.eeworm.com/read/318184/13483638

bak rf51.c.bak

#include #include #define uint unsigned int #define uchar unsigned char uchar a _at_ 0x30; uchar b _at_ 0x31; uchar c _at_ 0x32; uchar d _at_ 0x33; uchar counth,countl
www.eeworm.com/read/318176/13484345

cpp brent.cpp

/* * Program to factor big numbers using Brent-Pollard method. * See "An Improved Monte Carlo Factorization Algorithm" * by Richard Brent in BIT Vol. 20 1980 pp 176-184 * * Requires:
www.eeworm.com/read/318176/13484391

c mex.c

/* mex.c * * Updated to allow emission of scheduled code. * * Macro EXpansion program. * Expands Macros from a .mcs file into a .tpl file to create a .c file * * Copyright (c) 2002 Sha
www.eeworm.com/read/318171/13484453

c console.c

#include "AT91RM9200.h" #include "def.h" #include "config.h" #include "console.h" #include "utils.h" extern volatile U32 StTick; void delay(U32 ms) { U16 i; i = AT91C_BASE_TC0->TC_RC>>
www.eeworm.com/read/318168/13484505

def java.def

; PSPad clip definition file for Java ; Created by PSPad 14.7.2002 ; Author: Jan Fiala pspad@wo.cz ; Extended by Ekkehard K鰃el, 11.7.2005 [prog | Java program - base] public class |MyProg {
www.eeworm.com/read/317838/13495509

cpp cpp1.cpp

#include #include char fenxibiao[8][8]={{'#','#','#','#','#','#','#','>'},{'#','#','=',''},{'#','#','
www.eeworm.com/read/317818/13496924

c sh102.c

#include #define uint unsigned int sbit gate1=P2^0; // 定义P2-0口 sbit gate2=P2^1; // 定义P2-1口 sbit gate3=P2^2; // 定义P2-2口 sbit gate4=P2^3; // 定义P2-3口 void main(v