虫虫首页|资源下载|资源专辑|精品软件
登录|注册

Raw

  • hping 是一个运行在Linux,FreeBSD,NetBSD, OpenBSD, Solaris, MacOs X 命令行方式下的TCP/IP包分析器。它类似于unix命令下的ping命令

    hping 是一个运行在Linux,FreeBSD,NetBSD, OpenBSD, Solaris, MacOs X 命令行方式下的TCP/IP包分析器。它类似于unix命令下的ping命令,但是hping它不能发送ICMP响应请求。它支持TCP, UDP, ICMP和Raw-IP 协议。它可以运行在跟踪模式,在一个隐蔽的通道内发送文件等各种功能。

    标签: FreeBSD OpenBSD Solaris NetBSD

    上传时间: 2014-01-18

    上传用户:lhc9102

  • Overview In this chapter I introduce Borland C++Builder (BCB) and explain what it is about. I also d

    Overview In this chapter I introduce Borland C++Builder (BCB) and explain what it is about. I also devote considerable time to explaining the purpose of this book and the philosophy behind my approach to technical writing. Technical subjects covered in this chapter include Creating a simple Multimedia RAD program that plays movies, WAV files, and MIDI files. Shutting down the BCB RAD programming tools and writing Raw Windows API code instead. Creating components dynamically on the heap at runtime. Setting up event handlers (closures) dynamically at runtime. A brief introduction to using exceptions. This topic is covered in more depth in Chapter 5, "Exceptions." A brief introduction to ANSI strings. This subject is covered in more depth in Chapter 3, "C++Builder and the VCL." Using the online help. Greping through the include and source files that come with the product and with this book.

    标签: introduce Overview Borland Builder

    上传时间: 2014-01-04

    上传用户:小鹏

  • Bing is a point-to-point bandwidth measurement tool (hence the b ), based on ping. Bing determines t

    Bing is a point-to-point bandwidth measurement tool (hence the b ), based on ping. Bing determines the real (Raw, as opposed to available or average) throughput on a link by measuring ICMP echo requests roundtrip times for different packet sizes for each end of the link

    标签: Bing point-to-point measurement determines

    上传时间: 2015-09-15

    上传用户:lgnf

  • WinHex v12.8 sr-6 汉化版『一个很不错的16进制文件编辑』 WinHex是一个专门用来对付各种日常紧急情况的小工具。它可以用来检查和修复各种文件、恢复删除文件、硬盘损坏造成的数据丢失

    WinHex v12.8 sr-6 汉化版『一个很不错的16进制文件编辑』 WinHex是一个专门用来对付各种日常紧急情况的小工具。它可以用来检查和修复各种文件、恢复删除文件、硬盘损坏造成的数据丢失等。同时它还可以让你看到其他程序隐藏起来的文件和数据。总体来说是一款非常不错的 16 进制编辑器。得到 ZDNetSoftwareLibrary 五星级最高评价,拥有强大的系统效用。 12.8 sr-2更新内容: * 现在可以在容器根层递归探索证据对象概况,在基于动态填充设置上,可以在一个方便的平面视图中列出所有子目录中的所有文件。 * X-Ways Forensics 现在可以在内部重新汇编硬件 RAID5 系统到级别 0,并且支持奇偶校验。 * 如果一个 RAID 系统添加到一个容器作为证据对象,当名称或位置改变时现在可以很容易替换 RAID 系统的一部分。 * 一些在 RAM 编辑器中被隐藏的进程现在能够列出。 * 现在可以间接填充证据文件内容。 * 可以选取报告表中某几列到容器报名中。(查看容器属性) * 更进一步改进文件路径太长的兼容性。 * 修正 12.7 版本自动检测物理磁盘 Raw 映象为单独的分区映象。 * 几个其它局部改进和错误修正 * 针对 UFS 在线提供不同的模板。

    标签: WinHex 12.8 sr 汉化版

    上传时间: 2013-12-25

    上传用户:13160677563

  • 使用汇编语言编写

    使用汇编语言编写,将一个文件以忽略文件系统的Raw格式存入磁盘中。这意味着除了使用这个程 序,他人没有办法读取你的文件。对机密文件的保存非常有效!

    标签: 汇编语言 编写

    上传时间: 2014-01-11

    上传用户:baitouyu

  • MATLAB implementation of SPIHT (without Arithmatic coding stage). % Performance evaluation : this

    MATLAB implementation of SPIHT (without Arithmatic coding stage). % Performance evaluation : this toolbox VS. SPIHT % Test image: lena512.Raw % bpp SPIHT(dB) This code(dB) % 0.1000 29.8107 29.3202 % 0.2000 32.7202 32.2514 % 0.3000 34.5479 34.0331 % 0.4000 35.8422 35.4857 % 0.5000 36.8623 36.5939 % 0.6000 37.6650 37.3759 % 0.7000 38.2581 38.0491 % 0.8000 38.9390 38.7058 % 0.9000 39.5218 39.3437

    标签: implementation Performance Arithmatic evaluation

    上传时间: 2013-12-08

    上传用户:huannan88

  • The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you

    The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you can move through our containers using standard STL iterators and if you insert(), erase() or replace() records in our containers changes can be automatically committed to the database for you. The library s compliance with the STL iterator and container standards means you can plug our abstractions into a wide variety of STL algorithms for data storage, searching and manipulation. In addition, the C++ reflection mechanism used by our library to bind to database tables allows us to add generic indexing and lookup properties to our containers with no special code required from the end-user. Because our code takes full advantage of the template mechanism, it adds minimal overhead compared with using Raw ODBC calls to access a database.

    标签: recordsets container library ODBC

    上传时间: 2015-10-11

    上传用户:xlcky

  • 1. 对给定语料估计其基音周期。 要求用MATLAB语言实现有关基音检测算法

    1. 对给定语料估计其基音周期。 要求用MATLAB语言实现有关基音检测算法,并给出检测结果。2. 实验语料:aoYiSheng.Raw 发音:“茅以升”;时长0.9s;采样率:8kHz;量化精度为16bits/sample;数据格式 LSB,MSB分析帧长:20ms(160样点)总帧数:45

    标签: MATLAB 基音 周期 语言

    上传时间: 2014-12-01

    上传用户:z754970244

  • 为了方便网络编程

    为了方便网络编程,90年代初,由Microsoft联合了其他几家公司共同制定了一套WINDOWS下的网络编程接口,即Windows Sockets规范,它不是一种网络协议,而是一套开放的、支持多种协议的Windows下的网络编程接口。本篇论文主要是介绍了在TCP/IP基础上利用winsock2对网卡进行编程,以达到网络流量监测的目的。论文首先介绍了TCP/IP协议,旨在介绍IP,TCP,UDP等比较重要的协议。主要是介绍IP头,TCP头,UDP头的特点,以便从IP头中可以获取源地址,目的地址,协议类型等信息。在随后的章节中提出了Socket的概念,Socket实际上提供了一个通信端口使所有拥有Socket的端口的计算机之间能够相互通信,在本论文中主要说明了socket的建立,监听和撤销的过程。具体到程序实现中,对网卡混杂模式的设置是通过原始套接字(Raw socket)来实现的。为了让原始套接字能接受所有的数据,还需要通过将SOCK_Raw设置成SIO_RCVALL。对数据包的获取通过recv()函数来完成。最后要完成的工作就是对所捕获的IP数据包进行分析以提取出我们所需要的信息。在论文的最后是旨在说明进一步工作的展开. 关键词:网络流量测量 TCP/IP协议 WINSOCK编程

    标签: 网络编程

    上传时间: 2013-12-13

    上传用户:windwolf2000

  • The Engineering Vibration Toolbox is a set of educational programs written in Octave by Joseph C.

    The Engineering Vibration Toolbox is a set of educational programs written in Octave by Joseph C. Slater. Also included are a number of help files, demonstration examples, and data files containing Raw experimental data. The codes include single degree of freedom response, response spectrum, finite elements, numerical integration, and phase plane analysis.

    标签: C. Engineering educational Vibration

    上传时间: 2013-11-29

    上传用户:jkhjkh1982