代码搜索:continue
找到约 10,000 项符合「continue」的源代码
代码结果 10,000
www.eeworm.com/read/154528/11948449
c cc11.c
/*
** Small-C, 8088/8086 version -- modified by R. Grehan, BYTE Magazine
** execution begins here
*/
main(argc, argv) int argc, *argv; {
argcs=argc;
argvs=argv;
fputs("Small-C Compiler,
www.eeworm.com/read/153743/12009272
f90 switch_cent.f90
subroutine switch_cent(n1dfft,max2,m2,n2,lot,n1,lzt,zt,zw)
implicit real*8 (a-h,o-z)
dimension zw(2,lot,n2),zt(2,lzt,n1)
! Here, zero and positive frequencies
do
www.eeworm.com/read/153743/12009290
f90 switch.f90
subroutine switch(n1dfft,n2,lot,n1,lzt,zt,zw)
implicit real*8 (a-h,o-z)
dimension zw(2,lot,n2),zt(2,lzt,n1)
do 200,j=1,n1dfft
do 100,i=1,n2
zw(1,j,i)=z
www.eeworm.com/read/153743/12009374
f90 fnorm.f90
subroutine fnorm(ndat,m1,m2,m3,md1,md2,md3,iproc,nproc,zf,sum)
implicit real*8 (a-h,o-z)
dimension zf(2,md1,md3,md2/nproc,ndat)
sum=0.d0
do 9766,idat=1,ndat
www.eeworm.com/read/342301/12031268
c exit.c
/*
* linux/kernel/exit.c
*
* (C) 1991 Linus Torvalds
*/
#include // 错误号头文件。包含系统中各种出错号。(Linus 从minix 中引进的)
#include // 信号头文件。定义信号符号常量,信号结构以及信号操作函数原型。
#include // 等
www.eeworm.com/read/255742/12061078
cpp make_checkpoint_ga.cpp
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
//-----------------------------------------------------------------------------
// make_checkpoint_ga.cpp
// (c
www.eeworm.com/read/255711/12063426
f90 szjs.f90
!***************************************************************************!
! !
! PROGRAM: SZJS
www.eeworm.com/read/255671/12065708
cpp fun_in_checkexpression.cpp
#include "head.h"
extern FILE *fp;
extern expression expre;
/*公式输入函数*/
void InputExpression()
{
printf("Please input expression.\n");
printf(">") ;
scanf("%s" , expre.p_Expression) ;
www.eeworm.com/read/152916/12074461
f lw.f
program lw
c...Solves the Riemann problem for the Euler equations using
c...the MacCormack or Richtmyer methods.
c...METHOD = 1 MacCormack
c...METHOD = 2 Richtmyer
c...TSTEP = 1
www.eeworm.com/read/152916/12074479
f eno2sr.f
program eno2sr
c...Performs 2nd-order Essentially Non-Oscillatory (ENO) method
c...described in Harten, Engquist, Chakravarthy, and Osher,
c...J. Comput. Phys., vol. 71, 231-303 (1987)
c...S