代码搜索:statement
找到约 10,000 项符合「statement」的源代码
代码结果 10,000
www.eeworm.com/read/319883/13440591
cpp prog5_09.cpp
// Program 5.9 Using the continue statement
#include
#include
#include
#include
using std::cout;
using std::endl;
using std::setw;
int main() {
// O
www.eeworm.com/read/313151/13595357
java wallet.java
// initialization/Wallet.java
// TIJ4 Chapter Initialization, Exercise 22, page 207
/* Write a switch statement for the enum in the previous example. For each
* case, output a description of that p
www.eeworm.com/read/305470/13768437
java dbconnect.java
package jwin;
import java.sql.*;
import java.util.Properties;
public class DBConnect {
static Connection conn;
static Statement stmt;
public static synchronized Connection SqlServerConn
www.eeworm.com/read/152121/5675720
gcc makefile.gcc
# This file builds the library for Amiga using ADE environment.
#
# You will need GNU make.
#
# Use this file while in the lib directory with the following statement:
#
# make -f arch/amigaos/Makefi
www.eeworm.com/read/150763/5689165
makefile
#
# Generic Linux/Unix Makefile for PHYLIP 3.6.
#
# You should not need to change anything, though if you want you could
# change the first (noncomment) statement to some directory location
# that mig
www.eeworm.com/read/149109/5703361
cc~ example5.cc~
// Push/pop interface for smodels.
//
// An atom that is pushed behaves as if it was set in the compute
// statement, i.e., model() will not backtrack passed it.
//
// bool push (Atom *a, bool set_tru
www.eeworm.com/read/149109/5703369
cc example5.cc
// Push/pop interface for smodels.
//
// An atom that is pushed behaves as if it was set in the compute
// statement, i.e., model() will not backtrack passed it.
//
// bool push (Atom *a, bool set_tru
www.eeworm.com/read/148359/5715158
readme
For the broadest possible support for OJPEG files the following steps are
necessary:
o Ensure you are able to build with JPEG support (see config.site).
o Uncomment OJPEG="yes" statement in conf
www.eeworm.com/read/147391/5730133
java maxrows.java
package results;
import java.sql.*;
import connections.*;
public class MaxRows {
public static void main(String[] args) {
Connection conn = null;
Statement stmt = null;
Result
www.eeworm.com/read/125819/6021040
c switch.c
/* Test the types of switch statement.
type: char, int, long
sign: signed, unsigned
storage: static,
attr: volatile
*/
#include
{sign} {type}
sparseSwitch({sign} {type