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

搜索资源列表

  1. tcp_socket 采用c++编程,通过socket方式

    0下载:
  2. 采用c++编程,通过socket方式,基于tcp连接的简单通信,很实用,能实现socket具有的基本功能。-The c++ programming, through the socket way, based on TCP connection simple communication, is very practical, can realize the basic function of socket has.
  3. 所属分类:Internet/网络编程

    • 发布日期:2017-05-20
    • 文件大小:5918074
    • 提供者:王小菲
  1. CSocket.rar

    1下载:
  2. socket套接字通信,TCP/IP协议,对网络编程很有用的。支持下哈!,socket socket communication, TCP/IP protocol, network programming very useful. The support of Kazakhstan!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:87389
    • 提供者:panwu
  1. Client.rar

    0下载:
  2. linux socket通信客户端例程 实现与服务器的通信,linux socket communication routines to achieve the client and server communications
  3. 所属分类:Linux Network

    • 发布日期:2017-03-23
    • 文件大小:7646
    • 提供者:王康
  1. thrdPlatIntUtil.nio.rar

    0下载:
  2. java写socket通信工具,自己在07/08年写的用在一个项目中。拿出来供各位参考、学习用。,java Writing socket communication tools, their own Writing at 07/08 years of use in a project. Out for your reference, study with.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:59152
    • 提供者:chengan
  1. Winscock.rar

    0下载:
  2. WIN SOCKET 的使用方法。Socket 通信,WIN SOCKET use. Socket Communications
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:184561
    • 提供者:任梁
  1. java-socket

    0下载:
  2. 用java实现的套接口编程类。实现服务器-客户机的通信。-Implemented using java socket programming class. Achieve server- client communication.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-22
    • 文件大小:11555
    • 提供者:wjl
  1. cs.rar

    1下载:
  2. VC++ socket 客户端与服务器端通信,VC++ socket client and server-side communications
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-15
    • 文件大小:3848702
    • 提供者:ze
  1. ARQ.rar

    0下载:
  2. 无线网络通信实验 实现ARQ协议的仿真,有仿真图和代码。调试通过可运行。,Experimental realization of a wireless network communication ARQ protocol simulation, there are simulation plans and code. Debugger can be run through.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:1442523
    • 提供者:武昊
  1. JinChengTongXun.zip

    0下载:
  2. 包含几个用不同方式(共享内存、socket、FIFO、消息队列等)实现进程通信的小程序,包含详细注释,足以解释各种方式进程通信的实现原理和编程方法,Contains a number of different ways (shared memory, socket, FIFO, message queue, etc.) to achieve the process of the small communications program, including detailed notes, are
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:10656
    • 提供者:Rain
  1. android-socket

    0下载:
  2. android socket通信源代码 已经本人运行验证-android socket communication, I run the source code has been verified
  3. 所属分类:Java Develop

    • 发布日期:2016-01-26
    • 文件大小:461824
    • 提供者:颜翔
  1. socket

    0下载:
  2. android手机和电脑socket通信-android pc socket
  3. 所属分类:android

    • 发布日期:2017-03-31
    • 文件大小:42920
    • 提供者:cai
  1. Scoket

    0下载:
  2. java实现服务端,c#实现客户端,通过socket通信。使用的send和receive都是UTF8格式的。-implement the service-side java, c# implement the client, through socket communication. Send and receive is used in UTF8 format.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-27
    • 文件大小:44706
    • 提供者:
  1. SocketTCP

    1下载:
  2. 网络通信源码(基础)含TCPUDP调试助手工具 socket,TCP学习-Network traffic source (base) socket with TCPUDP debugging assistant tool to learn
  3. 所属分类:WinSock-NDIS

    • 发布日期:2016-01-25
    • 文件大小:601088
    • 提供者:hejinbiao
  1. Socket

    0下载:
  2. H.264格式视频数据的通信代码,对搞H.264开发的人很有用。-H.264 format video data communication code, the development of H.264 who engage in very useful.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-04
    • 文件大小:2969
    • 提供者:雷子
  1. realmsg-4

    0下载:
  2. 本人写的实现类似于MSN的即时通信软件,基于linux socket编程,有完整的客户端,服务器端代码 实现好友管理,线程池,文件传输,简单音频传输等功能,经过修改可用于嵌入式环境-I write to achieve similar to the MSN instant messaging software, based on linux socket programming, a complete client, server-side code to achieve the fr
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-15
    • 文件大小:3944419
    • 提供者:xc
  1. VPN

    4下载:
  2. 设计和实现一个简单的虚拟专用网络的机制(VPN).使用socket编程实现了ip的伪装和虚拟专用网络的建立。运行环境linux,内含源代码、配置文件以及使用说明。是学习socket编程和网络通信的好东西。-Design and implementation of a simple mechanism for virtual private network (VPN). Use the ip socket programming camouflage and virtual private net
  3. 所属分类:Linux Network

    • 发布日期:2016-06-09
    • 文件大小:9673
    • 提供者:
  1. socket

    0下载:
  2. 基于Socket的即时通信系统针,对client/server(客户端/服务器)模式的应用以及实现某些特殊的协议的应用,它的通讯过程是基于TCP/IP协议中传输层接口Socket实现的-Real-time communication system based on Socket pin, on the client/server (client/server) mode of application of the agreement and the achievement of certain
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:11009
    • 提供者:shangyong
  1. Audiocommunication

    0下载:
  2. 音频通信,传输通过套接字(Socket)实现,音频采集和回放通过WaveOut实现-Audio communication, transmission through the socket (socket) to achieve, audio capture and playback achieved through waveout
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:197793
    • 提供者:chen amon
  1. TCPServer

    0下载:
  2. JAVA实现的TCP通信协议的服务器端源码,请与客户端一起运行。源码所在的包需要修改成自己的项目所在的包。-JAVA implementation of TCP communication protocol server-side source code, please run together with the client. Need to modify the source where the package into your project where the package.
  3. 所属分类:Ajax

    • 发布日期:2017-03-22
    • 文件大小:1411
    • 提供者:
  1. qtsocket

    0下载:
  2. qt socket通信,服务器端为虚拟机里的linux系统的C++程序,客户端为开发板上的qt 代码,实现socket通信,以及将接受到的数据,显示在屏幕上-qt socket communications, server-side virtual machine inside linux system, C++ program, the client code for the development board qt achieve socket communication, and to r
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:31670
    • 提供者:sophia
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com