代码搜索:statement
找到约 10,000 项符合「statement」的源代码
代码结果 10,000
www.eeworm.com/read/209373/15222800
pas fs_iilparser.pas
{******************************************}
{ }
{ FastScript v1.9 }
{ Intermediate Language parser }
{
www.eeworm.com/read/209207/15225806
bas input.bas
10 REM INPUT.BAS -- Test INPUT Statement
20 PRINT "INPUT.BAS -- Test INPUT Statement"
30 REM
40 INPUT "Input string, number: "; s$, n
50 PRINT "The string is: ";s$
60 PRINT "The number is: ";n
7
www.eeworm.com/read/209207/15225821
bas end.bas
10 REM END.BAS -- Test END Statement
20 PRINT "END.BAS -- Test END Statement"
30 PRINT "If the program ends after this line, END worked OK."
40 END
50 PRINT "But if this line printed, then it did
www.eeworm.com/read/209207/15225842
bas stop.bas
10 REM STOP.BAS -- Test STOP Statement
20 PRINT "STOP.BAS -- Test STOP Statement"
30 PRINT "If the program is interrupted after this line, STOP worked OK"
40 STOP
50 PRINT "But if this line printed
www.eeworm.com/read/208082/15254928
rpt watch.rpt
Project Information f:\watch\watch.rpt
MAX+plus II Compiler Report File
Version 10.23 07/09/2003
Compiled: 05/11/2007 00:39:59
Copyright (C) 1988-2003 A
www.eeworm.com/read/208055/15255281
java updatetime.java
package com.jspsoure.Haikou;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import java.util.*;
import javax.swing.border.TitledBorder;
import java.sql.*;
import java.io.*;
www.eeworm.com/read/207217/15279298
cpp main.cpp
// Exercise 12.3 Implementing add(), subtract() and multiply() - main.cpp
/***********************************************************
By returning the this pointer in the functions we can call
t
www.eeworm.com/read/173141/5378151
java statementnode.java
/*
Derby - Class org.apache.derby.impl.sql.compile.StatementNode
Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.
Licensed under the Apache License, Ver
www.eeworm.com/read/173141/5378207
java execspsnode.java
/*
Derby - Class org.apache.derby.impl.sql.compile.ExecSPSNode
Copyright 1998, 2004 The Apache Software Foundation or its licensors, as applicable.
Licensed under the Apache License, Versi
www.eeworm.com/read/173141/5378525
properties default_derby.properties
# statement cache size of 20 is the default, do not add this property
# to this file. If your test wants to do consistency checking that
# requires an empty cache, add a special .properties file, see