代码搜索:ClientSocket
找到约 1,840 项符合「ClientSocket」的源代码
代码结果 1,840
www.eeworm.com/read/420155/10813261
cpp ctsserverdlg.cpp
// CTSServerDlg.cpp : implementation file
//
#include
#include "stdafx.h"
#include "CTSServer.h"
#include "CTSServerDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
s
www.eeworm.com/read/271686/10984593
txt java socket编程(三)-1.txt
作者:风之彩
email: zhonggb@163.net
日期:2001-6-29 14:50:58
服务器Sockets
服务器并不是主动地建立连接.相反地,他们是被动地监听一个客户端的连接请示然后给他们服务.服务器是由类ServerSocket来建立的.下面的程序建立了一个服务器端socket并把它绑定到80端口:
ServerSocket serverSocket = n
www.eeworm.com/read/451789/7455542
pas u_client.pas
unit U_Client;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ScktComp, StdCtrls, ExtCtrls;
type
TF_Client = class(TForm)
Pan
www.eeworm.com/read/451789/7455546
~pas u_client.~pas
unit U_Client;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ScktComp, StdCtrls, ExtCtrls;
type
TF_Client = class(TForm)
Pan
www.eeworm.com/read/296923/8070924
txt java socket编程(三)-1.txt
作者:风之彩
email: zhonggb@163.net
日期:2001-6-29 14:50:58
服务器Sockets
服务器并不是主动地建立连接.相反地,他们是被动地监听一个客户端的连接请示然后给他们服务.服务器是由类ServerSocket来建立的.下面的程序建立了一个服务器端socket并把它绑定到80端口:
ServerSocket serverSocket = n
www.eeworm.com/read/245113/12819780
txt java socket编程(三)-1.txt
作者:风之彩
email: zhonggb@163.net
日期:2001-6-29 14:50:58
服务器Sockets
服务器并不是主动地建立连接.相反地,他们是被动地监听一个客户端的连接请示然后给他们服务.服务器是由类ServerSocket来建立的.下面的程序建立了一个服务器端socket并把它绑定到80端口:
ServerSocket serverSocket = n
www.eeworm.com/read/242031/13098607
cpp client.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "Unit1.h"
#include "iostream.h"
#include "io.h"
#include "time.h"
#in
www.eeworm.com/read/138595/13229816
txt java socket编程(三)-1.txt
作者:风之彩
email: zhonggb@163.net
日期:2001-6-29 14:50:58
服务器Sockets
服务器并不是主动地建立连接.相反地,他们是被动地监听一个客户端的连接请示然后给他们服务.服务器是由类ServerSocket来建立的.下面的程序建立了一个服务器端socket并把它绑定到80端口:
ServerSocket serverSocket = n
www.eeworm.com/read/239299/13290545
java assocket.java
/**
* AS服务器
*/
package src;
import java.io.*;
import java.net.*;
import java.security.*;
public class ASSocket {
byte[] ID_TGS, TS_TGS, lifetime, ticket_TGS;
private Socket clientSock
www.eeworm.com/read/317630/13500560
htm 145.htm
Winsocket网络编程谈
Winsocket编程是非常复杂的,这令一般人望而生畏。但如果你想编写这样的程序,又不懂得相关知识,怎么办呢?Delphi的网络组件库中为我们提供了关于实现网络通信的组件,其中<mark>ClientSocket</mark>和ServerSocket组件使我们能够很方便地编写出自己的网络通信和资源共享程序。
...