代码搜索:ClientSocket
找到约 1,840 项符合「ClientSocket」的源代码
代码结果 1,840
www.eeworm.com/read/177731/9435004
txt readme.txt
========================================================================
MICROSOFT FOUNDATION CLASS LIBRARY : ClientSocket
====================================================================
www.eeworm.com/read/317645/13500313
c mbtcp.c
#include "include/mcuapi.h"
void *MBTCP(void * tmp)
{
int retval = 109;
unsigned char MBTCP_Type = HIBYTE(MyFlashBuff[ModbusTCP]);
switch(MBTCP_Type)
{
case 1:
MBTCP_Server();
break;
case 2:
www.eeworm.com/read/466400/7034679
java tcpclient.java
import java.net.*;
import java.io.*;
import java.util.*;
public class TCPClient{
public static final int SERVICE_PORT = 8000;
public static final int SIZE = 1;
public static void ma
www.eeworm.com/read/118804/6093896
java serverconnection.java
/***********************************************************************
* Copyright (c) 2000-2004 The Apache Software Foundation. *
* All rights reserved.
www.eeworm.com/read/490269/6453368
java tcpclient.java
import java.net.*;
import java.io.*;
import java.util.*;
public class TCPClient{
public static final int SERVICE_PORT = 8000;
public static final int SIZE = 1;
public static void
www.eeworm.com/read/346774/11723607
java chatserver.java
///////////////////////////////////////////////////
// Java Programming Course, job-1
// Date: 2008/3/31
///////////////////////////////////////////////////
import java.io.*;
import java.net.*;
www.eeworm.com/read/120959/14781203
java abstractclient.java
// This file contains material supporting section 3.7 of the textbook:
// "Object Oriented Software Engineering" and is issued under the open-source
// license found at www.lloseng.com
package ocsf;
www.eeworm.com/read/120959/14781207
java connectiontoclient.java
// This file contains material supporting section 3.8 of the textbook:
// "Object Oriented Software Engineering" and is issued under the open-source
// license found at www.lloseng.com
package ocsf.s
www.eeworm.com/read/211737/15175038
cpp contact.cpp
//Contacts
#include "stdafx.h"
#include "Netmsg.h"
#include "NetSocket.h"
#include "Contact.h"
#include "ContactView.h"
#include "Ipclass.h"
#include "FileSend.h"
#include "ConversationThrea
www.eeworm.com/read/391245/8414311
cpp server.cpp
#include
#include
#include
#include
#include
#include
#include
#include
#include