代码搜索:statement

找到约 10,000 项符合「statement」的源代码

代码结果 10,000
www.eeworm.com/read/160819/10496139

cpp broccoli.cpp

#include #include using namespace std; // illustrates use of if-else statement int main() { string response; cout > respons
www.eeworm.com/read/160044/10577135

java accountrecord.java

public interface AccountRecord{ public boolean write(String cardNo,String customerID,String operaterID, String operateRecord,String time){} Connection con; Statement stmt; try{ Class.forNam
www.eeworm.com/read/278058/10578044

cpp block.cpp

// block.cpp -- use a block statement #include int main() { using namespace std; cout
www.eeworm.com/read/160033/10578063

sh setmake.sh

# if the src/Makefile is of the wrong type and the new type makefile # `Makefile.type' is OK, copy Makefile.type into Makefile # - string of if/elifs, rather than case statement, is used for compatab
www.eeworm.com/read/159990/10581428

java exceptiondemo8.java

/** *A simple user-defined exception handling program.pay more attention! *2004.12.27. xhcprince *"The return statement may be used in the catch block to return the control * back to the exception
www.eeworm.com/read/159752/10619367

java databasemanager.java

import java.sql.*; public class DataBaseManager { Connection con; ResultSet rs; Statement stmt; public DataBaseManager() { try{ //DriverManager.registerDriver(new oracle.jdbc.OracleD
www.eeworm.com/read/276635/10721072

java preparedtest.java

import java.sql.*; public class PreparedTest { public static void main(String args[]) { String url = "jdbc:odbc:stu"; Connection con; Statement stmt; String na
www.eeworm.com/read/275074/10836960

c pl0v4.c

// This works. This supports write statement and parameters. // This supports graphics. // sign != given by # // sign = given by % #include #include
www.eeworm.com/read/272894/10937252

dpr ex.dpr

{ Faint, the problem's statement is uncompletely. Two rivers are intersecting iff they have the same nodes Crossing in segments excluding their ends isn't considered intersecting. } program Ur
www.eeworm.com/read/417397/10991770

txt 计数器:generate语句的应用.txt

-- Generated Binary Up Counter -- The first design entity is a T-type flip-flop. -- The second is an scalable synchronous binary up counter illustrating the use of the generate statement to produce