代码搜索:continue

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

代码结果 10,000
www.eeworm.com/read/176998/9477496

install-sh

#!/bin/sh # # install - install a program, script, or datafile # This comes from X11R5 (mit/util/scripts/install.sh). # # Copyright 1991 by the Massachusetts Institute of Technology # # Permission to
www.eeworm.com/read/176823/9483197

m demknn1.m

%DEMKNN1 Demonstrate nearest neighbour classifier. % % Description % The problem consists of data in a two-dimensional space. The data is % drawn from three spherical Gaussian distributions with prio
www.eeworm.com/read/176823/9483217

m demgmm2.m

%DEMGMM1 Demonstrate density modelling with a Gaussian mixture model. % % Description % The problem consists of modelling data generated by a mixture of % three Gaussians in 2 dimensions. The priors
www.eeworm.com/read/176823/9483267

m demmdn1.m

%DEMMDN1 Demonstrate fitting a multi-valued function using a Mixture Density Network. % % Description % The problem consists of one input variable X and one target variable % T with data generated by
www.eeworm.com/read/176823/9483301

m demrbf1.m

%DEMRBF1 Demonstrate simple regression using a radial basis function network. % % Description % The problem consists of one input variable X and one target variable % T with data generated by sampling
www.eeworm.com/read/176823/9483365

m demsom1.m

%DEMSOM1 Demonstrate SOM for visualisation. % % Description % This script demonstrates the use of a SOM with a two-dimensional % grid to map onto data in two-dimensional space. Both on-line and %
www.eeworm.com/read/372768/9494262

c sum.c

#include #include double z[4][4];//,*y=z; /*定义一个全局二维数组用来存放N-1阶余子式,因为A的伴随矩阵除以|A|时会产生小数,因此定义成float而非int*/ ///////////////////////////////////////////// double js(int *p,int n)
www.eeworm.com/read/176504/9495616

c c04.c

# /* * C compiler * * */ #include "c0h.c" /* * Reduce the degree-of-reference by one. * e.g. turn "ptr-to-int" into "int". */ decref(at) { register t; t = at; if ((t & ~TYPE) == 0) { er
www.eeworm.com/read/176119/9515647

f90 odeint1.f90

SUBROUTINE ODEINT1(YSTART,NVAR,X1,X2,EPS,H1,HMIN,NOK ,NBAD,DERIVS,BSSTEP) PARAMETER (MAXSTP=10000,NMAX=10,TWO=2.0,ZERO=0.0, TINY=1.E-30) COMMON /PATH/ KMAX,KOUNT,DXSAV,XP(200),YP(1
www.eeworm.com/read/372037/9523875

m d_truet.m

%D_TRUET HOSA Demo for computing true trispectrum (trispect) echo off % A. Swami Jan 20, 1995 % Copyright (c) 1991-2001 by United Signals & Systems, Inc. % $Revision: 1.6 $ % RES