代码搜索:socket 开发教程
找到约 10,000 项符合「socket 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/133648/14032195
java multijabberserver.java
//: c15:MultiJabberServer.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// A server that uses multithreading
// to handle a
www.eeworm.com/read/133648/14032245
java multijabberclient.java
//: c15:MultiJabberClient.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Client that tests the MultiJabberServer
// by sta
www.eeworm.com/read/235155/14083446
c net.c
#include "net.h"
/*Take a service name, and a service type, and return a port number. If the
service name is not found, it tries it as a decimal number. The number
returned is byte orde
www.eeworm.com/read/201821/15395016
java timeclient.java
import java.net.*;
import java.io.*;
public class TimeClient{
int port=13; //端口号
String host="localhost"; //服务器地址
Socket socket; //客户端套接字
public TimeClient(){
try{
socket=new Soc
www.eeworm.com/read/201443/15408491
java inputprocessor.java
import java.awt.Robot;
import java.io.ObjectInputStream;
import java.net.Socket;
public class InputProcessor implements Runnable{
private Socket socket;
private ObjectInputStream in
www.eeworm.com/read/201256/15411943
java objectclienttest.java
package c09;
import java.net.*;
import java.io.*;
class MyObj implements Serializable {
private static final long serialVersionUID = 1L;
String s;
public MyObj() {
this.s = "Hell
www.eeworm.com/read/112541/15483214
cpp peersocket.cpp
// PeerSocket.cpp: implementation of the PeerSocket.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "GlobalHead.h"
#include "PeerSocket.h
www.eeworm.com/read/112541/15483338
cpp peersocket.cpp
// PeerSocket.cpp: implementation of the PeerSocket.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "PeerSocket.h"
////////////////////