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

搜索资源列表

  1. door

    0下载:
  2. 一个VBS调用winsock控件写反向连接后门! 没有加入自启动代码!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:604
    • 提供者:解寒瑜
  1. winsock_sam

    0下载:
  2. Winsock的一些小例子,适合初学者 -Some small examples of winsock , suit to beginner
  3. 所属分类:ISAPI-IE

    • 发布日期:2017-11-15
    • 文件大小:380276
    • 提供者:站长
  1. globchat

    0下载:
  2. 使用Winsock编写用IPX协议客户/服务器模式的聊天的程序- Uses the Winsock compilation the procedure which chats with the IPX agreement customer/server pattern
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-10
    • 文件大小:69795
    • 提供者:站长
  1. iocp

    0下载:
  2. IOCP(I/O Completion Port)Winsock例子-IOCP(I/O Completion Port)Winsock example
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-09
    • 文件大小:23169
    • 提供者:站长
  1. winsockapi

    0下载:
  2. Winsock API高级编程调用大全-Winsock API call high-level programming Guinness
  3. 所属分类:Network Security

    • 发布日期:2017-11-22
    • 文件大小:162534
    • 提供者:站长
  1. CSocket

    0下载:
  2. Winsock API封装类(37KB)-Winsock API package category (37KB)
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-21
    • 文件大小:37212
    • 提供者:贾鹏
  1. SimpleTCP

    0下载:
  2. 通过Winsock API实现TCP聊天的程序,程序中集成了服务器端和客户端- Realized the procedure through Winsock API which TCP chatted, in the procedure integrated the server end and the customer end
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-22
    • 文件大小:31945
    • 提供者:吴刚
  1. hook_winsocket

    0下载:
  2. 如何跟踪WinSock中的通讯-tracking how the communications WinSock
  3. 所属分类:Hook api

    • 发布日期:2017-11-15
    • 文件大小:3886
    • 提供者:张jf
  1. WinSockysg

    0下载:
  2. winsock规范详解,初学网络者的宝贝.本人是多年前用的其版权归原作者所有-Detailed specification winsock, novice network s Baby. I used it many years ago belongs to original author
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-26
    • 文件大小:231466
    • 提供者:杨尚昆
  1. network2

    0下载:
  2. winsock 网络编程的例子 通过本例基本了解 winsock编程的基本步骤。-protocols of the network programming examples of the cases through basic understanding of basic protocols of programming steps.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-10
    • 文件大小:1240297
    • 提供者:奥运
  1. hookwinsocket

    0下载:
  2. 采用替换文件的方法截获WinSock中的函数调用-replacement document using the method WinSock intercepted the function call
  3. 所属分类:Hook api

    • 发布日期:2017-11-21
    • 文件大小:3886
    • 提供者:阳广元
  1. winsock

    0下载:
  2. 一个winsock的vc程序,很有参考价值-Vc of a winsock procedures, useful reference
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:2081
    • 提供者:jack
  1. winsock

    0下载:
  2. 一个vc得winsock编程,通过tcpid传输数据-A vc a winsock programming, through the transmission of data tcpid
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:20216
    • 提供者:wang
  1. winsock_example

    0下载:
  2. 一个winsock客户端和服务器端通信的好例子-A winsock client and server communications, a good example of
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-19
    • 文件大小:27575
    • 提供者:朱玲玉
  1. TestSendMail

    0下载:
  2. 源码主要的内容为用winsock实现了SMTP协议,根据源码我们可以构建出基于SMTP的电子邮件系统。-The main source of content for use winsock to achieve the SMTP protocol, according to a source we can construct SMTP-based e-mail system.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-11
    • 文件大小:54093
    • 提供者:刘璞
  1. winsockchat

    0下载:
  2. I ve done alot of hard work to bring you an easy way to use winsock in your applications. This code is well commented. Shows how to use SOCKETS, winsock2.h and alot of other stuff. Connect, Listen, Send Data, Get data etc. I created a class to make
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:12335
    • 提供者:
  1. WinSock

    0下载:
  2. 学习网络编程的Winsock 一些基本函数-Learning Network Winsock programming some of the basic function
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:78258
    • 提供者:chang
  1. Winsock-Client-Server

    0下载:
  2. client与server通信,server先bind(),listen(),然后client connect(),server accept().client send(),server recv(),然后cout-client and server communications, server before bind (), listen (), then client connect (), server accept (). client send (), server recv (),
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:9150
    • 提供者:liuliang
  1. ClentSever

    0下载:
  2. 使用winsock传输并显示图片的例,是VC的完整源程序-Use winsock picture transmission and display of cases, is the complete source code VC
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-03
    • 文件大小:89575
    • 提供者:
  1. WinsockTCP-UDP

    0下载:
  2. Delphi源码\\Winsock TCP-UDP.rar-Delphi source \ Winsock TCP-UDP.rar
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-24
    • 文件大小:235188
    • 提供者:mama
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com