代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/253821/12184420

c merge.c

#include void Mpass(int x[],int y[],int k,int n); /*声明其为函数*/ void Msort(int x[],int y[],int n); /*声明其为函数*/ int main(void) { /*要排序整型数据序列*/ int a[] = {26,5,37,1,61,11,59,15,48,19
www.eeworm.com/read/151609/12187844

c xval-prep.c

/*************************************************************************/ /* */ /* Program to prepare data file for cross-validation */ /* ------------------------------------------------
www.eeworm.com/read/339883/12198537

asv gausstest.asv

chrom=rand(50,77); n=7; m=7; ns=0; nmtol=77; n1=size(chrom) while (ns
www.eeworm.com/read/339869/12199906

htm 33.htm

www.eeworm.com/read/151567/12200452

m getnextarg.m

function [arg, i] = getNextArg(s, i) % [arg, i] = getNextArg(s, i) % % Used to parse a comma or space separated list of arguments % in a single string into a sequence of argument strings. % % Inputs %
www.eeworm.com/read/151550/12201860

c viewmain.c

//******************************************** //文件名:VIEWMAIN.C //功能:1. 调用显示汉字函数 // 2. 调用字符处理函数 // 3. 调用汇编子程序读扇区数据 // 4. 将参数传递给汇编子程序并接受返回值 // 5. 可以动态切换字符和十六进制显示方式 // 6.
www.eeworm.com/read/151550/12202307

c compmain.c

//******************************************** //文件名:COMPMAIN.C //功能:1. 调用显示汉字函数 // 2. 调用字符处理函数 // 3. 比较两个扇区文件,报告不相同的字节编号 //******************************************** #include
www.eeworm.com/read/253684/12205504

c shiyan.c

#define __dsPIC30F4014__ #include #include #include #include #include //定义配置位 #define nop() asm("nop") #define CLRWDT() asm("clrwdt")
www.eeworm.com/read/339738/12207758

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/253585/12213082

m edu_imgcrop.m

function bw2 = edu_imgcrop(bw) % Find the boundary of the image [y2temp x2temp] = size(bw); x1=1; y1=1; x2=x2temp; y2=y2temp; % Finding left side blank spaces cntB=1; while (sum(bw(:,cntB