CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - buffer

搜索资源列表

  1. TcpSocket.rar

    0下载:
  2. 基本的TCP应用源代码,包括设置非阻塞、设置超时、设置Socket Buffer等。,The TCP application of the basic source code, include the provision of non-blocking, set up overtime, set up, such as Socket Buffer.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-28
    • 文件大小:1841
    • 提供者:Michael Lee
  1. 同一个进程地址空间内执行的七个线程

    0下载:
  2. 本实验设计在同一个进程地址空间内执行的七个线程。三个生产者线程四个消费者线程。生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。生产者线程生产物品时,若无空缓冲区可用,生产者线程必须等待消费者线程释放出一个空缓冲区;消费者线程消费物品时,若无满的缓冲区,消费者线程将被阻塞,直到新的物品被生产出来。-The experimental design in the same process address space implementa
  3. 所属分类:Internet/网络编程

    • 发布日期:2017-03-24
    • 文件大小:2766
    • 提供者:吴起
  1. protobuf-csharp-port-2-3

    1下载:
  2. Protocol Buffers 是一种可用于通讯协议、数据存储等领域的语言无关、平台无关、可扩展的序列化结构数据格式. 这是CSharp源码-This is Google protocol buffer CSharp (C#) source code
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:2350938
    • 提供者:YC
  1. tcpiplistener

    0下载:
  2. Socket通訊System.IO Exception: Unable to read data from the transport connection: 遠端主機已強制關閉一個現存的連線。. ---> System.Net.Sockets.SocketException: 遠端主機已強制關閉一個現存的連線。 at System.Net.Sockets.Socket.BeginReceive(Byte[] buffer, Int32 offset, Int32 size, Soc
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-24
    • 文件大小:37243
    • 提供者:Aiking
  1. JSky

    0下载:
  2. JSkyv1.0汉化版,Web漏洞的网站安全综合检测工具 : SQL注入(SQL Injection ) 跨站脚本(XSS ) 不安全的对象引用(Unsecure object using ) 本地路径泄露(Local path disclosure ) 不安全的目录权限(Unsecure directory permissions ) 服务器漏洞如缓冲区溢出和配置错误(Server vulnerabilities like buffer overflow and configure err
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-21
    • 文件大小:6307470
    • 提供者:李大海
  1. over

    0下载:
  2. 《Q版黑客缓冲区溢出教程》源码 配合《Q版黑客缓冲区溢出教程.pdf》-《Q version buffer overflow hacking tutorial》 source
  3. 所属分类:Remote Control

    • 发布日期:2017-04-10
    • 文件大小:1983546
    • 提供者:郭嵩
  1. SharpPcap-3.0.0.bin

    0下载:
  2. SharpPcap 是一个.NET 环境下的网络包捕获框架,基于著名的 pcap/WinPcap 库开发。提供了捕获、注入、分析和构建的功能,适用于 C# 和 VB.NET 开发语言。-The purpose of SharpPcap is to provide a framework for capturing, injecting and analyzing network packets for .NET applications. The following list illustr
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-24
    • 文件大小:148401
    • 提供者:liuxing
  1. PPExplorer

    0下载:
  2. 基于IE的浏览器,在打开若干个页面后会造成缓冲溢出,但在许多方面有可取之处,若你发现我的错误请及时给我回信,不胜感激!-based on the IE browser, the open several pages will result in a buffer overflow, but in many ways has some merit, if you found out that my mistakes I please reply promptly to be grateful!
  3. 所属分类:Browser Client

    • 发布日期:2017-11-19
    • 文件大小:267430
    • 提供者:teazlemoon
  1. red1

    0下载:
  2. This a scr ipt for 3 TCP connections with a RED bottleneck buffer. Parameters are configured automatically-This a scr ipt for three TCP connections with a buffer RED bottleneck. Parameters are configured automatically
  3. 所属分类:Linux Network

    • 发布日期:2017-03-28
    • 文件大小:1499
    • 提供者:吕晓
  1. shortRed

    0下载:
  2. This a scr ipt for working with short TCP files with several source nodes, sharing a single bottleneck link with a RED buffer-This a scr ipt for working with short TCP source files with several nodes, sharing a single bottleneck link with a buffer RE
  3. 所属分类:Linux Network

    • 发布日期:2017-12-02
    • 文件大小:2267
    • 提供者:吕晓
  1. 20081015111532911ionio

    0下载:
  2. 使用JAVA I/O和 NI/O编写的两种网络ECHO服务器,用以学习两种IO的不同编程方法,体验基于阻塞与非阻塞IO开发高性能网络应用程序的具体实例.Java平台传统的I/0系统基于byte(字节)和Stream(数据流)。这种模式下的I/O 操作以字节为单位,以流的方式处理数据。而NIO( New I/O )以块的方式处理数据,它的系统操作面向Buffer(缓冲),Channel(通道)和Selector(选择器),不再是字节,这种模式利用了操作系统管理内存和文件的方式,并将一些耗时操作直接
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:2350
    • 提供者:郭为
  1. overflow

    0下载:
  2. 本代码演示了缓冲区溢出的攻击与防范,VC-This code demonstrates the buffer overflow attacks and to guard against, VC
  3. 所属分类:Firewall-Security

    • 发布日期:2017-03-23
    • 文件大小:14252
    • 提供者:zhang
  1. tinyproxy-1.4.0pre2.tar

    0下载:
  2. tinyproxy is a small, efficient HTTP proxy daemon. tinyproxy is very useful in a small network setting, where a larger proxy like Squid would either be too resource intensive, or a security risk. One of the key features of tinyproxy is the
  3. 所属分类:Proxy Server

    • 发布日期:2017-03-22
    • 文件大小:184237
    • 提供者:wzq
  1. 0day

    0下载:
  2. 看雪论坛上的缓冲区溢出入门讲座,适合初学者-Forum to see snow on the buffer overflow entry talks, for beginners
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-24
    • 文件大小:3579978
    • 提供者:dflower
  1. downloader0day

    0下载:
  2. MS Internet Explorer XML Parsing Buffer Overflow Exploit (vista) 0day 网马生成器
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-04-11
    • 文件大小:1555
    • 提供者:sfs
  1. BuffOverflowMT

    0下载:
  2. 当进入网络环境时,缓冲区溢出有时会发生,此程序会处理-When access to the network environment, buffer overflow will happen sometimes, this procedure can deal with!!!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:13658
    • 提供者:王新
  1. memcached-1.2.6

    0下载:
  2. 一个分布式缓冲服务器中间件源码 包括一种解决冲突的hash算法和数据管理、数据容错模块-A distributed server middleware source buffer, including a settlement of the conflict of hash algorithms and data management, data fault-tolerant module
  3. 所属分类:Linux Network

    • 发布日期:2017-03-23
    • 文件大小:224607
    • 提供者:王一
  1. TelnetMain

    0下载:
  2. TELNET 对远程主机进行TELNET.- CurrResult: String CmdInfos: TStringList CreateTime: TDateTime //登陆 function LoginHost(AsHostIp:string AsHostPort:integer AsUserId: string AsPassWord: string): string //发送命令
  3. 所属分类:Telnet Server

    • 发布日期:2017-04-01
    • 文件大小:220650
    • 提供者:陈笛
  1. nio

    0下载:
  2. Java NIO 源码适合初学者,里面包括通道和Buffer的基本适用,以及文件锁,和内存文件映射-The package contain source code concerned with Java NIO,
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-03
    • 文件大小:6561
    • 提供者:JF
  1. 10.1.1.46.1011

    0下载:
  2. 对文件缓冲区的改善,对缓冲区的部分作出了相应的解释。同时对网络缓冲区的解释。-The improvement of the buffer zone on the document, part of the buffer zone to the corresponding explanation. At the same time, the interpretation of the buffer zone on the network.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:161951
    • 提供者:葛军
« 1 23 4 5 6 7 »
搜珍网 www.dssz.com