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

搜索资源列表

  1. socket

    0下载:
  2. linux下面实现的socket网络编程。可以实现多客户端联机server的功能。-linux following the realization of the socket network programming. Can be achieved online multi-client server functionality.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:14740
    • 提供者:孙帮山
  1. socket

    0下载:
  2. linux 里面的socket完好封装。 把基本的客户端和服务器端写成了函数,方便调用。-socket inside the well-linux package. The basic client and server written in a function to facilitate the call.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-01
    • 文件大小:999
    • 提供者:songzi
  1. LinuxSocketUDP

    0下载:
  2. LINUX Socket Client UPD and LINUX Socket Server UPD
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:3758
    • 提供者:hwwl
  1. Socket

    0下载:
  2. delphi开发的一款用于服务器和客户端远程通信的程序,可以嵌入其他程序中使用-delphi for the development of a remote server and client communication procedures, other procedures can be embedded in the use of
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-01
    • 文件大小:306199
    • 提供者:葛欣
  1. ChatRoom(client)

    0下载:
  2. 用VC socket 实现聊天室的客户端-VC socket used to achieve Chat client
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:46297
    • 提供者:jingyangw
  1. socket

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

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

    0下载:
  2. 实现服务器端与客户端的相互通信,开发环境是Visual C-The realization of server-side and client to communicate with each other, development environment is Visual C
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:21233
    • 提供者:19860704
  1. Client

    0下载:
  2. Socket client简单的socket开发使用-Socket client to develop the use of simple socket
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:1104
    • 提供者:霍贵超
  1. Socket

    0下载:
  2. C#语言编写,socket网络编程(tcp协议编写),含客户端,服务端,界面华丽,.net平台-C# Languages, socket network programming (tcp protocol preparation), including client, server, interface gorgeous,. Net platform
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-28
    • 文件大小:41667
    • 提供者:庞妍
  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. 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. FTPClient

    0下载:
  2. 用socket写的FTP的客户端。是学习window网络基本编程的实现的一个小的考试小下载程序。-Socket write with FTP client. Window to learn basic programming networks to achieve a small test small download.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:77157
    • 提供者:luoxin
  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. socket

    0下载:
  2. 比较简单的利用套接字linux下的客服端和服务器例子-Relatively simple to use under linux socket client and server examples of customer service
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:12685
    • 提供者:wuqian
  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. transferfiles

    0下载:
  2. socket编程文件传输实例,分为服务端和客户端两块-socket file transfer programming examples, divided into server and client 2
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:69899
    • 提供者:owen
  1. Java_Http_Client

    0下载:
  2. 这是用JAVA的SOCKET类实现的HTTP CLIENT的代码。通过它可以让原来很头疼的事情现在轻松的解决,例如你不再管是HTTP或者HTTPS的通讯方式,告诉它你想使用HTTPS方式,剩下的事情交给httpclient替你完成。-This is the SOCKET with JAVA class implements the HTTP CLIENT code. It allows the original adoption of a headache now things easy sol
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-08
    • 文件大小:1578447
    • 提供者:魏汝垚
  1. socket

    0下载:
  2. 简单的socket编程。里面有客户端&服务器端程序。请大家下载使用-Simple socket programming. There are client
  3. 所属分类:Communication

    • 发布日期:2017-04-15
    • 文件大小:5384
    • 提供者:sjt
  1. udpSample

    0下载:
  2. Sample UDP Socket Client/Server For Java version
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:1882
    • 提供者:aliase
  1. client

    0下载:
  2. linux 环境下的socket编程客户端-linux environment client socket programming
  3. 所属分类:Linux Network

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