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

搜索资源列表

  1. socket-file-transfer 利用socket进行文件传输的服务器端程序和客户端程序

    1下载:
  2. linux/unix环境下利用socket进行文件传输的服务器端程序和客户端程序-linux/unix socket file transfer server client
  3. 所属分类:编程文档

    • 发布日期:2016-12-25
    • 文件大小:838656
    • 提供者:王亚磊
  1. NetworkusingJAVA

    0下载:
  2. 本文阐述了使用JAVA编程语言对基于客户/服务器模式的应用编写网络通信程序,讨论了SOCKET机制、输入输出流以及程序实现代码。-This paper describes the use of JAVA programming language based on client/server application procedures for the preparation of network communication, discussion SOCKET mechanism, input
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:5603
    • 提供者:小白
  1. cSharp-socket-mutiport-programming(1)

    0下载:
  2. 本文讲下C#使用socket实现多端口通信,挺不错哦,一起看下吧。 基本思路是: 1》服务端监听(用一个公用的端口接收连接的请求如:6666)。 2》客户机请求连接端口为6666 3》服务器接受请求然后再监听一个新的端口,再把这个端口发送给客户机。 4》客户机接到发来的端口,再重新连接服务器此端口。 5》服务器保存每一个连接的客户机。 -This article about C# using the socket und
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:16399
    • 提供者:于爱清
  1. communicatoon-based-on-SOCKET

    0下载:
  2. 基于IP传感器的监控软件能够对分布在网络上的作为独立节点的传感器进行数据采集、校准等操作,而在监控软件开发中,首先就要解决网络通信问题。本文以搭载了Linux操作系统的IP传感器(ARM核)作为下位机,在其上编程实现Socket通信的服务器端,提供Socket客户端的并发访问。以装有Windows的计算机作为上位机,在其 上编程实现Socket通信的客户端,实现对Socket服务器端的访问,解决了IP传感器网络监控平台的通信问题。 -The monitoring software based o
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:279486
    • 提供者:程文翔
  1. Sockets-notes

    0下载:
  2. Network Programming Topics in this section include: • What a socket is • What you can do with a socket • The difference between TCP/IP, UDP/IP and Multicast sockets • How servers and clients communicate over sockets &#
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:212905
    • 提供者:Artcore
  1. socket

    0下载:
  2. socket客户端和服务器,具有聊天,文件上传,下载的功能,文件上传、下载带有实时的进度条-socket client and server, chat, file upload and download function, file upload, download with real-time progress bar
  3. 所属分类:Communication

    • 发布日期:2017-11-27
    • 文件大小:15623
    • 提供者:赖兴辉
  1. TCP_client_ok

    0下载:
  2. 自己写的一个 简单的TCP发送端的SOCKET程序 写得很简单,只是实现了下SOCKET功能-a very simple SOCKET NETWORK program client port debug is ok
  3. 所属分类:Communication

    • 发布日期:2017-12-02
    • 文件大小:6013
    • 提供者:ljs
  1. unixprogramer

    0下载:
  2. 网络编程即编写通过计算机网络与其他程序进行通信的这类程序,相互通信的程序中一方称为客户程序,一方称为服务器程序,我们使用应用程序编程接口API来进行网络程序的编写,主要以两种方式来介绍UNIX下的SOCKET编程技术-Network programming that is written to communicate through a computer network and other programs such procedures, the party known as the clie
  3. 所属分类:Communication

    • 发布日期:2017-11-27
    • 文件大小:27972732
    • 提供者:曹磊
  1. socket

    0下载:
  2. socket客户端,与服务端,用于远程监控与数据传输- socket client service side programming Remote data transmission, TCP Client Serverip address, port number, data transmission and receptionCan be used for remote monitoring
  3. 所属分类:Communication

    • 发布日期:2017-11-16
    • 文件大小:51103
    • 提供者:马小琴
  1. 2

    0下载:
  2. 一个程序为服务端,建立UDP服务端套接字 另外一个程序为客户端,建立UDP客户端套接字 这两个新程序可以互联,完成一个基于TCP/IP网络的文本聊天程序.-A procedure for the server, a UDP server socket another program for the client, UDP client socket the two new program can be interconnected, complete a chat program of TC
  3. 所属分类:Communication

    • 发布日期:2017-11-08
    • 文件大小:4802
    • 提供者:王萍
  1. 3

    0下载:
  2. 一个程序为服务端,建立UDP服务端套接字。 另外一个程序为客户端,建立UDP客户端套接字。 这两个新程序可以互联,完成一个基于TCP/IP网络的文本聊天程序。-A procedure for the server, a UDP server socket.Another program for the client, UDP client socket.The two new program can be interconnected, complete a chat program t
  3. 所属分类:Communication

    • 发布日期:2017-11-08
    • 文件大小:5237
    • 提供者:王萍
  1. cSharp_scoket

    0下载:
  2. 建立远程连接,分为客户端和服务端,用到的是socket的知识-Establish a remote connection, is divided into client and server, the socket used is knowledge
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:49311
    • 提供者:笔墨
  1. socket--programming

    0下载:
  2. socket编程实现客户机与服务器间的通信-socket programming for communication between the client and the server
  3. 所属分类:Communication

    • 发布日期:2017-04-17
    • 文件大小:10961
    • 提供者:zhangqiaoling
  1. TipSendMessage

    0下载:
  2. socket客户端和服务器(局网),参考别人修改改进的-socket client and server (Office network), refer others to modify improvements
  3. 所属分类:Communication

    • 发布日期:2017-05-07
    • 文件大小:1147783
    • 提供者:walle
  1. Socket

    0下载:
  2. 主要是对网络通信中用到的套接字socket的用法讲解,可以实现服务器端与客户端实时通信-Mainly used in network traffic socket socket usage to explain, you can achieve real-time server and client communications
  3. 所属分类:Communication

    • 发布日期:2017-05-09
    • 文件大小:1784659
    • 提供者:zyq
  1. client-server-socket-using-java

    0下载:
  2. Socket programming using java
  3. 所属分类:Communication

    • 发布日期:2017-05-04
    • 文件大小:75993
    • 提供者:vas
搜珍网 www.dssz.com