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

搜索资源列表

  1. Socket

    0下载:
  2. 基于Socket的聊天程序,包括客户端与服务端-Socket-based chat program, including client and server
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-24
    • 文件大小:83225
    • 提供者:francis
  1. Socket

    0下载:
  2. BCB Socket制作的简易聊天程序 Server: Project1.bpr Project1.cpp Project1.exe Project1.obj Project1.res Project1.tds Unit1.cpp Unit1.ddp Unit1.dfm Unit1.h Unit1.obj Unit1.~cpp Unit1.~ddp Unit1.~dfm Unit1.~h Client: Proj
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-10
    • 文件大小:1424644
    • 提供者:曹星
  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. socket

    0下载:
  2. 基于socket编写的聊天小程序,分服务器端和客户端-Socket-based chat small procedures at the server and client
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:7291
    • 提供者:吕俊涛
  1. Socket

    0下载:
  2. Winsock写的局域网聊天程序,一个服务器端,一个客户端-Winsock write LAN chat program, a server, a client
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-03
    • 文件大小:15100914
    • 提供者:zz
  1. client-server

    0下载:
  2. 用socket实现客户端服务器上传下载传输文件-use socket download file
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:3502
    • 提供者:冯幸子
  1. socket

    0下载:
  2. 这是一个Socket通信的小程序,实现了服务器和客户端的消息发送和接收-This is a program about socket communication,which can achieve the function of sending and receiving messages between server and client.
  3. 所属分类:android

    • 发布日期:2017-05-07
    • 文件大小:1496150
    • 提供者:周东旭
  1. socket

    0下载:
  2. 一个简单的服务器端和客户端的通信,它是在linux系统下写的,代码比较简单,可以容易地理解linux下TCP通信原理。-A simple communication server and client, it is written in the linux system, the code is relatively simple and can be easily understood TCP communication theory under linux.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-25
    • 文件大小:8911
    • 提供者:李瑞东
  1. Client

    0下载:
  2. Client size for receiving data and testing server side socket program applications
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:542
    • 提供者:Yordan
  1. Windows-Socket

    0下载:
  2. 计算机网络实验一,基于Windows Socket编程,设计并实现一个简单的聊天系统,包括客户端及服务器端。-Experiment a computer network based on Windows Socket programming, design and implement a simple chat system, including client and server side.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-18
    • 文件大小:4651204
    • 提供者:gaoyuan
  1. Socket

    0下载:
  2. 基于TCP协议的Socket编程,分为服务端和客户端,包括用户名注册,登陆,上传文件,判断文件格式是否为.txt,搜索文件,注销等功能,并且还有一部分利用UDP协议实现ping功能-Socket programming based on TCP protocol, divided into server and client, including user name registration, login, upload files to determine whether the file f
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-12
    • 文件大小:2821350
    • 提供者:程功
  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

    1下载:
  2. delphi中Socket客户端和服务端使用的简单例子-delphi Socket Client and Server Demo
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:380034
    • 提供者:ck
  1. socket

    1下载:
  2. QT中网络编程实现,完整支持UDP、TCP server和TCP client,可以用作常规通信的界面工具;-QT in network programming, full support for UDP, TCP server and TCP client, the interface can be used as a routine tool of communication
  3. 所属分类:Linux Network

    • 发布日期:2017-05-10
    • 文件大小:2208238
    • 提供者:黑心棉
  1. cPP-socket(tcp)

    0下载:
  2. TCPIP通讯,含有一个客户端和服务器端,C++,以通过VC6.0编译-TCPIP communications, containing a client and server side, C++, VC6.0 compiler through
  3. 所属分类:Com Port

    • 发布日期:2017-04-14
    • 文件大小:5574
    • 提供者:裘君燕
  1. C-Sharp-socket-communication

    0下载:
  2. C#的socket通信程序,包括socke客户端和服务端,多线程,文件传输功能等-C# socket communication procedures, including socke client and server, multi-threaded, file transfer functions, etc.
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:243027
    • 提供者:半山一叟
  1. socket-non-bloquante

    0下载:
  2. Hello, here is an example non-blocking client that connects to an IP address and a PORT taken into argument. Not need a server to notice that not fashion blocking, the error is displayed Operation now in progress and in blocking mode, error
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:1312
    • 提供者:mohammed
  1. chat-socket

    0下载:
  2. 这是一个聊天室例程,分为服务器程序和客户端是,服务器先运行,客户连接到服务器运行的计算机的IP即可。-This is a chat room routine, divided into server and client, the server first run, the client IP to connect to a server running computer.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-24
    • 文件大小:99609
    • 提供者:jackson_mm
  1. socket

    0下载:
  2. socket网络编程实现文件从服务器端到客户端的传输-socket network programming files from the server to the client s transmission
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:1259
    • 提供者:yangguang
  1. socket

    0下载:
  2. 在linux下使用socket编译,实现client调试用服务器的端的函数,实现了一个小型的COM架构,可以很好的适用于跨进程函数调用-Use socket compiled under linux, achieve client debugging server-side function to achieve a small COM architecture, can be well applied to cross-process function calls
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-14
    • 文件大小:5608
    • 提供者:liguochen
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com