代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/321997/13391236
c 44blib.c
#include
#include
#include
#include
#include
#include "..\target\44b.h"
#include "..\target\44blib.h"
#include "..\target\def.h"
#inclu
www.eeworm.com/read/321827/13397797
c nmktobat.c
/***
*NMKtoBAT.C - convert NMAKE.EXE output into a Windows 95 batch file
*
* Copyright (c) 1995, Microsoft Corporation. All rights reserved.
*
*Purpose:
* The makefiles provided with the M
www.eeworm.com/read/321696/13400800
m inital.m
function X=Inital(num)%本程序返回从1到num的随机排列,做为每只人工鱼的初始状态
X=1:num;
for i=2:num
while(1)
Index=floor(rand*num);
if(Index>1&Index
www.eeworm.com/read/321343/13408578
c cc2.c
/*
** Small-C Compiler -- Part 2 -- Front End and Miscellaneous.
** Copyright 1982, 1983, 1985, 1988 J. E. Hendrix
** All rights reserved.
*/
#include
#include "cc.h"
extern char
www.eeworm.com/read/321343/13408583
arc clib.arc
>>> CLIB.H 1617
/*
** CLIB.H -- Definitions for Small-C library functions.
**
** Copyright 1983 L. E. Payne and J. E. Hendrix
*/
/*
** Misc parameters
*/
#define MAXFILES 20 /* maximum op
www.eeworm.com/read/321343/13408590
c cc1.c
/*
** Small-C Compiler -- Part 1 -- Top End.
** Copyright 1982, 1983, 1985, 1988 J. E. Hendrix
** All rights reserved.
*/
#include
#include "notice.h"
#include "cc.h"
/*
** mis
www.eeworm.com/read/321203/13410743
c pwm.c
/*----------------------------------------------------------------------------
* Name: Timer.c
* Purpose: Timer usage for STM32
* Version: V1.00
*-------------------------------------------
www.eeworm.com/read/321123/13411906
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/320955/13415298
c wref.c
#include "f2c.h"
#include "fio.h"
#ifndef KR_headers
#undef abs
#undef min
#undef max
#include "stdlib.h"
#include "string.h"
#endif
#include "fmt.h"
#include "fp.h"
#ifndef VAX
#include "ctype.h"
#