代码搜索:sql server

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

代码结果 10,000
www.eeworm.com/read/229128/14351936

plg server.plg

Build Log --------------------Configuration: Server - Win32 Debug-------------------- Command Lines Creating command line "rc.exe /l 0x804 /fo"
www.eeworm.com/read/228773/14364151

c server.c

#include "client.h" #include int main() { int server_fifo_fd, client_fifo_fd; struct data_to_pass_st my_data; int read_res; char client_fifo[256]; char *tmp_char_ptr;
www.eeworm.com/read/228773/14364174

c server.c

// Some global variables, a prototype for process_command and a signal catcher to ensure // a clean exit. #include #include #include #include #include
www.eeworm.com/read/126945/14393227

exe server.exe

www.eeworm.com/read/126945/14393229

asm server.asm

;*********************************** ;文件:Server.asm * ;功能:演示线程的使用的Socket编程 * ; ——服务器端 * ;*********************************** .386p .model flat,stdcall in
www.eeworm.com/read/228292/14393708

o server.o

www.eeworm.com/read/228292/14393723

h server.h

/* $Header: /home/cvs/wavplay/server.h,v 1.1.1.1 1999/11/21 19:50:56 wwg Exp $ * Warren W. Gay VE3WWG Wed Feb 26 21:58:08 1997 * * SERVER.C HEADER FILE: * * * X LessTif WAV Play : * * Copy
www.eeworm.com/read/228292/14393734

c server.c

/* $Header: /home/cvs/wavplay/server.c,v 1.2 1999/12/04 00:01:20 wwg Exp $ * Warren W. Gay VE3WWG Tue Feb 25 21:46:16 1997 * * SERVER MODE FUNCTIONS: * * X LessTif WAV Play : * * Copyright
www.eeworm.com/read/126819/14400651

java server.java

// 程序:简单的连线服务器端 // 范例文件:Server.java import java.io.*; import java.net.*; public class Server { public static void main(String args[]) { try { ServerSocket S =
www.eeworm.com/read/126819/14400675

class server.class