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

搜索资源列表

  1. win32openssl

    0下载:
  2. OpenSSL 是一个强大的安全套接字层密码库,囊括主要的密码算法、常用的密钥和证书封装管理功能及SSL协议,并提供丰富的应用程序供测试或其它目的使用。-OpenSSL is a powerful security socket layer password , include key and certificate password algorithm, the main common package management function and the SSL protocol, and
  3. 所属分类:CA program

    • 发布日期:2017-06-11
    • 文件大小:18179284
    • 提供者:wang
  1. coclient

    0下载:
  2. 套接字客户机,Windows下网络编程的规范-Windows Sockets是Windows下得到广泛应用的、开放的、支持多种协议的网络编程接口-the socket of client
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:311143
    • 提供者:dhy
  1. SOCKET-data-transfer

    0下载:
  2. 基于windows系统的提供的标准套接字完成基于TCP协议或UDP协议方式的文件数据传输,不得使用其他任何形式封装的套接字类-Windows system provides standards-based sockets TCP protocol or UDP protocol to complete file-based data transmission mode, not use any other form of encapsulation socket classes
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-07
    • 文件大小:1249135
    • 提供者:zhao
  1. Linux-internet

    0下载:
  2. 网络编程相关资料,套接字介绍及应用,进程间通信,网络协议-Network programming related information, socket is introduced and its application, inter-process communication, network protocol
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-11
    • 文件大小:2070728
    • 提供者:叶祥吉
  1. W7100A

    0下载:
  2. 带IP核的单片机W7100A的底层驱动代码,一些基础网络通信协议,包括套接字等。-With IP core of single chip microcomputer W7100A underlying driver code, some basic network communication protocols, including socket, etc.
  3. 所属分类:SCM

    • 发布日期:2017-05-01
    • 文件大小:26739
    • 提供者:hudemin
  1. openssl-0.9.8zg

    0下载:
  2. OpenSSL 是一个强大的安全套接字层密码库,囊括主要的密码算法、常用的密钥和证书封装管理功能及SSL协议,并提供丰富的应用程序供测试或其它目的使用。-OpenSSL is a powerful Secure Sockets Layer code library, include major cryptographic algorithms, key and certificate common package management functions and SSL protocols an
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-16
    • 文件大小:3826891
    • 提供者:郑漾
  1. src

    0下载:
  2. a.确定本机的IP和端口,socket只有与某一IP和端口绑定,才能发挥其功能。 b.确定通讯协议:TCP 或 UDP。 编程步骤: a.建立一个套接字 b.绑定本机的IP和端口 c.如果是TCP,因为是面向连接的,要利用Listen()方法来监听网络上是否有人给自己发东西 如果是UDP,因为是无连接的,所以来者不拒。 d.TCP情况下,如果监听到一个连接,就可以使用accept来接收这个连接,然后就可以利用Send/Receive来执行操作了。而UDP,则不需要acce
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-14
    • 文件大小:3126
    • 提供者:刘洋
  1. SampleSocket

    0下载:
  2. Linux下TCP\UDP套接字编程,包括TCP三次握手协议、UDP广播、单播等-TCP\UDP Socket programs,including TCP three handshakes protocol and UDP broadcast
  3. 所属分类:Linux Network

    • 发布日期:2017-04-30
    • 文件大小:87340
    • 提供者:tang
  1. zhizhen_neihequdong

    0下载:
  2. 套接字连接网络协议块,传输层接口,网络接口由struct inet_proto定义。-Network Protocol socket connection block, transport layer interface, a network interface is defined by a struct inet_proto.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1175
    • 提供者:程青青
  1. SMTP

    0下载:
  2. 邮件客户端。实现发送一般邮件,并实现了伪造发件人地址等信息的邮件的方法。利用MFC Windows套接字,构造SMTP协议。-Mail client. Realize sending regular mail, e-mail messages and realized forged sender address, etc. methods. Use MFC Windows Sockets, SMTP protocol configuration.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-28
    • 文件大小:10896289
    • 提供者:YQH
  1. proxy

    0下载:
  2. 通信代理服务端程序,基于DDP协议,socket套接字,对数据进行解包,将解析后的数据存入mongodb数据库中-Communication agent program, based on DDP protocol, socket socket, unpack the data, the data is parsed into the mongodb
  3. 所属分类:Proxy Server

    • 发布日期:2017-05-27
    • 文件大小:10132418
    • 提供者:shawn
  1. client-server

    1下载:
  2. 多协议文件传输c/s网络应用设计与实现,程序用 TCP/UDP 两个协议模拟多协议服务器。首先服务器端要将两种协议的套接字创建好,并且监听 TCP 端口的连接。必要时使用select函数来进行多连接处理和非阻塞处理。而客户端直接可以按照发送的地址和端口号来进行通讯。 首先要运行服务器端,服务器会监听 TCP 端口。然后运行客户端,根据事先设定好的 IP和端口,就可以进行连接传输数据了。 程序实现的关键步骤: 以TCP协议为例 服务器端: 1.创建套接字;2.绑定端口;3.进
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-15
    • 文件大小:22675296
    • 提供者:大酱
  1. TCP

    0下载:
  2. tcp/ip协议,广播,socket套接字等基本运用,适合初学者。-tcp/ip protocol, broadcast, socket sockets and other basic use, for beginners.
  3. 所属分类:Linux Network

    • 发布日期:2017-05-08
    • 文件大小:77468
    • 提供者:罗工
  1. FTP.tar

    0下载:
  2. 概要设计:基于TCP/IP可靠的点对点传输协议,通过网络编程实现服务器和客户端的数据传输。 详细设计: 首先建立SOCKET套接字,绑定端口号和相应的IP,客户端首先向服务器发送GET filename,服务器收到这个命令后解析filename并遍历相应的目录并与之匹配,若没有找到则打印错误信息,如果找到则把相应的文件发送给客户端。 若客户端向服务器发送LIST命令,服务器收到命令后遍历自己的目录并输出目录名发送到客户端,客户端接受到之后并打印输出到终端。-this is
  3. 所属分类:Linux Network

    • 发布日期:2017-05-04
    • 文件大小:8650
    • 提供者:姚松柏
  1. RawSocketCap

    0下载:
  2. 基于原始套接字的主要数据分析代码,仅供参考。包括IP、UDP等协议。-a good reference sourecode for parse serveral kind of portocol packets ,such ethernet ip and udp
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-05
    • 文件大小:114256
    • 提供者:秦赵真
  1. openssl-0.9.8k.tar

    0下载:
  2. openssl安装包 VC环境下编译OpenSSL OpenSSL 是一个安全套接字层密码库,囊括主要的密码算法、常用的密钥和证书封装管理功能及SSL协议,并提供丰富的应用程序供测试或其它目的使用。 OpenSSL被曝出现严重安全漏洞后,发现多数通过SSL协议加密的网站使用名为OpenSSL的开源软件包。OpenSSL漏洞不仅影响以https开头的网站,黑客还可利用此漏洞直接对个人电脑发起“心脏出血”(Heartbleed)攻击。据分析,Windows上有大量软件使用了存在漏洞的OpenSSL
  3. 所属分类:Windows编程

    • 发布日期:2017-12-17
    • 文件大小:3851264
    • 提供者:苏狗
  1. server

    0下载:
  2. 使用TCP/IP协议的应用程序通常采用应用编程接口:UNIX BSD的套接字(socket)和UNIX System V的TLI(已经被淘汰),来实现网络进程之间的通信。就目前而言,几乎所有的应用程序都是采用socket,而现在又是网络时代,网络中进程通信是无处不在,这就是我为什么说“一切皆socket”。(Applications that use the TCP/IP protocol usually use the application programming interface: U
  3. 所属分类:网络编程

    • 发布日期:2017-12-20
    • 文件大小:1024
    • 提供者:dannyPf
  1. W5200E01-M3_Firmware_polling_v1.7

    0下载:
  2. w5200 模块驱动,支持ADSL连接(有PPPoE协议以及PAP/CHAP授权模式) 同时支持8个独立套接字的工作 内部32K字节的发送、接收缓存 支持掉电模式 支持LAN上的“唤醒”(The w5200 module driver supports the ADSL connection (with the PPPoE protocol and the PAP/CHAP authorization mode) Supports 8 separate sockets simultan
  3. 所属分类:单片机开发

    • 发布日期:2017-12-20
    • 文件大小:556032
    • 提供者:海浪前
  1. openssl-1.0.2g

    0下载:
  2. OpenSSL 是一个安全套接字层密码库,囊括主要的密码算法、常用的密钥和证书封装管理功能及SSL协议,并提供丰富的应用程序供测试或其它目的使用(The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and
  3. 所属分类:书籍源码

    • 发布日期:2017-12-21
    • 文件大小:78502912
    • 提供者:七月上
  1. openssl-master

    0下载:
  2. OpenSSL 是一个安全套接字层密码库,囊括主要的密码算法、常用的密钥和证书封装管理功能及SSL协议(OpenSSL is a secure socket layer password library, including many cryptographic algorithms, common key and certificate encapsulation managementand SSL protocol)
  3. 所属分类:加密解密

« 1 2 ... 5 6 7 8 9 1011 »
搜珍网 www.dssz.com