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

搜索资源列表

  1. 套接字编程

    0下载:
  2. E:\\C#\\套接字编程.rar-E : \\ C# \\ socket programming. Rar
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:9022
    • 提供者:
  1. win2k下用winsock原始套接字抓包

    0下载:
  2. win2k下用winsock原始套接字抓包,从事SOCKET编程-win2k using protocols of the original socket capturing Packet engaged Socket Programming
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:49779
    • 提供者:上康城
  1. Socket套接字—Java套接字编程(上1)

    0下载:
  2. Socket套接字—Java套接字编程(上1)-Socket-Java socket programming (on a)
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:352864
    • 提供者:YUE
  1. 同步套接字

    0下载:
  2. 这是c#的socket编程,同步套接字里面包括MTA和STA两个小程序。-This is the c # socket programming, including synchronization socket inside MTA and STA two small programs.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:44991
    • 提供者:zeta
  1. Linux套接字中的I_O测试程序

    0下载:
  2. Linux套接字中的I_O测试程序,我自己写的测试程序,有详细注释-Linux in the sleeve joint character I_O test order, I write the test order, has the detailed annotation
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:23746
    • 提供者:刘超
  1. 原始套接字_广播

    0下载:
  2. 利用原始套接字进行广播,可以修改原IP地址和目的IP地址,原端口和目的端口,运行环境,win2-use of the original broadcast socket, can amend the original IP address and destination address, the original purpose of ports and port, the environment, WIN2
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:32678
    • 提供者:程拨
  1. 用同步套接字生成服务器

    0下载:
  2. 文本中的示例程序创建一个接收来自客户端的连接请求的服务器。该服务器是用同步套接字生成的,因此在等待来自客户端的连接时不挂起服务器应用程序的执行。该应用程序接收来自客户端的字符串,在控制台显示该字符串,然后将该字符串回显到客户端。来自客户端的字符串必须包含字符串“<EOF>”,以发出表示消息结尾的信号。-version of the sample program to create a client from receiving a link to the server. The se
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1565
    • 提供者:王镜然
  1. 同步套接字监听

    0下载:
  2. 使用同步套接字服务器的主机解析、主机绑定、端口监听、数据传输和数据接收等功能来实现电脑之间的通讯图的左边显示了...本文使用了一个线程来接收用户的网络通讯信息和监听端口的服务。-use synchronization socket server host parsing mainframe bundled, port monitoring, data transmission and data reception capabilities to achieve communication be
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:21747
    • 提供者:李斌
  1. 异步套接字监听

    0下载:
  2. 服务端和客户端都必须建立通信套接字,而且服务端应先进入监听状态,然后客户端套接字发出连接请求,服务端收到请求后,建立另一个套接字进行通信,原来负责监听的套接字仍进行监听。-server and the client must have a communications socket, but the server should first enter the state eavesdropping, and then sent the client socket connection requ
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:23823
    • 提供者:李斌
  1. 套接字socket编程文档

    0下载:
  2. unix/linux套接字socket编程文档整理-unix / linux socket socket programming collate documents
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:724414
    • 提供者:jjaa
  1. 同步套接字服务器端

    0下载:
  2. 使用同步套接字服务器的主机解析、主机绑定、端口监听、数据传输和数据接收等功能来实现电脑之间的通讯图的左边显示了-use synchronization socket server host parsing mainframe bundled, port monitoring, data transmission and reception functions to achieve communication between the computer map on the left shows t
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:10252
    • 提供者:
  1. 同步套接字客户端程序

    0下载:
  2. 使用同步套接字服务器的主机解析、主机绑定、端口监听、数据传输和数据接收等功能-use synchronization socket server host parsing mainframe bundled, port monitoring, data transmission and reception functions
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:9739
    • 提供者:
  1. 套接字简单应用

    0下载:
  2. 一个简单的套接字编程程序,适合初学者模仿。里面有两个压缩包,先运行LX1,作为服务端,接着是LX2作为客户端-a simple socket programming, for beginners to imitate. There are two compressed, first running lens, as the server, followed by the client as LX2
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:91404
    • 提供者:黄显龙
  1. 用原始套接字实现网络监听的源代码

    0下载:
  2. 这是一款用Visual C++编写的,用原始套接字实现网络监听的源代码,运行环境为 VC。 -This is a Visual C prepared with raw socket network of eavesdropping source code, operating environment for the VC.
  3. 所属分类:通讯编程

    • 发布日期:2010-07-01
    • 文件大小:98953
    • 提供者:先生
  1. 聊天基本功能套接字实现

    0下载:
  2. “基本套接字实现基本聊天功能”,教学示例使用。-"basic socket basically chat," teaching practices in use.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:134534
    • 提供者:毛悠然
  1. 通过套接字获取本机协议信息

    0下载:
  2. 是vc平台上的控制台程序,通过套接字获取本机安装的各种协议信息。
  3. 所属分类:Internet/网络编程

    • 发布日期:2009-04-21
    • 文件大小:1873168
    • 提供者:edmumuju
  1. 套接字网络编程

    0下载:
  2. 套接字的一个小程序
  3. 所属分类:网络编程

    • 发布日期:2011-01-14
    • 文件大小:1948419
    • 提供者:supersky33
  1. unix网络编程第一卷:套接字联网API

    0下载:
  2. unix网络编程第一卷:套接字联网API,经典书籍(Unix network programming, Vol. 1: socket networking, API, classic books)
  3. 所属分类:网络编程

    • 发布日期:2017-12-22
    • 文件大小:28278784
    • 提供者:qingpangxi
  1. 在MQL中操作socket套接字,如何成为信号提供者

    0下载:
  2. MT4 客户端 在MQL中操作socket套接字,如何成为信号提供者(The MT4 client operates the socket socket in MQL and becomes the signal provider)
  3. 所属分类:其他

    • 发布日期:
    • 文件大小:1405952
    • 提供者:gang18
  1. tcp套接字

    0下载:
  2. tcp套接字 node.js 源代码示例 通信端口 客户端与服务端,实例为客户端接收服务端大小写转换(tcp socket Node.js source code example For example the client receives the server case conversion)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:1024
    • 提供者:大威大
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com