代码搜索:Client1
找到约 212 项符合「Client1」的源代码
代码结果 212
www.eeworm.com/read/322210/3527058
mak client1.mak
# Microsoft Developer Studio Generated NMAKE File, Based on client1.dsp
!IF "$(CFG)" == ""
CFG=client1 - Win32 Debug
!MESSAGE No configuration specified. Defaulting to client1 - Win32 Debug.
!ENDI
www.eeworm.com/read/386105/2573672
java client1.java
import java.net.*;
import java.io.*;
public class Client1 extends Thread {
int threadNumber;
Socket s;
public Client1(int i, Socket socket) {
System.out.println(" 创建线程:" + i);
thr
www.eeworm.com/read/167606/9959363
h client1.h
// client1.h : main header file for the CLIENT1 application
////*************************************************************
/********************************************************/
#define SI
www.eeworm.com/read/382791/2625289
h client1.h
// client1.h : main header file for the CLIENT1 application
////*************************************************************
/********************************************************/
#define SI
www.eeworm.com/read/267735/4260816
h client1.h
// client1.h : main header file for the CLIENT1 application
////*************************************************************
/********************************************************/
#define SI
www.eeworm.com/read/167847/9950332
makefile
include ../Make.defines
PROGS = shmcreate shmunlink shmread shmwrite test1 test2 test3 \
client1 server1 client2 server2
all: ${PROGS}
client1: client1.o
${CC} ${CFLAGS} -o $@ client1.o ${LIBS}
www.eeworm.com/read/128880/14274021
makefile
include ../Make.defines
PROGS = shmcreate shmunlink shmread shmwrite test1 test2 test3 \
client1 server1 client2 server2
all: ${PROGS}
client1: client1.o
${CC} ${CFLAGS} -o $@ client1.o ${LIBS}
www.eeworm.com/read/216781/4888152
makefile
include ../Make.defines
PROGS = shmcreate shmunlink shmread shmwrite test1 test2 test3 \
client1 server1 client2 server2
all: ${PROGS}
client1: client1.o
${CC} ${CFLAGS} -o $@ client1.o
www.eeworm.com/read/198916/5080835
makefile
include ../Make.defines
PROGS = shmcreate shmunlink shmread shmwrite test1 test2 test3 \
client1 server1 client2 server2
all: ${PROGS}
client1: client1.o
${CC} ${CFLAGS} -o $@ client1.o