代码搜索:continue
找到约 10,000 项符合「continue」的源代码
代码结果 10,000
www.eeworm.com/read/408584/11381566
lc icmpd.lc
/* include icmpd1 */
#include "icmpd.h"## 1 ##src/icmpd/icmpd.c##
int## 2 ##src/icmpd/icmpd.c##
main(int argc, char **argv)## 3 ##src/icmpd/icmpd.c##
{## 4 ##src/icmpd/icmpd.c##
int i,
www.eeworm.com/read/407616/11413469
f90 e_711_06.f90
DIMENSION A(5)
DATA A/1.,2.,3.,4.,5./
DO 10 I=1,10
WRITE (6,100) I
100 FORMAT (I)
10 CONTINUE
DO 20 I=1,5
WRITE (6,101) (A(I), J=1,I)
101 FORMAT
www.eeworm.com/read/407116/11429208
f90 e_711_06.f90
DIMENSION A(5)
DATA A/1.,2.,3.,4.,5./
DO 10 I=1,10
WRITE (6,100) I
100 FORMAT (I)
10 CONTINUE
DO 20 I=1,5
WRITE (6,101) (A(I), J=1,I)
101 FORMAT
www.eeworm.com/read/406870/11433644
cpp 浙大1048(ac).cpp
#include "stdio.h"
void main(){
float a,sum=0;
int i;
for (i=0;i
www.eeworm.com/read/406664/11437996
c ch01.1.2.1.c
#include
// #include
/**
**
the while loop has executed 1 times
the while loop has executed 2 times
the while loop has executed 3 times
the while loop has execute
www.eeworm.com/read/405927/11455013
m wait.m
function wait(message),
%-------------------------------------------------------
% University of Zaragoza
% Centro Politecnico Superior
% Robotics and Real Time Group
% Authors: J. Neira, J. Tar
www.eeworm.com/read/403904/11506992
txt 测试输入1.txt
dssedwdeswasesese
字频表初始化完成
F(a)=1
F(d)=3
F(e)=5
F(s)=6
F(w)=2
结点链建立完成
Charnum=5
a = 1
d = 3
e = 5
s = 6
w = 2
开始构造huffman树
第0次循环开始
min1=1
min2=2
第0次循环结束,当前结点链:
3
3
5
6
第1次循环开始
www.eeworm.com/read/401735/11551425
out lgstic4.out
Convergence
Final values of A, B, C, D: 18.207 19.559 82.071 -0.10702E-01
Program completed
Press Enter to Continue.
www.eeworm.com/read/401625/11553296
java mark.java
public class Mark
{
public static void main(String argv[])
{
int i,j;
Loop1:
for (i=1;i
www.eeworm.com/read/400742/11569702
c exit.c
/*
* linux/kernel/exit.c
*
* (C) 1991 Linus Torvalds
*/
#include // 错误号头文件。包含系统中各种出错号。(Linus 从minix 中引进的)
#include // 信号头文件。定义信号符号常量,信号结构以及信号操作函数原型。
#include // 等