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

搜索资源列表

  1. VB_Callback

    0下载:
  2. 这个例子演示了一个 “ptr”对象被传递到一个外部 (且可以是远端的) ole 服务.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6.85kb
    • 提供者:FJH
  1. chapter100

    0下载:
  2. Software given here is to accompany the textbook: W.H. Tranter, % K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of % Communication Systems Simulation with Wireless Applications, % Prentice Hall PTR, 2004.
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:2.6kb
    • 提供者:林文强
  1. 闰年计算

    0下载:
  2.  data segment    ;定义数据段     infon db 0dh,0ah,'Please input a year: $'     Y db 0dh,0ah,'This is a leap year! $'     N db 0dh,0ah,'This is not a leap year! $'     w dw
  3. 所属分类:汇编语言

    • 发布日期:2008-12-24
    • 文件大小:10.5kb
    • 提供者:jackdawson0@
  1. pl/0

    0下载:
  2. /*PL/0编译系统C版本头文件pl0.h*/ /* typedef enum { false, true } bool; */ #define norw 13 /*关键字个数*/ #define txmax 100 /*名字表容量*/ #define nmax 14 /*number的最大位数*/ #define al 10
  3. 所属分类:编译器/词法分析

    • 发布日期:2010-09-13
    • 文件大小:24.55kb
    • 提供者:xqq771084591
  1. C51

    0下载:
  2. /*这是我用C语言编的第一个程序,编译通过,下载到单片机里能够正常运行,我非常高兴,对我来说有纪念价值*/ -#include <reg51f.h> #include <intrins.h> #include <math.h> sbit P2_0=P2^0 bit FLAG=0 char m,ptr=0 static const char tab[16]={0x01,0x02,0x03,0x0c,
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:1.44kb
    • 提供者:du316
  1. TDDOWNLOAD

    0下载:
  2. #include <stdio.h> #include <math.h> #include <stdlib.h> #include <float.h> unsigned __int64 mulmod(unsigned __int64 a, unsigned __int64 b, unsigned __int64 m) { static const double _2_64 = 18446744073709551616
  3. 所属分类:source in ebook

    • 发布日期:2017-05-27
    • 文件大小:9.4mb
    • 提供者:hh
  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
    • 文件大小:1.53kb
    • 提供者:念迹
  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
    • 文件大小:1.77kb
    • 提供者:念迹
  1. 找CALL的源頭 HOOK的點

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

    • 发布日期:2013-08-27
    • 文件大小:448byte
    • 提供者:2220549909
  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
    • 文件大小:3.37kb
    • 提供者:coder
搜珍网 www.dssz.com