代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/332494/12752610
m min_eig.m
function y=min_eig(A)
%*************************************************************************
%* Copyright c 2001 The board of trustees of the Leland Stanford *
%* Juni
www.eeworm.com/read/246158/12753281
cpp d插入排序.cpp
#include
void Print(int a[],int n)
{
for(int i=1;i
www.eeworm.com/read/246137/12753697
m freizr.m
function FreizR
k=1;
Q=[2,-1;-1,2];
x(k)={[2;2]};
%d(k)=-f(x(k));
s=0.01;
while norm(f(x(k)))>=s
L=(x(k)'*x(k))/(x(k)'*Q*x(k));
x(k+1)=x(k)+L*d(k);
x=x(k+1);
www.eeworm.com/read/246137/12753702
asv freizr.asv
function FreizR
k=1;
Q=[2,-1;-1,2];
x(k)=[2;2];
%d(k)=-f(x(k));
s=0.01;
while norm(f(x(k)))>=s
L=(x(k)'*x(k))/(x(k)'*Q*x(k));
x(k+1)=x(k)+L*d(k);
x=x(k+1);
www.eeworm.com/read/332410/12759504
cpp 遗传算法.cpp
#include
#include
#include
#include
#include
#include
int distance(int *s,int matrix[20][20]){ // 求路径的距离
int dis;
int i,j,
www.eeworm.com/read/144955/12759546
txt 程序说明.txt
本程序是用VC++6.0写的,是一个模范银行ATM提款机的程序。可作为其他程序的子程序使用和作为VC++初学者的参考程序。
#include
extern int extra=50000;
void withdraw();
void search();
void main(void)
{{int n,account=12345;int u=0
www.eeworm.com/read/144955/12759549
cpp 银行atm.cpp
#include
extern int extra=50000;
void withdraw();
void search();
void main(void)
{{int n,account=12345;int u=0;
int *password1,password2,t=23456,password;password1=&t;
cout
www.eeworm.com/read/144931/12761684
c lex.c
/* File lex.c: 2.1 (83/03/20,16:02:09) */
/*% cc -O -c %
*
*/
#include
#include
#include
#include "defs.h"
#include "data.h"
#include "headers.h"
/*
www.eeworm.com/read/144931/12761698
c io.c
/* File io.c: 2.1 (83/03/20,16:02:07) */
/*% cc -O -c %
*
*/
#include
#include
#include "defs.h"
#include "data.h"
#include "headers.h"
/*
* open inpu
www.eeworm.com/read/144931/12761724
c preproc.c
/* File preproc.c: 2.3 (84/11/27,11:47:40) */
/*% cc -O -c %
*
*/
#include
#include
#include "defs.h"
#include "data.h"
#include "headers.h"
static char putmacnew(c