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

搜索资源列表

  1. 套接字编程

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

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

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

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

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

    • 发布日期:2008-10-13
    • 文件大小:344.59kb
    • 提供者: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
    • 文件大小:43.94kb
    • 提供者:zeta
  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
    • 文件大小:31.91kb
    • 提供者:程拨
  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
    • 文件大小:1.53kb
    • 提供者:王镜然
  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
    • 文件大小:21.24kb
    • 提供者:李斌
  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
    • 文件大小:23.26kb
    • 提供者:李斌
  1. 套接字socket编程文档

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

    • 发布日期:2008-10-13
    • 文件大小:707.44kb
    • 提供者: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
    • 文件大小:10.01kb
    • 提供者:
  1. 同步套接字客户端程序

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

    • 发布日期:2008-10-13
    • 文件大小:9.51kb
    • 提供者:
  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
    • 文件大小:89.26kb
    • 提供者:黄显龙
  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
    • 文件大小:85.34kb
    • 提供者:panwu
  1. Socket

    0下载:
  2. 用C语言的并发套接字编程的典型例子,对于正在学习网络编程并且有一定基础的人 是不错的资料 里面还有相关的说明资料-Concurrent use of C language programming socket a typical example, are learning about network programming and have a certain person is the basis of the information there is also a good descr ip
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:114.45kb
    • 提供者:侯娜飞
  1. Socket通讯实例1

    0下载:
  2. 套接字通讯,tcp/ip协议,新手练习必备(Socket communication)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2017-12-17
    • 文件大小:52kb
    • 提供者:sudty
  1. socket

    0下载:
  2. qt开发界面中使用套接字,并加上自己的理解,经测试,可用。(Qt development interface using sockets, coupled with their own understanding, tested, available.)
  3. 所属分类:TCP/IP协议栈

  1. unix网络编程第一卷:套接字联网API

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

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

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

    • 发布日期:
    • 文件大小:1.34mb
    • 提供者: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
    • 文件大小:1kb
    • 提供者:大威大
  1. socket

    0下载:
  2. UDP多播、UDP广播,TCP等网络套接字(UDP multicast, broadcast, TCP and other network sockets)
  3. 所属分类:其他

« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com