代码搜索:ClientSocket
找到约 1,840 项符合「ClientSocket」的源代码
代码结果 1,840
www.eeworm.com/read/373625/9446309
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ScktComp, StdCtrls;
type
TMainForm = class(TForm)
Memo1: TMemo;
www.eeworm.com/read/177199/9465558
java e11_1c.java
import java.awt.*;
import java.awt.event.*;
import java.net.*;
import java.io.*;
public class E11_1c extends Frame implements ActionListener
{
Socket ClientSocket;
PrintStream os;
D
www.eeworm.com/read/372964/9484804
cpp wbqqchat.cpp
// wbQQChat.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "wbQQChat.h"
#include //CMutex
#include //CList
#define PORT (u_shor
www.eeworm.com/read/366745/9800345
htm 145.htm
Winsocket网络编程谈
Winsocket编程是非常复杂的,这令一般人望而生畏。但如果你想编写这样的程序,又不懂得相关知识,怎么办呢?Delphi的网络组件库中为我们提供了关于实现网络通信的组件,其中<mark>ClientSocket</mark>和ServerSocket组件使我们能够很方便地编写出自己的网络通信和资源共享程序。
...
www.eeworm.com/read/366745/9800749
htm 145.htm
Winsocket网络编程谈
Winsocket编程是非常复杂的,这令一般人望而生畏。但如果你想编写这样的程序,又不懂得相关知识,怎么办呢?Delphi的网络组件库中为我们提供了关于实现网络通信的组件,其中<mark>ClientSocket</mark>和ServerSocket组件使我们能够很方便地编写出自己的网络通信和资源共享程序。
...
www.eeworm.com/read/167186/9978359
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ScktComp;
type
TForm1 = class(TForm)
Edit1: TEdit;
Button1: T
www.eeworm.com/read/167186/9978439
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ScktComp;
type
TForm1 = class(TForm)
Edit1: TEdit;
Button1: T
www.eeworm.com/read/362517/9994228
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/361866/10031711
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/361866/10032891
txt java socket编程(三)-1.txt
作者:风之彩
email: zhonggb@163.net
日期:2001-6-29 14:50:58
服务器Sockets
服务器并不是主动地建立连接.相反地,他们是被动地监听一个客户端的连接请示然后给他们服务.服务器是由类ServerSocket来建立的.下面的程序建立了一个服务器端socket并把它绑定到80端口:
ServerSocket serverSocket = n