代码搜索:statement
找到约 10,000 项符合「statement」的源代码
代码结果 10,000
www.eeworm.com/read/403040/11523109
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/403011/11524504
cpp block.cpp
// block.cpp -- use a block statement
#include
int main()
{
using namespace std;
cout
www.eeworm.com/read/403009/11524809
cpp block.cpp
// block.cpp -- use a block statement
#include
int main()
{
using namespace std;
cout
www.eeworm.com/read/158649/11594886
java vowelsandconsonants.java
//: c03:VowelsAndConsonants.java
// Demonstrates the switch statement.
// {NoAutomaticTesting}
public class VowelsAndConsonants {
public static void main(String[] args) {
for(int i = 0; i
www.eeworm.com/read/348128/11610238
pas screenfilecheck.pas
// FileCheck of Directories for Controlling Magnetic Media (especially CD-ROMs)
// efg, July-Sep 1999
//
// Thanks to Miroslav Vancl for pointing out that the statement
//
// CalcCRC32 (@CRCVa
www.eeworm.com/read/157209/11730123
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
www.eeworm.com/read/157209/11730178
txt 一个游戏程序.txt
--
-- Copyright (c) 1993,1994 by Exemplar Logic, Inc. All Rights Reserved.
--
-- This source file may be used and distributed without restriction
-- provided that this copyright statement is n
www.eeworm.com/read/155858/11843215
cpp 4elist0712.cpp
//Listing 7.12 illustrating
//empty for loop statement
#include
int main()
{
int counter=0; // initialization
int max;
std::cout > m
www.eeworm.com/read/155858/11843237
cpp 4elist0716.cpp
//Listing 7.16
// Demonstrates switch statement
#include
int main()
{
using namespace std;
unsigned short int number;
cout > numb
www.eeworm.com/read/256463/11998152
java listing 10-1.java
String url = "jdbc:odbc:CustomerInformation";
String userID = "jim";
String password = "keogh";
Statement DataRequest;
private Connection Db;
try {
Class.forName( "sun.jdbc.odbc