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

搜索资源列表

  1. socket

    0下载:
  2. 一个简单的socket程序,有客户端,服务端,可以简单了解网络是怎样通讯的!-Socket a simple procedure, there is client, server, simple to understand how network communications!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-15
    • 文件大小:63382
    • 提供者:jackie
  1. socket

    0下载:
  2. TCP/IP网络通讯,包括客户端和服务端-TCP/IP network communications, including client and server
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:57478
    • 提供者:xgc
  1. socket-windows-linux

    0下载:
  2. windows 与linux下的socket编程,实现客户端与服务器端的通信-linux under windows with socket programming, to achieve client and server-side communications
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:33791
    • 提供者:spring
  1. aspPageInfo

    0下载:
  2. socket编程,一个是服务器,一个作为客户端,服务器端可以给客户端发送图片,适合初学者-socket programming, one is the server as a client, server-side to the client can send a picture, suitable for beginners
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:21635
    • 提供者:zhangliang
  1. Client

    0下载:
  2. 第一步:用指定的端口号和服务器的ip建立一个EndPoint对像; 第二步:建立一个Socket对像; 第三步:用socket对像的Connect()方法以上面建立的EndPoint对像做为参数,向服务器发出连接请求; 第四步:如果连接成功,就用socket对像的Send()方法向服务器发送信息; 第五步:用socket对像的Receive()方法接受服务器发来的信息 第六步:通信结束后一定记得关闭socket; -Step one: us
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:5697
    • 提供者:zhou
  1. Socket-chat

    0下载:
  2. 用VC++实现的聊天小程序,包括客户端和服务器端的代码两部分.适合初学网络编程者学习和使用!-With VC++ Achieved chat small procedures, including client and server-side code in two parts. Suited to network programming from beginner to learn and use!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-11
    • 文件大小:216714
    • 提供者:陈小荣
  1. cs

    0下载:
  2. 用VC++实现简单的socket客户服务器通信编程,-With VC++ Simple socket client-server communication programming,
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-12
    • 文件大小:7808
    • 提供者:赵均华
  1. socket

    0下载:
  2. 基于VC6.0的socket方面的编程,服务器端和客户端通讯-VC6.0 side of the socket-based programming, server-side and client communications
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:237185
    • 提供者:zeng
  1. socket

    0下载:
  2. windows socket 编程 这是一个客户端和服务器的源代码-windows socket programming This is a client and server source code
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-14
    • 文件大小:3058
    • 提供者:tacho
  1. Client

    0下载:
  2. 基于网络通信的客户端的程序设计,Socket编程,与服务器可以实现数据的接收和发送-Web-based communications client programming, Socket programming, implementation and the server can receive and send data
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-19
    • 文件大小:5328412
    • 提供者:海涛
  1. Server

    0下载:
  2. 基于网络通信的服务器端的程序设计,Socket编程,可以与客户机实现数据的发送和接收-Web-based communications server-side programming, Socket programming, you can achieve with the client to send and receive data
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-19
    • 文件大小:5336674
    • 提供者:海涛
  1. java_chatroom

    0下载:
  2. 基于JAVA SOCKET的聊天示例,采用APPLET设计聊天页面。分为客户端,服务器端。-JAVA SOCKET chat-based sample, using APPLET Designed chat page. Divided into client, server-side.
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-14
    • 文件大小:3750
    • 提供者:shiyanjin
  1. socket

    0下载:
  2. TCP 客户端和服务器端,非常的简单,适合初学者搞清楚TCP的原理-TCP client and server-side, very easy for beginners to figure out the principles of TCP
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-24
    • 文件大小:13313
    • 提供者:lala
  1. serverAndClient

    0下载:
  2. 模拟最简易的聊天窗口界面,服务器和客户端程序,基于socket编程,窗口之间可相互通信-Analog most simple chat window interface, server and client program, based on socket programming to communicate with each other between the window
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-14
    • 文件大小:3605
    • 提供者:pujing
  1. socket

    0下载:
  2. linux环境下实现客户端与服务器端通信.-linux environment and achieve the client server-side communication.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:1409
    • 提供者:张春晓
  1. socket

    0下载:
  2. 局域网即时通信,已实现客户端和服务器聊天基本功能!-LAN instant messaging has client and server implementation the basic functions of chatting!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-26
    • 文件大小:13874
    • 提供者:李建鹤
  1. client-server

    0下载:
  2. C-S通信的server端程序,linux环境gcc编译通过,实现了简单的文本传输,读懂即可了解整个socket通信的流程,绝对原创,希望大家能支持。-CS communications server-side procedures, linux environment through the gcc compiler, the realization of a simple transfer of text, read to understand the whole process socke
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:1069
    • 提供者:黄珺
  1. Socket_Programming

    0下载:
  2. socket programming program server client application on sockets
  3. 所属分类:Browser Client

    • 发布日期:2017-04-28
    • 文件大小:44121
    • 提供者:samar
  1. SocketCorba

    0下载:
  2. Code to transmit socket trought objects (client & server)
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-06
    • 文件大小:44801
    • 提供者:Adan
  1. WSFileTransfer_src

    0下载:
  2. Socket 文件传输,实现了文件传输的基本类功能。-This is a program which has implemented Winsock 2.0- has a utility class WComm which has very simple methods to create client/server program as well as File Transfer Utility.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:18274
    • 提供者:王伟
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com