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

搜索资源列表

  1. 通讯时服务器和客户机端socket API通讯流程

    0下载:
  2. 通讯时服务器和客户机端socket API通讯流程
  3. 所属分类:编程文档

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

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

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

    0下载:
  2. linux socket编程很好的学习文档,其中有很多C代码例程-linux socket programming good study documents, there is one of a lot of C code routines
  3. 所属分类:Communication

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

    1下载:
  2. 是学习socket编程难得的pdf,udp,tcp编程必看-It is rare to learn socket programming pdf, udp, tcp programming see
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:137310
    • 提供者:susanner
  1. Socket

    0下载:
  2. winsock环境编程的描述以及相关代码的实现包含截图-winsock programming environment, a descr iption of the implementation code contains the screenshot
  3. 所属分类:Communication

    • 发布日期:2017-04-06
    • 文件大小:76001
    • 提供者:pengjun
  1. socket

    0下载:
  2. this code tells about socket programming -this code tells about socket programming ....................
  3. 所属分类:Communication

    • 发布日期:2017-04-14
    • 文件大小:3824
    • 提供者:hassanimran
  1. asdfsdf

    0下载:
  2. 给大家介绍种隐藏进 程新思路方法它仍然是以DLL形式存在(同样需要由其他可执行文件来加载)而且还具有无端口特性它就是使用了 Windows Socket 2新特性服务提供者接口(Service Provider Interface)SPI-To introduce the kinds of new ideas and methods which hide the process is still a DLL form (also required by the other executa
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:174337
    • 提供者:李志勇
  1. socketProgaramGuideBook

    0下载:
  2. socket编程原理,对socket讲述的比较透彻!-socket programming principle, comparison of the socket about thorough!
  3. 所属分类:Communication

    • 发布日期:2017-04-07
    • 文件大小:169375
    • 提供者:如月影
  1. asyn-socket-model

    0下载:
  2. 一步套接字模型,讲述了几种常用的套接字模型。想学网络编程的话,必看!-Step socket model, described several common socket model. Want to learn network programming, then, must see!
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:27755
    • 提供者:hzxie
  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. someWords

    0下载:
  2. SOCKET IM 通讯协议的 一份报告分析很有研究价值-SOCKET IM protocol, a report of great research value
  3. 所属分类:Communication

    • 发布日期:2017-05-08
    • 文件大小:1926190
    • 提供者:蒲武
  1. Http-and-Socket-difference

    0下载:
  2. 主要介绍了http协议和socket通信机制的区别,对学习socket的学生能加深对其机制的理解。-Focuses on the http protocol and the difference between socket communication mechanism, to learn its socket students to deepen understanding of the mechanisms.
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:5302
    • 提供者:家英
  1. Raw-socket

    0下载:
  2. Raw Socket programe Guide
  3. 所属分类:Communication

    • 发布日期:2017-05-10
    • 文件大小:2156847
    • 提供者:richardz
  1. socket-accept

    0下载:
  2. Socket下的accept使用说明及介绍 -Socket accept
  3. 所属分类:Communication

    • 发布日期:2017-03-26
    • 文件大小:1051
    • 提供者:李飞
  1. socket-connect

    0下载:
  2. Socket下的connect使用说明及介绍-Socket connect
  3. 所属分类:Communication

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

    0下载:
  2. Socket 使用范例,比较详细,对新手很有用-SOCKET exception
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:9280
    • 提供者:李飞
  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-example

    0下载:
  2. socket简单例子,包含客户端与服务器,讲解多线程与阻塞的问题-very good~~~
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:14214
    • 提供者:cheng
  1. Socket

    0下载:
  2. Socket通讯资料,在网络中传送数据使用的文档,可以参考哦-Socket communication information document used in the network to transmit data, you can refer!
  3. 所属分类:Communication

    • 发布日期:2017-04-13
    • 文件大小:1577
    • 提供者:王振国
  1. C_-Socket-communications

    0下载:
  2. 网络套接字(Socket)是基于TCP/IP协议的程序实现协议。实际上,我们所有的网络编 程都是基于Socket而实现的。 -The network socket (Socket) is to achieve an agreement based on the TCP/IP protocol procedures. In fact, all of our network programming are achieved based on Socket.
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:10983
    • 提供者:zhoushuqing
« 12 3 4 5 6 »
搜珍网 www.dssz.com