代码搜索:sql server
找到约 10,000 项符合「sql server」的源代码
代码结果 10,000
www.eeworm.com/read/247212/4484278
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/247212/4484284
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/247212/4484335
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/247212/4484341
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/247212/4484355
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/247212/4484359
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/247212/4484363
udp-server
#!/bin/sh
ADDR=inet-dgram:localhost:7788
./server -ORBIIOPAddr $ADDR $@ > ref
www.eeworm.com/read/247212/4484378
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/247212/4484382
tcp-server
#!/bin/sh
ADDR=inet:localhost:7788
./server -ORBIIOPAddr $ADDR $@ > ref
www.eeworm.com/read/247212/4484383
unix-server
#!/bin/sh
ADDR=unix:/tmp/mico-pipe
./server -ORBIIOPAddr $ADDR $@ > ref