CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - socket client server

搜索资源列表

  1. ClientSock

    0下载:
  2. socket 编程,服务器端程序,测试与客户端的连接,接收数据。-socket programming, server-side procedures, testing and client connectivity and receive data.
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:41919
    • 提供者:甘莉
  1. timeserver1115.tar

    0下载:
  2. 时间同步客户端,基于SOCKET编程,服务端运行与WINDOWS下.前面已上传.-time synchronization client, based on Socket Programming, server running under Windows with. previous uploaded.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:12237
    • 提供者:孙刚
  1. java实现服务器和客户机通讯的的方法

    0下载:
  2. 本文介绍一种用Java的Socket和ServerSocket实现服务器和客户机通讯的的方法。原理是在服务器端建立ServerSocket端口并监听,接收到客户端的连接请求时建立Socket,得到Socket的输入输出流。在客户端新建Socket并获得输入输出流。服务器和客户端的输入输出流建立后使用writeLine()和println()方法彼此发送和接收数据。为提高代码效率,建立两个类clientAgent和serverAgent。 -This article introduces a
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:6027
    • 提供者:郑描中
  1. Socket文件传输

    0下载:
  2. 1服务端接收文件,客户端发送文件。 2 每个Socket连接同时只能够传输一个文件。 3 可同时发送网络消息 -receive a document server, a client sends documents. Socket two each while only link to a document transmission. 3 can also send news network
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:62169
    • 提供者:冰火
  1. tcp-ipayixidailv

    0下载:
  2. 一个简单的TCP客户端程序流程 1、使用WSAStartup()初始化WinSock库。 2、使用socket()创建一个IPPROTO_TCP SOCKET。 3、使用gethostbyname()/gethostbyaddr()获取主机信息。 4、使用connect()和我们创建的套接字连接服务器。 5、使用send()/recv()发送和接收数据,直到我们的TCP会话结束。 6、使用closesocket()关闭套接字连接。 7、使用WSACleanup()释放
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:5096
    • 提供者:顾谦
  1. linux-socket-func

    0下载:
  2. linux下socket的相关函数以及互相之间调用的关系,及有详细的服务器和client的例子说明如何调用!-socket under the cross-correlation function of the relationship between the call and a detailed server and client examples to illustrate how the call!
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:6689
    • 提供者:222
  1. SynSocket

    0下载:
  2. 一套同步套接字程序,分为同步套接字客户端和服务器端。功能比较简单-synchronization socket set procedures, divided into synchronization socket client and server side. Relatively simple function
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:15117
    • 提供者:任福新
  1. linux-socket

    0下载:
  2. linux下网络编程,客户端和服务器端通信程序-Network programming, client and server communications procedures
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2015
    • 提供者:邱天
  1. socked

    0下载:
  2. 同步套接字客户端与同步套接字服务端 用C#编写的 实现了最基本的功能-synchronization socket client and server synchronization socket C# prepared by the realization of the most basic functions
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:17156
    • 提供者:冰水杯馨
  1. socket_example

    0下载:
  2. 一个简单实用的socket编程例子。server端与client端进行通信的简单实例。-a simple and practical example of the socket programming. With the client-server communication-a simple example.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:15494
    • 提供者:Henry Xu
  1. srverandclinet

    0下载:
  2. C/S,一个使用Socket的Server,Client通信程序. -C / S, to use a Socket Server and Client Communication Program.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:106964
    • 提供者:曹文博
  1. networkfish

    1下载:
  2. 是一个客户/服务器程序,运行较复杂 此运用了Java语言的多线程、异常处理、画图、Socket技术、网络传输中的组播等-is a client / server program, the more complicated this operation using the Java language, multithread Exception handling, drawing, Socket technology, network transmission of Multicasting
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:95368
    • 提供者:小马
  1. Program_for_socket

    0下载:
  2. 一个简单的Socket服务器程序 这个服务器程序只是简单的接受客户方传送的字符串,然后显示它们。 从一个简单的Socket客户机发送消息:-a simple socket server this procedure is a simple server client side of the transmission string and then display them. From a simple Socket client send messages :
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1309
    • 提供者:木易
  1. ClicetServer

    0下载:
  2. 用Socket实现客户和服务器交互的典型C/S结构的演示程序.欢迎使用.-Socket client and server interaction typical C / S structure of the demonstration program. Welcome.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:2081
    • 提供者:lei
  1. socket(chlientandserver)

    1下载:
  2. 一个用JAVA实现的socket通信,包含服务器端和客户端。-JAVA with a socket communications, including server and the client.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:4899
    • 提供者:sunny
  1. wssf

    1下载:
  2. JICQ是用JAVA语言编写的一个基于客户机/服务器(C/S)模式的局域短信实时通信工具系统,系统采用了Microsoft公司的SQL Server 2000作为后台数据库,系统通过JDBC访问数据库。系统分为服务器程序和客户程序两部分,服务器与客户间采用“传输控制协议”(TCP),通过套接字(Socket)连接,客户之间采用“用户数据报协议”(UDP),通过数据报套接字(DatagramSocket)建立连接。系统具有用户注册、用户登录、添加好友、删除好友、发送和接收消息等功能。-JICQ J
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:54733
    • 提供者:乔峰
  1. MultiCastFrame

    0下载:
  2. 套接字,多播程序,JAVA环境,CLIENT和SERVER使用此相同文件编译,用图形界面.-socket, multicast procedures, JAVA environment, CLIENT SERVER and use the same document compiled using a graphical interface.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:2225
    • 提供者:eric
  1. tut-bingo

    0下载:
  2. A client/server application that implements the game of BINGO. This example broadcasts information via a multicast socket, builds its GUI with Swing components, uses multiple synchronous threads, and communicates with RMI.
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:38471
    • 提供者:刘波
  1. TCP Web Server

    1下载:
  2. 模拟TCP协议建立一个web服务器,通过把数据装入TCP套接字,可以向客户端发送.html, .jpg, .jif等格式的文件。-simulated TCP establish a web server, data loading TCP socket, can be sent to the client. Html. Jpg,. Jif format documents.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:8444
    • 提供者:木头
  1. Socket转发工具_Oracle

    0下载:
  2. 实现Oracle客户端和Oracle服务器中间转发的Java源代码.*注:使Window下Oracle数据和侦听端口共享,需要在注册HOME0表中加USE_SHARED_SOCKET=TRUE即可-Oracle client and the Oracle server transmitted among Java source code .* Note : Window to enable Oracle data and the interception of port sharing, the
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:14113
    • 提供者:钱海兵
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 ... 50 »
搜珍网 www.dssz.com