代码搜索:continue
找到约 10,000 项符合「continue」的源代码
代码结果 10,000
www.eeworm.com/read/251030/4424610
dsw continue.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/251030/4424611
dsp continue.dsp
# Microsoft Developer Studio Project File - Name="Continue" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/251030/4424612
c continue.c
#include
void main()
{
int inum, cnt, sum, positive;
sum = positive = 0;
printf("\n 请输入10个数,或者输入 999 中止输入。\n");
for (cnt = 0; cnt < 10; cnt++)
{
scanf("%d", &inum);
www.eeworm.com/read/239567/4597624
java continue.java
// Autogenerated AST node
package org.python.pydev.parser.jython.ast;
import org.python.pydev.parser.jython.SimpleNode;
import java.io.DataOutputStream;
import java.io.IOException;
public class
www.eeworm.com/read/173347/5374886
ksh continue.ksh
#!/bin/ksh
# Script name: continue.ksh
typeset -l new
for file in *
do
print "Working on file $file..."
if [[ $file != *[A-Z]* ]]
then
continue
fi
orig=$file
new=$file
mv $orig $new
p
www.eeworm.com/read/347503/3172383
d continue.d
#objdump: -dr
#name: continue
.*: file format .*-cris
Disassembly of section \.text:
0+ :
[ ]+0:[ ]+e87b[ ]+move.d \$?r7,\[\$?r8\]
[ ]+2:[ ]+e89b[ ]+move.d \$?r9,\[\$?r8\]
www.eeworm.com/read/347503/3172417
s continue.s
; Test line continuation, making sure a commented line is not
; broken up and that a continued line is.
.text
.syntax no_register_prefix
start:
; move.d r1,[r8]@ move.d r2,[r8]
move.d r7,[r8]@ mo
www.eeworm.com/read/340665/3268195
d continue.d
#objdump: -dr
#name: continue
.*: file format .*-cris
Disassembly of section \.text:
0+ :
[ ]+0:[ ]+e87b[ ]+move.d r7,\[r8\]
[ ]+2:[ ]+e89b[ ]+move.d r9,\[r8\]
www.eeworm.com/read/340665/3268217
s continue.s
; Test line continuation, making sure a commented line is not
; broken up and that a continued line is.
.text
start:
; move.d r1,[r8]@ move.d r2,[r8]
move.d r7,[r8]@ move.d r9,[r8]
www.eeworm.com/read/329537/3430948
c continue.c
extern EXETOKEN savetkn; /* Last input token found. */
extern EXETOKEN NOTOKEN; /* Empty token */
word
FilOpnTmp (uword maxr, word creat) /* i: 0 - copies existing mastfil to
tmpfil, 1- crea