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

搜索资源列表

  1. AIC1630A

    0下载:
  2. datasheetEM78 系列单片机共有的 47 条(EM78P447和451、458有48条) 指令,其寬度为 13 位。每一个指令码可分割成两部份,第一部分为标示指令功能的运算码( OPCODE ),第二部份則指出运算時所需之參数,亦即运算码( OPERAND )。而指令的类型大致可分为下列四种: -datasheetEM78 Series MCU total of 47 (45 and EM78P447 the 1,458 is 48) directive, the
  3. 所属分类:Static控件

    • 发布日期:2008-10-13
    • 文件大小:294779
    • 提供者:goudfsk
  1. Opcode

    1下载:
  2. 用visual C++实现的一个碰撞检测库,采用AABB包围盒实现-using visual C + + realization of a collision detection basement, surrounded by boxes used to achieve AABB
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:201860
    • 提供者:康勇
  1. OpcodeDemo

    1下载:
  2. 使用opcode库的一个碰撞检测实例,和其它碰撞检测库如rapid 等一些的对比实例-use of the opcode of a collision detection example, and other collision detection for rapid as some other examples of the contrast
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:2557455
    • 提供者:康勇
  1. OpCodeSize

    0下载:
  2. 一个获取opcode的h文件,可以方便的获取指令长度,方便反汇编用-an opcode access to the h file, you can obtain instructions convenient length, used to facilitate anti-Series
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1248
    • 提供者:刘明
  1. arp

    0下载:
  2. ARP编程,发送ARP,// ARP Frame typedef struct tagARPFrame { unsigned short HW_Type /* hardware address */ unsigned short Prot_Type /* protocol address */ unsigned char HW_Addr_Len /* length of hardware address */ unsigned char Prot_Addr_Le
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:8064
    • 提供者:王一东
  1. opcode

    0下载:
  2. 详细介绍光电编码器原理,对想了解光电编码器的人是一份不错的资料
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:82221
    • 提供者:竺春松
  1. Opcode

    1下载:
  2. 这是一个AABB碰撞检测库,实现了多种模型之间的碰撞检测
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:201860
    • 提供者:王秋锋
  1. OpCode

    0下载:
  2. 看雪软件安全http:www.pediy.com 上 翻译的opcode结构的文章 对学习反编译很有用处
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:487961
    • 提供者:ewe
  1. Hacker Disassembler Engine

    0下载:
  2. Please excuse my english... It's so bad :) Hacker Disassembler Engine, or HDE, is small disassembler engine, which intend to code analyse. HDE get length of command, prefixes, ModR/M and SIB bytes, opcode, immediate, displacement, relative address
  3. 所属分类:界面编程

    • 发布日期:2010-10-14
    • 文件大小:23447
    • 提供者:sys0007
  1. Opcode.rar

    0下载:
  2. 经典的Opcode碰撞检测算法的源程序。使用于大型场景。,Opcode classic collision detection algorithm of the source. Used in large-scale scenes.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:253006
    • 提供者:zgeagle
  1. W32asm_wuji

    1下载:
  2. 反汇编利器:W32asm无极版 C32asm 是一款非常不错的国产静态反编译工具! C32Asm现具有如下功能: 快速静态反编译PE格式文件(Exe、Dll等) 提供Hex文件编辑功能,功能强大 提供内存Dump、内存编辑、PE文件Dump、PE内存ImageSize修正等多种实用功能 提供内存反汇编功能,提供汇编语句直接修改功能,免去OPCode的直接操作的繁琐 提供反编译语句彩色语法功能,方便阅读分析,能方便自定义语法色彩 提供输入表、输出表、参
  3. 所属分类:Compiler program

    • 发布日期:2016-01-24
    • 文件大小:313550
    • 提供者:未来
  1. OgreOpCode

    0下载:
  2. Ogre OpCode:利用OPCODE库,在OGRE中做精确的碰撞检测(opcode即物理引擎ode使用的库)-Ogre OpCode: use OpCode library at Ogre in to do precise collision detection (opcode that ode physics engine used in the Treasury)
  3. 所属分类:3D Graphic

    • 发布日期:2017-06-11
    • 文件大小:18001699
    • 提供者:roger
  1. ScenesDemo

    0下载:
  2. OGRE开发的带碰撞检测的场景例子.ScenesDemo带特殊效果.-OGRE development scene with examples of collision detection. ScenesDemo with special effects.
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-04
    • 文件大小:1368820
    • 提供者:zs
  1. hbzl

    0下载:
  2. 在 ARM 汇编语言程序里,有一些特殊指令助记符,这些助记符与指令系统的助记符不同,没有相对应的操作码,通常称这些特殊指令助记符为伪指令,他们所完成的操作称为伪操作。伪指令在源程序中的作用是为完成汇编程序作各种准备工作的,这些伪指令仅在汇编过程中起作用,一旦汇编结束,伪指令的使命就完成。 -In ARM assembly language program, there are some special instruction mnemonic, the mnemonic with the
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-28
    • 文件大小:4238
    • 提供者:陈竺
  1. ogreopcode

    0下载:
  2. opcode是功能强大,跨平台的物理引擎,ogreopcode则是针对Ogre图像引擎封装的opcode物理库。-opcode is a powerful, cross-platform physics engine, ogreopcode is for Ogre graphics engine package opcode physical library.
  3. 所属分类:Game Program

    • 发布日期:2017-05-12
    • 文件大小:2452903
    • 提供者:lovedream
  1. hde_disassembly

    0下载:
  2. hde32 is a small disassembler engine, intended for analysis of x86-32 code. It gets length of command, prefixes, ModR/M, SIB, opcode, etc. For example, you can use hde32 when writing unpackers of executables, viruses, because most other disassemblers
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:3832
    • 提供者:Merc
  1. OPCODE-1.2.1.tar

    0下载:
  2. 可支持Mesh-Mesh,sphere-mesh,ray-mesh,AABB-mesh,OBB-mesh,Planes-mesh对象的接触碰撞检测库-a collision dectection library,which support Mesh-Mesh,sphere-mesh, ray-mesh,AABB-mesh,OBB-mesh,Planes-mesh objects collision dectection
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-30
    • 文件大小:149132
    • 提供者:qcw
  1. opcode

    0下载:
  2. This a VERY crude opcode decoder. We only need to find the size of the load store that caused our PF and this should work for all the opcodes that we care about. Moreover, the ones who invented this instruction set should be shot. -This is a VERY c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1397
    • 提供者:xdbgrv
  1. opcode

    0下载:
  2. This a VERY crude opcode decoder. We only need to find the size of the load store that caused our PF and this should work for all the opcodes that we care about. Moreover, the ones who invented this instruction set should be shot. -This is a VERY c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1123
    • 提供者:tanghonbw
  1. symbol table_litle & opcode table.tar

    0下载:
  2. system programming, symbol table, little table and opcode table
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:1024
    • 提供者:Inno
« 12 3 4 5 »
搜珍网 www.dssz.com