Welcome![Sign In][Sign Up]
Location:
Search - GCC method

Search list

[Develop Toolsgcc的安装

Description: gcc的安装相关资料 详细介绍了gcc的安装步骤和方法 -gcc installment correlation data in detail introduced gcc installs the step and the method
Platform: | Size: 226342 | Author: 侯景昆 | Hits:

[Other建立交叉编译环境(录像)

Description: 这里是建立交叉环境下的一个录象,很好的,我发现可以直接使用这个方法建立GCC的交叉编译环境-here is the cross-environment of a video, very good, I found the use of the direct method GCC cross-compiler environment
Platform: | Size: 17925178 | Author: 谭航 | Hits:

[Other resourceGcc-Porting-document

Description: 介紹PORTING-GCC方法的文件,對於想修改GCC的人有幫助-introduced PORTING-GCC method file, want to amend the GCC help
Platform: | Size: 147815 | Author: sazabi | Hits:

[Booksgcc的安装

Description: gcc的安装相关资料 详细介绍了gcc的安装步骤和方法 -gcc installment correlation data in detail introduced gcc installs the step and the method
Platform: | Size: 226304 | Author: 侯景昆 | Hits:

[OtherARM嵌入式系统C语言编程

Description: 本文详细介绍了嵌入式平台上用C 语言编写统软件和应用软件的方法。虽然是针对ARM平台介绍的,但基本经验和算法也适合于其他嵌入式平台的软件设-This paper describes a platform embedded C language EC software and application method. Although ARM platform is introduced, but the basic experiences and algorithms are suitable for embedded in other software-based platform
Platform: | Size: 140288 | Author: john163john | Hits:

[Other建立交叉编译环境(录像)

Description: 这里是建立交叉环境下的一个录象,很好的,我发现可以直接使用这个方法建立GCC的交叉编译环境-here is the cross-environment of a video, very good, I found the use of the direct method GCC cross-compiler environment
Platform: | Size: 17925120 | Author: 谭航 | Hits:

[AlgorithmPoisson2

Description: 偏微分方程数值解- 这是矩阵的紧致存储及在紧致存储的矩阵上用共轭梯度(CG)方法解Poisson方程的实现, gcc mingw 3.4.4下通过-Numerical solution of partial differential equations- this is the matrix of the compact storage and storage in a compact matrix conjugate gradient (CG) method to solve Poisson equation realize, gcc mingw 3.4.4 through
Platform: | Size: 7168 | Author: 赵汗青 | Hits:

[Linux-Unixthe_simple_intro._to_gcc

Description: 介绍Linux平台下,运用gcc编译器进行c语言编程的基础知识。逐渐熟悉命令行下的程序编制方法。-Introduction Linux platform, using gcc compiler c language programming for the basic knowledge. Command-line to become familiar with the procedures prescribed in the compilation method.
Platform: | Size: 16153600 | Author: you | Hits:

[MySQLkdddbc.tar

Description: 自己写的,一套关于Mysql连接池的Cpp库,编译环境为gcc/minwin ,linux环境下可以之用,面对对象的Cpp库,使用方法为kdd::dbio.run().然后就可以调用db_queryer来进行数据库操作-Wrote it myself, a set of Mysql database connection pool Cpp, compiler environment gcc/minwin, linux environment can be used, in the face of the object Cpp library, use the method of kdd:: dbio.run (). And then we can db_queryer call for database operations
Platform: | Size: 2279424 | Author: OTHER | Hits:

[Program docSoundsourcelocalizationforobotauditorysystemusingt

Description: 基于互相关函数,采用求和广义互相关函数(summed-GCC)法用于机器人系统平台。由于采用不同的映射函数(mapping functions),GCC法在该平台下,只需三个麦克风即可进行三维定位,突破了基于TDOA法进行三维声源定位最少需4个麦克风的限制-Based on cross-correlation function, using generalized cross-correlation function sum (summed-GCC) method for the robot system platform. Because of using different mapping function (mapping functions), GCC method in the platform, the only three to three-dimensional microphone positioning, a breakthrough TDOA method based on three-dimensional sound localization will take at least four microphone restrictions
Platform: | Size: 799744 | Author: chen | Hits:

[Multimedia programmplayerc_src

Description: Media Player Classic 源代码,vs2008编译环境-Media Player Classic source code To compile you need: * TortoiseSVN Download * Microsoft Visual C++ 2008 SP1 Download * Microsoft® Windows® Software Development Kit Update for Windows Vista™ Download (optional) * BaseClasses from same SDK (SVN) * DirectX SDK (August 2007) Download * For VS2008SP1 also are needed ATL Server Library and Tools * Yasm Download * MinGW32, installer can be found here: ffdshow discussion topic * Copy libgcc.a and libmingwex.a from the MinGW32 \lib\ directory to the \lib\ directory of MPC s code repository. * Building a 64-bit build requires MinGW64 and several additional steps. Not recommended for novice developers. * I compile MPC-HC using latest Win7 SDK RC1, VS2008SP1, Microsoft Directx SDK (mar 2009)+ missing files for WMR7 from DirectX SDK (August 2007) Download , ATL Server Library Tools and MinGW GCC 4.3.3. * More information: How to compile MPC-HC * The method that MPC-HC uses for compiling FFmpeg code is more complex. If
Platform: | Size: 13992960 | Author: charlie | Hits:

[Software Engineeringgcc

Description: 详细介绍了gcc的用法,包括内部结构,编译流程-How to use gcc,its basic use method. Also listed network address to download source code.
Platform: | Size: 373760 | Author: wendi | Hits:

[Linux-Unixarm-linux-gcc-for-cygwin

Description: 这里提供了在windows下生成arm-linux-gcc的简单方法.经过验证,可以使用.-a method to generate the crosstool for windows.
Platform: | Size: 186368 | Author: xta | Hits:

[Embeded LinuxLinux

Description: 程序代码使用说明: (1)所有源代码目录下都提供了Makefile(非Qt),或者.pro(Qt),或者更详细的说明(第7章)。作为对比,也可以参考在书中的对应章节采用直接gcc命令的编译方法,来学习如何编写Makefile。 (2)Makefile中默认情况下采用“CC=gcc”或者“CPP=g++”的设置,交叉编译时请使用“ make CC=arm-linux-gcc CPP=arm-linux-g++”(假设你使用的是光盘中提供的arm-linux-gcc交叉编译工具链)或类似命令。当然,也可以修改这些Makefile。 (3)Qt程序的交叉编译请参考本书第2章:可以利用qmake自动生成用于交叉编译的Makefile。当然,也可以采用(2)的方法,或者直接修改Makefile。 (4)所有代码都在Redhat9和gcc3.4.1/arm-linux-gcc3.4.1/Qtopia-core-4.3.0的环境中编译测试通过。-Code instructions: (1) all source directory provides Makefile (non Qt) or (Qt. Pro), or a more detailed instructions (chapter 7). In contrast, in the book can also refer the corresponding sections using direct GCC compiler method, the command to learn how to write a Makefile. (2) in the default Makefile using "CC = GCC" or "CPP = g++" setting, cross-compiling please CC = "you arm- Linux- GCC CPP = arm- Linux- g++" (assuming you use CD in the arm- Linux- GCC cross-compiling toolchain) or similar commands. Of course, also can modify these Makefile. (3) Qt program cross-compiling please refer to chapter 2: can use qmake automatically generated for cross-compiling of Makefile. Of course, also can use (2) method, or directly modified Makefile. All code (4) in Redhat9 and gcc3.4.1/arm- Linux gcc3.4.1- Qtopia/says Andrea giancoli of environment 4.3.0- compiled by test.
Platform: | Size: 95232 | Author: 朱信 | Hits:

[Linux-UnixGNU-Tools-GCC

Description: gcc中文手册,详细介绍了gcc的各个参数,及使用方法,是linux入门的重要资料之一。-gcc English manual, detailing the various parameters of gcc, and the use of method is one of the important information to get into linux.
Platform: | Size: 376832 | Author: zhonghai | Hits:

[SCMled

Description: gcc环境下atmage16电量数码管实验代码,该实验采用定时器中断方法-gcc environment atmage16 experimental power digital code, the experimental method of using the timer interrupt
Platform: | Size: 38912 | Author: 吴海峰 | Hits:

[SCMATmega16keyboardsimulation

Description: Platform : proteus7.4仿真电路 Project : 4乘4矩阵键盘程序(GCC) Clock F : 3.6864M Software : WinAVR-20090313+Proteus7.4 Author : hh comments : 1、学习4*4键盘程序的编写方法 2、采用轮询的方法检测按键,按键使用防抖处理 3、当按下按键后,对应的LED灯点亮 4、占用5.4 存储器空间,较ICCAVR的22 小的不少,但仿真时速度较慢,可能与计算机性能有关 -Platform: proteus7.4 simulation circuit Project: 4 x 4 matrix keyboard program (GCC) Clock F: 3.6864M Software: WinAVR-20090313+ Proteus7.4 Author: hh comments: 1, 4* 4 keyboard program to learn the preparation method 2, using the polling method to detect key, key for 3 with image stabilization, when the button is pressed, the corresponding LED lights up 4, take up memory space of 5.4 compared to 22 ICCAVR small number, but faster than the time simulation slow computer performance may be related
Platform: | Size: 62464 | Author: 黄虎 | Hits:

[matlabGCC

Description: 通过引入7种加权函数实现信号中的时延估计,为广义互相关法-By introducing seven kinds of weighting functions for signal delay estimation, generalized correlation method
Platform: | Size: 2048 | Author: 任玉宝 | Hits:

[Linux-Unix获取GCC源代码

Description: Linux平台编译器GCC的源码获取方法,适用于初学者。(Linux platform compiler GCC source code access method, applicable to beginners.)
Platform: | Size: 2642944 | Author: volcanol | Hits:

[Graph RecognizeGCC and Fingerprinting

Description: Performance Comparison between Generalized Cross-correlation Time Delay Estimation and Fingerprinting Method for Acoustic Event Localization
Platform: | Size: 356352 | Author: Fia Anantha | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net