您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Heilx AAC Decoder optimized for ARM

  2. Fixed-point HE-AAC decoder Developed by RealNetworks, 2005===============================Overview--------This module contains a high-performance HE-AAC decoder for 32-bit fixed-point processors. The following is a summary of what is and is not suppo
  3. 所属分类:C

    • 发布日期:2007-08-09
    • 文件大小:303104
    • 提供者:rotee
  1. gcc内嵌汇编(gcc-inline-asm)

  2. 如何在gcc中嵌入AT&T汇编 以及AT&T汇编的语法 及其和Intel汇编的区别
  3. 所属分类:硬件开发

    • 发布日期:2009-07-25
    • 文件大小:451584
    • 提供者:aptget
  1. gcc inline 汇编手册

  2. 网上能找到的唯一质量可以的参考资料,很好很强大 英文pdf版,清晰非扫描
  3. 所属分类:硬件开发

    • 发布日期:2010-01-12
    • 文件大小:113664
    • 提供者:do_fork
  1. uboott移植实验手册及技术文档

  2. 实验三 移植U-Boot-1.3.1 实验 【实验目的】 了解 U-Boot-1.3.1 的代码结构,掌握其移植方法。 【实验环境】 1、Ubuntu 7.0.4发行版 2、u-boot-1.3.1 3、FS2410平台 4、交叉编译器 arm-softfloat-linux-gnu-gcc-3.4.5 【实验步骤】 一、建立自己的平台类型 (1)解压文件 #tar jxvf u-boot-1.3.1.tar.bz2 (2)进入 U-Boot源码目录 #cd u-boot-1.3.1 (3)创
  3. 所属分类:Flash

    • 发布日期:2010-01-28
    • 文件大小:2097152
    • 提供者:yequnanren
  1. Linux-Assembly-HOWTO

  2. Chapter 1. Introduction.....................................................................................................................................1 1.1. Legal Blurb...........................................................................
  3. 所属分类:Linux

    • 发布日期:2010-06-10
    • 文件大小:478208
    • 提供者:kinges
  1. Lcc C Compiler

  2. aWhat's new in the new version of lcc-win ---------------------------------------- Dec 3: Added SphericalBesselY + SphericalBesselK + SphericalBesselJ to the special functions package. Updated the documentation. Dec 2: Fixed problems with comparison
  3. 所属分类:C

    • 发布日期:2010-09-30
    • 文件大小:6291456
    • 提供者:ywj1225
  1. gcc手册的使用 使用使用使用

  2. This is Info file gcc.info, produced by Makeinfo-1.55 from the input file gcc.texi. This file documents the use and the internals of the GNU compiler. Published by the Free Software Foundation 59 Temple Place - Suite 330 Boston, MA 02111-1307 USA Copyr
  3. 所属分类:C

    • 发布日期:2010-10-25
    • 文件大小:113664
    • 提供者:lybirdaaa
  1. AT&T Assembly Language

  2. 详细的揭示了linux下的AT&T汇编指令使用方法,给出了各种汇编指令,指令用法,以及相应的例程。其中包括一些如何使用汇编链接C语言库,汇编调用系统调用,汇编执行浮点运算,C语言内嵌汇编等。 Chapter 1: What Is Assembly Language? 1 Processor Instructions 1 Instruction code handling 2 Instruction code format 3 High-Level Languages 6 Types of hi
  3. 所属分类:C/C++

    • 发布日期:2013-03-17
    • 文件大小:6291456
    • 提供者:windstonedream4
  1. c语言asm汇编内嵌语法.pdf

  2. GCC 支持在C/C++代码中嵌入汇编代码,这些汇编代码被称作GCC Inline ASM——GCC内联汇编。这是一个非常有用的功能,有利于我们将一些C/C++语法无法表达的指令直接潜入C/C++代码中,另外也允许我们直接写 C/C++代码中使用汇编编写简洁高效的代码。
  3. 所属分类:C

    • 发布日期:2013-05-30
    • 文件大小:189440
    • 提供者:ddssff139
  1. gcc-inline-asm

  2. gcc-inline-asm 这个一个关于gcc 内嵌汇编的文档,有兴趣的朋友可以看看啊
  3. 所属分类:硬件开发

    • 发布日期:2008-10-14
    • 文件大小:113664
    • 提供者:bill_chen_ping
  1. gcc inline asm

  2. 本文讲述了LINUX 内核程序使用的汇编语法, 以及怎样嵌入到C语言中.
  3. 所属分类:C

    • 发布日期:2008-10-20
    • 文件大小:113664
    • 提供者:mikeiii
  1. gcc inline asm

  2. 该文档描述了GCC嵌入汇编的语法,为英文版,其中包括了intel汇编和AT&T汇编的比较,GCC嵌入汇编的常见语法现象。
  3. 所属分类:C

    • 发布日期:2015-07-03
    • 文件大小:113664
    • 提供者:cq062364
  1. using and porting Gcc

  2. 1. Compile C, C++, Objective C, or Fortran 2. GCC Command Options 2.1 Option Summary 2.2 Options Controlling the Kind of Output 2.3 Compiling C++ Programs 2.4 Options Controlling C Dialect 2.5 Options Controlling C++ Dialect 2.6 Options to Request o
  3. 所属分类:C++

    • 发布日期:2009-02-22
    • 文件大小:4194304
    • 提供者:osoon
  1. ARM GCC Inline Assembler Cookbook

  2. 用于编写arm内嵌汇编的详细文档,直接将汇编代码通过asm()嵌入到C/C++代码中,也可以用于neon。
  3. 所属分类:C

    • 发布日期:2018-04-08
    • 文件大小:164864
    • 提供者:ljjmath
  1. MDK5 宏定义CC_ARM

  2. CMSIS目前支持三大主流的工具链,即ARM RealView (armcc), IAR EWARM (iccarm), and GNU Compiler Collection (gcc). 在core_cm3.h中有如下定义: /* define compiler specific symbols */ #if defined ( __CC_ARM ) #define __ASM __asm /*!< asm keyword for armcc */ #define __INLINE
  3. 所属分类:硬件开发