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

搜索资源列表

  1. FileTransmission

    0下载:
  2. 通过socket建立TCP的文件传输和UDP在线聊天服务,采用客户端服务器模式-Socket through the establishment of TCP and UDP file transfer online chat service, using client-server model
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-03
    • 文件大小:98722
    • 提供者:尼恩
  1. SocketExample

    0下载:
  2. Socket Example,客户端与服务器的TCP/IP数据通信-Socket Example, client and server TCP/IP data communication
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:89680
    • 提供者:李君
  1. linux_file_transfer

    0下载:
  2. Linux中利用socket透過server,兩個client端傳送與接收檔案,可在code中設定ip/port,為linux入門者參考code,有使用thread,故編譯時要加一條-lpthread-Socket through the use of Linux in the server, two client-side to send and receive files, can be set in the code in the ip/port, for the entry-linux
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:5020
    • 提供者:kusogray
  1. filesend

    0下载:
  2. 这是一个基于TCP/IP的网络文件传输程序,通过socket建立客户端和服务器端,传输文件-This is based on TCP/IP network file transfer program, through the establishment of socket client and server, transfer files
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-16
    • 文件大小:4541009
    • 提供者:fsa
  1. vmClientServerService

    0下载:
  2. socket服务器和客户端程序,具有很好的扩展性和灵活性 ,可以很方便地进行修改以适应你的程序。-It s about socket server and client .It s flexible and scalable and can be easily changed to adjust your application
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-06-11
    • 文件大小:18576118
    • 提供者:李云龙
  1. game24

    0下载:
  2. game 24 with c# is number go to +, -, *, /, sum is 24 have server and client connect by socket TCP. -game 24 with c# is number go to+,-,*, /, sum is 24 have server and client connect by socket TCP.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-25
    • 文件大小:85433
    • 提供者:pokamon
  1. Socket

    0下载:
  2. socket 发包工具 包括服务端和客户端-socket tool including the Server and client
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-28
    • 文件大小:230572
    • 提供者:刘大明
  1. Transfer

    0下载:
  2. 使用vc socket由server傳送檔案至client-vc socket and file transfer
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:43071
    • 提供者:angke92
  1. ECHO

    0下载:
  2. Windows Socket Echo 程序 包含服务器和客户端,多链接 dir get put 等功能-Windows Socket Echo program includes server and client, multi-link dir get put functions
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-28
    • 文件大小:24014
    • 提供者:roy
  1. lab102

    0下载:
  2. C/C++ TCP/UDP simple Client/Server combo ... great beginner example (actually used for networking college project). Shows how to use the C/C++ Networking API to bind on a socket and send/receive data across it from both the client and the server side
  3. 所属分类:TCP/IP Stack

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

    0下载:
  2. 程序主要是基于套接字(Socket)进行网络编程的,采用的是TCP协议,TCP协议是面向连接的且是全双工的,即两个主机上的进程(比如进程A、进程B),一旦建立好连接,那么数据就既可以由A流向B,也可以由B流向A。此程序采用的是完全点对点的模式进行连接,即每台主机即是服务器又是客户端,因为它需要进行端口的侦听,所以在连接的时候必须知道各主机的IP地址和端口号。有了对方的IP和端口后两主机就可以进行握手过程,确认连接成功后就可以进行网络对话了。-Program is mainly based on
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:123007
    • 提供者:ludwig
  1. daima

    0下载:
  2. client创建udp原始套接字,将数据存入buf中,进行网络的捕包,从中过滤识别出80端口的包,打印出五元组的信息。server端开启守护进程,接受前端发送的信息,并将其保存到文件中。-create udp raw socket client, the data stored in buf, make the network packet capture, filter identified 80 ports from which the package, print out the five
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-05
    • 文件大小:13967
    • 提供者:liuzheng
  1. socket

    0下载:
  2. Socket通信的实现,聊天程序例子,包括客户端和服务器段-Socket Communications to achieve, chat program examples, including the client and server segments
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-02
    • 文件大小:259310
    • 提供者:ls
  1. tcpclient1

    1下载:
  2. socket程序tcp客户端,可以和服务器端通信-tcp client socket program, and the server can communicate
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:2908
    • 提供者:zxj
  1. MessageRelaySystem

    0下载:
  2. socket编程,TCP中继服务器,c语言实现-TCP iterative client-server interaction using BSD socket interface in C programming language
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-04
    • 文件大小:6541
    • 提供者:za
  1. Server

    0下载:
  2. sample server socket code in c. the server takes an input from a client, and resend that data received back to the client.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-03
    • 文件大小:1252
    • 提供者:pghblkman
  1. UDP-Timer-server-and-client

    0下载:
  2. 基于UDP的socket编程,内附PPT和源代码,适合初学者研究学习-UDP Timer server and client
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-22
    • 文件大小:842130
    • 提供者:zwein
  1. TelePhoneBook

    0下载:
  2. 利用客户端服务器模式,实现远程联系人访问,利用socket实现-Use the client server mode, to realize the remote access contacts, use socket realized
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-28
    • 文件大小:11242023
    • 提供者:停留
  1. SOCKET_UDP1

    0下载:
  2. socket udp 编程! 客户端 ,服务端-socket udp client server!
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-21
    • 文件大小:6222121
    • 提供者:zhu
  1. socket-programming

    0下载:
  2. this file contains socket programming codes using Tcp(transmission control protocol). this file contains a simple Tcp server and Tcp client code, Tcp server handling Tcp client by creating child process using fork(), and Tcp server handling multipl
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:12151
    • 提供者:black
« 1 2 34 5 6 7 8 »
搜珍网 www.dssz.com