代码搜索:sql server
找到约 10,000 项符合「sql server」的源代码
代码结果 10,000
www.eeworm.com/read/416830/2106697
cc server.cc
#include
#ifdef HAVE_ANSI_CPLUSPLUS_HEADERS
#include
#else
#include
#endif
#include
#include
#include "hello.h"
GtkWidget *entry;
CORBA
www.eeworm.com/read/416830/2106703
cc server.cc
#include
#include
#include
#include "hello.h"
// Implementation of the Hello class //////////////////
QLabel* h;
CApp* app;
class Hello_impl
: virtual publ
www.eeworm.com/read/416830/2106802
cc server.cc
//
// Test for etherealize/incarnate
//
#include "hello.h"
#ifdef HAVE_ANSI_CPLUSPLUS_HEADERS
#include
#else // HAVE_ANSI_CPLUSPLUS_HEADERS
#include
#endif // HAVE_ANSI_CPLUSPLU
www.eeworm.com/read/416830/2106808
cc server.cc
//
// Test for etherealize/incarnate
//
#include "hello.h"
#ifdef HAVE_ANSI_CPLUSPLUS_HEADERS
#include
#else // HAVE_ANSI_CPLUSPLUS_HEADERS
#include
#endif // HAVE_ANSI_CPLUSPLU
www.eeworm.com/read/416830/2106822
cc server.cc
#include "bench.h"
#include
#include
CORBA::ORB_ptr orb = NULL;
CORBA::Boolean finished = FALSE;
MICOMT::Mutex mutex;
MICOMT::CondVar cond(&mutex);
class bench_impl : public vir
www.eeworm.com/read/416830/2106826
cc server.cc
#include "bench.h"
#include
#include
CORBA::ORB_ptr __orb = NULL;
CORBA::Boolean finished = FALSE;
class bench_impl : public virtual POA_bench {
public:
void perform()
{}
www.eeworm.com/read/416830/2106830
udp-server
#!/bin/sh
ADDR=inet-dgram:localhost:7788
./server -ORBIIOPAddr $ADDR $@ > ref
www.eeworm.com/read/416830/2106845
cc server.cc
#include "bench.h"
#include
#include
using namespace std;
CORBA::ORB_ptr orb = NULL;
class bench_impl
: public virtual POA_bench
{
public:
void
perform()
{}
www.eeworm.com/read/416830/2106849
tcp-server
#!/bin/sh
ADDR=inet:localhost:7788
./server -ORBIIOPAddr $ADDR $@ > ref
www.eeworm.com/read/416830/2106850
unix-server
#!/bin/sh
ADDR=unix:/tmp/mico-pipe
./server -ORBIIOPAddr $ADDR $@ > ref