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

搜索资源列表

  1. array123

    0下载:
  2. You will write a program for calculating person s Body Mass Index (BMI). The following formula is used: bmi = weight / length² , where weight is in kilograms and length is in meters.-You will write a program for calculating pe rson's Body Mas
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:2.34kb
    • 提供者:gaoqiang
  1. PE-File-format.rar

    0下载:
  2. 一个操作系统的可执行文件格式,从许多角度来看,都是操作系统内建行为的一面镜子。 虽然可执行档格式通常并不是一个程序员认为迫切需要学习的东西,但操作系统的许多 有用的知识却可以在这个过程中获得。动态联结、加载器行为、以及内存管理,是特 别容易在这个学习过程中推理而得的三个主题。,An operating system of the executable file format, from a number of point of view, are built into the operat
  3. 所属分类:OS Develop

    • 发布日期:2017-03-25
    • 文件大小:214.68kb
    • 提供者:zzc
  1. PE文件分析器

    0下载:
  2. Windows操作系统支持的PE格式文件格式分析器-Windows operating system support PE form document format analyzer
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-09
    • 文件大小:35.29kb
    • 提供者:陈艳
  1. GetCombin

    0下载:
  2. 这是应用移位算法生成组合的Perl包,包含两套函数,可生成形如 C(m,n)的数字序列组合,和多组的综合组合,具体请研读代码,有简要说明的。-This is the application of displacement algorithm to generate the Perl package combinations, including two sets of functions, such as creating form C (m, n) the number of sequence
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1.28kb
    • 提供者:liutao
  1. rfc5003.txt

    0下载:
  2. Abstract The signaling protocols used to establish point-to-point pseudowires include type-length-value (TLV) fields that identify pseudowire endpoints called attachment individual identifiers (AIIs). This document defines AII structures in t
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:8.22kb
    • 提供者:lie
  1. PeStruct

    0下载:
  2. 个人整理的一份EXE文件的格式(PE),很详细,值得您一看-EXE file to a personal order form (PE), a very detailed, well worth a look
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:353.24kb
    • 提供者:陈子强
  1. STM32-7SEG-LED-SCAN

    0下载:
  2. 8位数码管动态扫描显示实验(显示不用库函数) *显示用指针直接访问GPIO端口的输出寄存器,形式GPIOD->ODR *延时delay_nms(5)时,显示不闪烁 *74HC138 A--P2.2--PE.0 B--P2.3--PE.1 C--P2.4--PE.2 *74HC573 D0~D7---PD[0..7] LE---PE.3 *by 追梦 2011-4-3-8-bit digital dynamic scan showed that the experimen
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2016-01-24
    • 文件大小:526kb
    • 提供者:杜运福
  1. bmp2txt

    0下载:
  2. 一个Perl程序,将BMP图片文件中的RGB数据提取出来,转换成16进制字符形式,按RGB的顺序存入txt文档,每个像素一行-A Perl program, BMP picture files in the RGB data is extracted, converted into the form of hexadecimal characters, according to the order of RGB into the txt document, each pixel in one
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:563byte
    • 提供者:钟国海
  1. 13

    0下载:
  2. 从管理员身份获得 SYSTEM 权限的四种方法 伪寄存器语法(Pseudo-Register Syntax) 利用 cards.dll 写自己的扑克程序 利用 Debug API 编写一个简单的脱壳机 手工构造一个超微型的 PE 文件 改造 MFC 编写的控件在 Win32ASM 中使用 枚举全局钩子 监视远程线程的创建 编写一个简单的 SoftICE 命令扩展 识别 ida.dll 导出函数为可读形式(idc 脚本 调试 DLL 时加载到不同地址的小技巧
  3. 所属分类:Crack_Hack

    • 发布日期:2017-04-10
    • 文件大小:1.39mb
    • 提供者:jianjian
  1. PEStructAnalyzerDlg

    0下载:
  2. 一个用于查看PE结构信息的程序,以树的形式显示程序的PE结构信息。-View the PE structural information of a program, the program of PE structure information is displayed in the form of a tree.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-04
    • 文件大小:49.51kb
    • 提供者:wuxin
  1. shunxubiao-and-lianbiao

    2下载:
  2.  (1).对于顺序存储的线性表,请实现以下功能: 1)实现二路归并排序算法。 2)实现快速排序算法。 3)实现堆排序算法。 4)实现冒泡排序和选择排序算法   (2).已知长度为n的线性表A采用顺序存储结构,请写一时间复杂度为0(n)、空间复杂度为0(1)的算法,该算法删除线性表中所有值为item的数据元素。要求:线性表元素个数n很大,而值为item的数据元素个数很少,要求移动元素个数尽量少;删除后的数组元素与原数组元素不必保持顺序一致。   (3).编写一个主函数,调试
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:104.02kb
    • 提供者:马序员
  1. pefilegetico

    0下载:
  2. 贺兰_VB源码版PE文件资源操作(枚举PE文件中的资源信息,提取ICON图标等),源代码中包括了完整的窗体、类模块、模块和ICO图标文件,里面的一些类和模块确实是挺有用的VB资料,打开一个PE文件后,本程序可枚举名称、枚举类型、枚举语言、提取图标、修改PE文件图标等-Helan _VB source version of the PE file resources operations (enum PE file resource information extraction ICON icon
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:386.7kb
    • 提供者:ipudn32
  1. haneWIN DHCP Server V3.0.14汉化版

    0下载:
  2. 提供一个haneWIN DHCP Server 3.0.14/3.0.12简体中文绿色版。该软件是作为PXE服务器用。可以远程启动grldr,之后可以顺利加载老毛桃的PE。绿化后基本不需要配置,只需改动DHCPsrv.ini中的IP地址即可。haneWIN DHCP Server特别感谢DOS联盟论坛的xugaohui大侠提供的注册码和MouseDOS论坛discloser大侠提供的汉化文件。本人只是把组合到一起组成haneWIN DHCP Server,写个批处理,基本没有技术含量。其中绿化.
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:432kb
    • 提供者:火鸟啊啊
搜珍网 www.dssz.com