代码搜索:statement
找到约 10,000 项符合「statement」的源代码
代码结果 10,000
www.eeworm.com/read/415351/11075452
txt 伪随机比特发生器.txt
-- Pseudo Random Bit Sequence Generator
-- This design entity uses a single conditional signal assignment statement to describe a PRBSG register.
-- The length of the register and the two tapping p
www.eeworm.com/read/415351/11075472
txt 伪随机比特发生器.txt
-- Pseudo Random Bit Sequence Generator
-- This design entity uses a single conditional signal assignment statement to describe a PRBSG register.
-- The length of the register and the two tapping p
www.eeworm.com/read/103229/15739766
java listing 11-1.java
import java.sql.*;
public class ModelA
{
private Connection Database;
private Statement DataRequest;
public ModelA ()
{
String url = "jdbc:odbc:CustomerInformation";
String us
www.eeworm.com/read/103229/15739906
java listing 10-16.java
String url = "jdbc:odbc:CustomerInformation";
String userID = "jim";
String password = "keogh";
String printrow;
String FirstName;
String LastName;
Statement DataRequest;
ResultSet Results;
Co
www.eeworm.com/read/103229/15739954
java listing 10-14.java
String url = "jdbc:odbc:CustomerInformation";
String userID = "jim";
String password = "keogh";
String printrow;
String FirstName;
String LastName;
Statement DataRequest;
ResultSet Results;
Co
www.eeworm.com/read/102405/15781911
h sqlrecordset.h
// SQLRecordset.h
//
// Encapsulates the basic ODBC API select statement eliminating
// the need to remember to free handles and other generic arguments.
//
// Revision Log
//
// Date Pr
www.eeworm.com/read/100237/15879785
makefile
#
# (c) Copyright 1990 Conor P. Cahill (uunet!virtech!cpcahil).
# You may copy, distribute, and use this software as long as this
# copyright statement is not removed.
#
#
# This is the Makefile for
www.eeworm.com/read/100135/15883098
g test.g
/* C++ interface test of Parser Exception Handling
*
* Given input:
*
* if a+ then a=b+b;
*
* the program should respond with
*
* invalid conditional in 'if' statement
* found assignment t
www.eeworm.com/read/292191/8368162
cpp md2.cpp
// md2.cpp - modified by Wei Dai from Sun Microsystems's md2.c
/*
SKIP Source Code License Statement:
------------------------------------------------------------------
Copyright
Sun Micros