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

headers

  • * * headers and defines for d3des.c * Graven Imagery, 1992. * * Copyright (c) 1988,1989,1990

    * * headers and defines for d3des.c * Graven Imagery, 1992. * * Copyright (c) 1988,1989,1990,1991,1992 by Richard Outerbridge * (GEnie : OUTER CIS : [71755,204])

    标签: Copyright headers Imagery defines

    上传时间: 2016-02-27

    上传用户:weixiao99

  • Convert .H C++ headers to ASM .INC

    Convert .H C++ headers to ASM .INC

    标签: Convert headers ASM INC

    上传时间: 2017-06-05

    上传用户:Avoid98

  • You can download a packet sniffer which grabs packets from local interface and analyses headers. It

    You can download a packet sniffer which grabs packets from local interface and analyses headers. It also writes headers into the log file.

    标签: interface analyses download headers

    上传时间: 2014-01-16

    上传用户:sk5201314

  • ICCAVR 入门

    ICCAVR简介ICCAVR 是一种使用ANSI 标准C 语言来开发微控制器(MCU)程序的一个工具,它是一个综合了编辑器和工程管理器的集成工作环境(IDE)。源文件全部被组织到工程之中,文件的编辑和工程(project)的构筑也在IDE 的环境中完成。编译错误在状态窗口中显示,用鼠标单击编译错误时,光标会自动跳转到出错行。这个工程管理器还能直接产生INTEL HEX格式的烧写文件和可以在AVR Studio 中调试的COFF 格式的调试文件。这里特别要提一下ICCAVR 中的应用构筑向导,可以在Tools 栏中选择“ApplicationBiulder”或者直接点击快捷工具栏中的“Application Biulder”图标,就可以打开应用构筑向导对话框,可以根据需要设定芯片种类,各个端口初始值,是否使用定时器,中断,UART等,选好以后单击“OK”就可以得到所需的硬件初始化程序段,非常可靠而且方便。图1给出了初始化UART 的一个例子:下面介绍一下创建并编译一个工程文件的简要步骤:1.新建一个源文件从file 菜单中选择new,创建一个新文件,在改文件中输入源程序并进行编辑和修改,然后存盘,在存盘时必须指定文件类型,如命名为:try.c 。写一个新文件的步骤:首先用Biulder 初始化需要用到的硬件资源,生成初始化程序,然后再写需要的代码实现所要的功能。2.新建一个project从projrct 菜单中选择new 命令,IDE 会弹出一个对话框,在对话框中用户可以指定工程存放的文件夹和工程的名称。在建立一个新工程之后,在工程管理器的窗口会出现三个子目录,Files, headers, Documents,这时就可以将要编译的文件添加到project 中了。3.把文件添加到工程中可以在project-files 里单击右键,选择需要添加的文件;也可以在编辑窗口中单击右键选择弹出窗口的“Add To Project”命令。4.编译源文件在编译之前特别要注意在Project Options 中选择与硬件相应的芯片。如本次实验就选择ATMEGA8515,如图2 所示。在project 中选择make project,也可以直接单击快捷键F9,这时要是有错则会弹出出错信息,修改调试正确以后单击快捷键ISP 就可以烧写到硬件中去了。

    标签: ICCAVR

    上传时间: 2013-10-25

    上传用户:569342831

  • 工具分类:攻击程序 运行平台:Windows 工具大小:7577 Bytes 文件MD5 :28f6d5f4d818438522a3d0dc8a3fa46b 工具来源:securiteam.com /

    工具分类:攻击程序 运行平台:Windows 工具大小:7577 Bytes 文件MD5 :28f6d5f4d818438522a3d0dc8a3fa46b 工具来源:securiteam.com // GDI+ buffer overrun exploit by FoToZ // NB: the headers here are only sample headers taken from a .JPG file, // with the FF FE 00 01 inserted in header1. // Sample shellcode is provided // You can put approx. 2500 bytes of shellcode...who needs that much anyway // Tested on an unpatched WinXP SP1

    标签: 818438522a d818438522 securiteam 818438522

    上传时间: 2015-01-20

    上传用户:Late_Li

  • /* RSA Demo 1.0 版 * 版权所有 (C) 2004 赵春生 * 2004.04.25 * http://timw.yeah.net * http://timw.126.com * 本程

    /* RSA Demo 1.0 版 * 版权所有 (C) 2004 赵春生 * 2004.04.25 * http://timw.yeah.net * http://timw.126.com * 本程序调用Miracl ver 4.82大数运算库,详见其附带手册。 * P,Q,N,D,E使用RSATool2生成。 */ 编译提示: 一:将Project-Settings-Settings For(All Configuration)-C/C++中Category项的 Precompiled headers设置成:Automatic use of precompiled headers(图1)。 二:将ms32.lib添加到工程中(图2)。 三:MIRACL是C库。 extern "C" { #include "miracl.h" #include "mirdef.h" } #pragma comment( lib, "ms32.lib" )

    标签: 2004 http timw Demo

    上传时间: 2015-03-23

    上传用户:leehom61

  • /* RSA Demo 1.0 版 * 版权所有 (C) 2004 赵春生 * 2004.04.25 * http://timw.yeah.net * http://timw.126.com * 本程

    /* RSA Demo 1.0 版 * 版权所有 (C) 2004 赵春生 * 2004.04.25 * http://timw.yeah.net * http://timw.126.com * 本程序调用Miracl ver 4.82大数运算库,详见其附带手册。 * P,Q,N,D,E使用RSATool2生成。 */ 编译提示: 一:将Project-Settings-Settings For(All Configuration)-C/C++中Category项的 Precompiled headers设置成:Automatic use of precompiled headers(图1)。 二:将ms32.lib添加到工程中(图2)。 三:MIRACL是C库。 extern "C" { #include "miracl.h" #include "mirdef.h" } #pragma comment( lib, "ms32.lib" )

    标签: 2004 http timw Demo

    上传时间: 2013-12-17

    上传用户:liansi

  • Octane v1.01.20 The Open Compression Toolkit for C++ . The Open Compression Toolkit is a set of mo

    Octane v1.01.20 The Open Compression Toolkit for C++ . The Open Compression Toolkit is a set of modular C++ classes and utilities for implementing and testing compression algorithms. Simple interface and skeleton code for creating new compression algorithms. Complete testing framework for validating and comparing new algorithms. Support for algorithms that use external dictionaries/headers. Utility classes and sample code for bitio, frequency counting, etc.

    标签: Compression Toolkit Open The

    上传时间: 2013-12-31

    上传用户:dbs012280

  • Java写的WebClient

    Java写的WebClient,去掉.zip后缀,双击即可运行Jar文件(前提是有Java环境),模拟客户端向服务器发出HTTP请求,可自行编辑headers

    标签: WebClient Java

    上传时间: 2014-01-13

    上传用户:pkkkkp

  • This ZIP archive includes the sources (and executable) for the FileTest utility, written by Ladisla

    This ZIP archive includes the sources (and executable) for the FileTest utility, written by Ladislav Zezula. The archive also includes the source of a general purpose "Utils" lib which contains some generally useful functions and is also necessary to build the executable. The project and library are made for MS Visual C 6.0 and Visual Studio 7.0. All necessary headers should be included (you will not need to include NT DDK or IFS headers).

    标签: executable the FileTest includes

    上传时间: 2014-01-25

    上传用户:ccclll