代码搜索:statement
找到约 10,000 项符合「statement」的源代码
代码结果 10,000
www.eeworm.com/read/474949/1387845
java database.java
package org.pan.web;
import java.sql.*;
import org.pan.util.*;
public class DataBase {
protected Connection conn = null; //Connection接口
protected Statement stmt = null; //Statement接口
www.eeworm.com/read/366702/2876705
f90 merge_char_const.f90
! { dg-do run }
! { dg-options "-O0" }
! This tests the patch for PR24311 in which the PRINT statement would
! ICE on trying to print a MERGE statement with character constants
! for the first two arg
www.eeworm.com/read/428557/8859885
java age.java
//********************************************************************
// Age.java Author: Lewis/Loftus
//
// Demonstrates the use of an if statement.
//***********************************
www.eeworm.com/read/166055/10037948
java age.java
//********************************************************************
// Age.java Author: Lewis/Loftus
//
// Demonstrates the use of an if statement.
//***********************************
www.eeworm.com/read/437424/7748560
h systemfunc.h
/*****************************************************************************
*
* File : SystemFunc.h
* ----
*
* Copyright Statement :
* ------------------
* Copyright (c) Philips Semiconducto
www.eeworm.com/read/437424/7748562
c systemfunc.c
/*****************************************************************************
*
* File : SystemFunc.h
* ----
*
* Copyright Statement :
* ------------------
* Copyright (c) Philips Semiconducto
www.eeworm.com/read/209983/15210506
h systemfunc.h
/*****************************************************************************
*
* File : SystemFunc.h
* ----
*
* Copyright Statement :
* ------------------
* Copyright (c) Philips Semiconducto
www.eeworm.com/read/240162/4579817
c crash-1.c
void f() { return 0; } // { dg-error "return-statement" }
www.eeworm.com/read/233448/4672310
c crash-1.c
void f() { return 0; } // { dg-error "return-statement" }
www.eeworm.com/read/284346/4066011
if h.if
* * * * * * *
* if *
* * * * * * *
"if-statement"
SYNTAX: if(B, seq1, seq2)