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

搜索资源列表

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

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

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

    0下载:
  2. 一个类似QQ的网络聊天工具,采用Windows Socket编程,服务器与客户端采用了TCP/IP连接方式,在设计聊天方案时,实行将所有信息发往服务器端。-A similar network of QQ chat tool, using Windows Socket programming, server and client using TCP/IP connections, chat in the design of the program and implement all of the
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:11671
    • 提供者:郑飞
  1. FTPtutorial

    0下载:
  2. This tutorial shows you how to manage the socket C + + Builder Client / Server with TClientSocket and TServerSocket and How to Manage Events OnClientRead and the method for sending text
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:1196
    • 提供者:Becem
  1. Socket

    0下载:
  2. 实现局域网的聊天程序,通过服务器和客户端的TCP/IP协议传输实现-LAN chat program, through the server and the client TCP/IP protocol, to achieve
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:377611
    • 提供者:周意
  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. socket

    0下载:
  2. Android 簡易socket功能,有server與client的功能-Android socket
  3. 所属分类:software engineering

    • 发布日期:2017-11-19
    • 文件大小:671856
    • 提供者:bang
  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. CSharpTCP

    0下载:
  2. C#局域网内的tcp传输• 以目前流行的TCP/IP协议构成的互联网软件设计方法,实现网络传输实验设计。 • 掌握网络scoket套接字完成计算机通信过程,深入理解和掌握基于TCP/IP协议的网络通信以及网络客户机/服务器模型的结构概念,熟悉常用的Windows API函数的用法,利用C++或VB语言实现流式套接字的网络应用通信编程。 -C# tcp transmission • LAN to the Internet posed by the pop
  3. 所属分类:software engineering

    • 发布日期:2017-11-17
    • 文件大小:178677
    • 提供者:郭树军
  1. TCP-Socket

    0下载:
  2. 主要是实现客户端和服务端的通信,window下基于MFC的聊天通信,注释比较详细-Mainly to achieve client and server communications, window under MFC-based chat communications, more detailed notes
  3. 所属分类:software engineering

    • 发布日期:2017-05-30
    • 文件大小:12583681
    • 提供者:lisa
  1. zuqiujulb(qiyeban)

    0下载:
  2. 描述:在题目二的程序基础上,增加远程访问功能,采用客户端/服务器的方式,实现两种远程操作 高级搜索,在客户端上执行搜索,其搜索范围除了本地数据以外,也应该返回服务端的搜索结果; 球员买卖,客户端可以发起向服务端买入球员的请求,如果符合买卖条件,交易成功,该球员从服务端删除,进入客户端选定的俱乐部。 要求: 必须在题目二的代码基础上来修改; 必须使用Socket作为远程通信技术,可以使用更高层次的Socket封装类; 其他要求与题目二相同; 在题目要求基础上可以自行扩展
  3. 所属分类:software engineering

    • 发布日期:2017-05-28
    • 文件大小:10443861
    • 提供者:徐立
  1. Android-PC-socket

    0下载:
  2. android客户端与pc服务端通过Socket通信-pc android client and server communicate via Socket
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:16626
    • 提供者:张莹
  1. socket--programming

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

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

    0下载:
  2. linux环境下的基于socket通信的ftp系统服务器端和客户端的代码-code based on socket communication ftp server and client systems of linux environment
  3. 所属分类:Project Design

    • 发布日期:2017-04-16
    • 文件大小:15369
    • 提供者:zhouxing
  1. SocketTool2

    0下载:
  2. socket通讯工具 支持TCP/UDP-TCP/IP SOCKET UDP SERVER CLIENT GPRS NETWORK
  3. 所属分类:Software Testing

    • 发布日期:2017-05-09
    • 文件大小:1831741
    • 提供者:eewfwe
  1. socket

    0下载:
  2. linux下udp通信的技术资料,包括server和client端例程-udp socket
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:219960
    • 提供者:linzi
  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
« 12 »
搜珍网 www.dssz.com