代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/131284/14152222
cpp evalue.cpp
//$$evalue.cpp eigen-value decomposition
// Copyright (C) 1991,2,3,4: R B Davies
#define WANT_MATH
#include "include.h"
#include "newmat.h"
#include "newmatrm.h"
www.eeworm.com/read/131282/14152430
c ifft.c
/* name...
ifft
bugs...
Should do transforms on several functions (-b option).
history...
-- 1.21 --
1 Jun 87 -a option suppresses abscissas on output.
-- 1.20 --
11 May 87 U
www.eeworm.com/read/131282/14152433
c fft.c
/* name...
fft
bugs...
Should do transforms on several functions (-b option).
use large model.
eliminate use of extra few entries, permitting use of exactly
64K arrays (4 bytes * 8
www.eeworm.com/read/131191/14157160
txt 3.txt
const true=1,false=0;
var x,y,m,n,pf;
procedure prime;
var i,f;
procedure mod;
x:=x-x/y*y;
begin f:=true;
i:=3;
while i
www.eeworm.com/read/233304/14158122
c jianpan.c
#include
#define uint unsigned int;
#define uchar unsigned char;
unsigned char t;
void delay10ms(void)
{
unsigned char i,j;
for(i=20;i>0;i--)
for(j=248;j>0;j--);
}
unsigned char k
www.eeworm.com/read/233292/14159168
m ex3_11.m
sum=0;
cnt=0;
val=input('Enter a number (end in 0):');
while (val~=0)
sum=sum+val;
cnt=cnt+1;
val=input('Enter a number (end in 0):');
end
if (cnt > 0)
sum
mean=sum/cn
www.eeworm.com/read/131088/14161711
c vecops.c
/*----------------------------------------------------------------------
File : vecops.c
Contents: some special vector operations
Author : Christian Borgelt
History : 16.09.1996 file creat
www.eeworm.com/read/131032/14163106
m guassseidel.m
function [x,k]=guassseidel(a,b,x0,e)
n=length(a);
for i=1:n
for j=1:n
if i>=j
v(i,j)=a(i,j);
u(i,j)=0;
else
v(i,j)=0;
u(i,j
www.eeworm.com/read/130945/14166825
c 大整数的加法.c
#include
void main()
{
int m,n,a[100],b[100],c[100],i,j,k,h,p,s,g;i=j=k=p=s=g=0;c[0]=0;
printf("请输入第一个数\n");
while(1)
{
m=0;m=getchar();a[i]=m; i++;
if(m=='\n') break;
www.eeworm.com/read/130910/14167869
java appabc.java
import java.io.*;
public class AppAbc
{
public static void main(String args[])
{
char s[];
char a=' ';
int count=-1;
s = new char[50];
try
{
System.out.println("请输入字