代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/142113/12961673
c strings.c
/****************************************************************/
/* */
/* strings.c */
/* */
/* Global String Handling Functions */
/* */
/* Copyright (c) 1
www.eeworm.com/read/142091/12963891
prg npdeeu0.prg
Execute(GetConfig(1));
autoconfig(x__):={if(AskUserYesNo("There is an error in your main input configuration:"+chr(13)+chr(10)+x__+chr(13)+chr(10)+"Do you want to configure the main input automatical
www.eeworm.com/read/142087/12964456
c adler32.c
/* adler32.c -- compute the Adler-32 checksum of a data stream
* Copyright (C) 1995-2003 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $Id$ */
www.eeworm.com/read/142087/12965811
c adler32.c
/* adler32.c -- compute the Adler-32 checksum of a data stream
* Copyright (C) 1995-2003 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $Id$ */
www.eeworm.com/read/329259/12966936
c main.c
#include "cpu_reg.h"
int ms,f;
unsigned int *ExRamStart = (unsigned int *)0x4000;
void main()
{
int i;
asm(" STM #0000h,CLKMD ");
while(*CLKMD & 0x01 );
asm("
www.eeworm.com/read/329257/12966990
txt ch19.txt
Chapter 19
--------------------------
Setting Flags to Trap Bugs
--------------------------
#!/bin/bash
let flag=1
echo "Outside of while loop"
while [ "$flag" -eq 1 ]
do
echo "ins
www.eeworm.com/read/329257/12967013
txt ch11.txt
Chapter 11
----------
while Loop
----------
let counter=1
while [ "$counter" -lt 5 ]
do
if [ "$counter" -eq 1 ]
then
echo "Hello, Mary."
fi
if [ "$counter" -eq 2 ]
th
www.eeworm.com/read/142055/12967051
cpp 阶层.cpp
#include
#include
class A
{
private:
int n;
char *p;
int bits;
public:
A(int data=0);
void compute();
void output();
};
A::A(int data)
{
n=data;
dou
www.eeworm.com/read/243014/12968406
cpp start.cpp
// PL0 Compiler
#include
#include
#include
#include
#include "pl0.h"
void main(int argc,char *argv[])
{
char name;
char filename[256];
printf("
www.eeworm.com/read/242971/12970436
txt julei.txt
function gg1(x)
temp=size(x);
M=temp(1);N=temp(2);
M_bak=M;
xiao=min(x);
da=max(x);
MM=M;
u=1;
%进行数据标准化
XXX=(x-xiao(ones(MM,1),:))./(da(ones(MM,1),:)-xiao(ones(MM,1),:));
fprintf('\n标准处理后的数