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

搜索资源列表

  1. miansha

    0下载:
  2. 简介: 这个玩意儿是我初中的时候搞出来的。能过全世界表面的一个免杀机。 为了方便转卖,请别人给我鼓捣出来一个网络验证的。 前几天无聊,用OD载入分析了下,才发现那个人的技术相当的差劲。 OD载入: 头部显示信息如下: 004716D8 > F9 STC 004716D9 72 14 JB SHORT 鸭软无视.004716EF 004716DB BA 8550D643 MOV EDX,43D65085 004716E0 F5 CMC 0
  3. 所属分类:Other Games

    • 发布日期:2017-11-07
    • 文件大小:1168812
    • 提供者:tangbin
  1. 2-n-power

    0下载:
  2. 汇编 求2的n次方 include irvine32.inc IsZero proto ,address: ptr dword ,kind:dword 判断正数还是负数还是0 Negation proto ,address: ptr dword ,kind:dword 求相反数 .data str1 byte "请输入16进制的96位整数的低32位(8个):",0 str2 byte "请输入16进制的96位整数的中32位(8个):",0 str3 byte "请输入
  3. 所属分类:assembly language

    • 发布日期:2017-11-12
    • 文件大小:1571
    • 提供者:念迹
  1. Fibonacci-Sequence

    0下载:
  2. 汇编 菲波那契数列 include irvine32.inc 原理:f3=f2+f1 .data str1 byte "请输入所求的菲波那契数列的位数:",0 str2 byte "此程序中菲波那契数列最大位置:",0 j dword 2 求最大位置 f1 dword 1,0,0 用3个32位表示一个96位 f2 dword 1,0,0 用3个32位表示一个96位 m dword ? .code main proc mov
  3. 所属分类:assembly language

    • 发布日期:2017-11-10
    • 文件大小:1814
    • 提供者:念迹
  1. evdns

    0下载:
  2. TODO: - Support IPv6 and PTR records. - Replace all externally visible magic numbers with #defined constants. - Write doccumentation for APIs of all external functions.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-19
    • 文件大小:29049
    • 提供者:vuicalue
  1. DeprecatedPtrListImpl

    0下载:
  2. Deprecated Ptr List Impl for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-08
    • 文件大小:2658
    • 提供者:gancangwe
  1. scoped_ptr_unittest

    0下载:
  2. Scoped Ptr Test for linux API Driver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:861
    • 提供者:rapueser
  1. ll_addr

    0下载:
  2. List Ref Ptr Source Code for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:5281
    • 提供者:gefiutui
  1. repeated_field

    0下载:
  2. Repeated Ptr Field Base for linux API Driver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:5330
    • 提供者:poubolan
  1. OwnPtrWin

    0下载:
  2. Own Array Ptr Source Code for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1324
    • 提供者:kudoujei
  1. OwnPtrBrew

    0下载:
  2. Own Ptr Common Source Code for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1800
    • 提供者:kueqiking
  1. 找CALL的源頭 HOOK的點

    0下载:
  2. 找CALL的源頭 HOOK的點 假如是CALL PTR 形式的點就必須用4byte搜尋
  3. 所属分类:汇编语言

    • 发布日期:2013-08-27
    • 文件大小:448
    • 提供者:2220549909
  1. qemptysequence

    0下载:
  2. Expression: Ptr Empty Sequence for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:1026
    • 提供者:saironbo
  1. ModbusRTU2812

    0下载:
  2. TMS320F2812的modbus通讯-#include "DSP281x_Device.h" #include "DSP281x_Examples.h" #include "DSP281x_ModbusModule.h" volatile struct MODBUS_MODULE ModbusModule Uint16 WORD_LO(Uint16 i) Uint16 WORD_HI(Uint16 i) void ConfigureModbus(void)
  3. 所属分类:Com Port

    • 发布日期:2016-06-02
    • 文件大小:3072
    • 提供者:houqing
  1. umfpack-for-fortran

    0下载:
  2. CALL ABREADY(N,L) call DADD(N,L,PTR,IND,VAL,FB,BX)
  3. 所属分类:Algorithm

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

    0下载:
  2. Generic key, ptr and record wrapper structures for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:23873
    • 提供者:viefenggen
  1. event-parse

    0下载:
  2. pevent get input buf ptr Source Code for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:29195
    • 提供者:poukego
  1. hex2str

    0下载:
  2. this an hext2tsring algortym _hex_to_string proc mov ecx, 8 _loop1: movzx eax, byte ptr [esi] mov ebx,eax and eax,15 cmp eax, 9 jg _jg1 add eax,30h jmp _jmp1 _jg1: add eax,37h _jmp1: shr ebx,4 cmp ebx, 9 jg _jg2 add
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:3454
    • 提供者:coder
  1. Opencv

    0下载:
  2. 采用8种方法对图像Mat的像素进行扫描,并对像素点的像素进行压缩,压缩间隔为div=64,并比较扫描及压缩的效率,效率最高的是采用.ptr及减少循环次数来遍历图像,并采用位操作来对图像像素进行压缩。-8-Mat method for image scanning pixel pixel pixel compression and compression interval div = 64, and scanning and comparing the compression efficiency
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:2143
    • 提供者:蒋代码
  1. iwcm

    0下载:
  2. Save private data incoming connection requests to iw_cm_event, so the low level driver doesn t have to. Adjust the event ptr to point to the local copy. -Save private data incoming connection requests to iw_cm_event, so the low level driver doesn
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:8292
    • 提供者:xwmenwr
  1. xfs_ialloc_btree

    0下载:
  2. initial value of ptr for lookup.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4100
    • 提供者:qkserqao
« 1 2 34 5 »
搜珍网 www.dssz.com