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

搜索资源列表

  1. gcc的安装

    0下载:
  2. gcc的安装相关资料 详细介绍了gcc的安装步骤和方法 -gcc installment correlation data in detail introduced gcc installs the step and the method
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:226342
    • 提供者:侯景昆
  1. 建立交叉编译环境(录像)

    0下载:
  2. 这里是建立交叉环境下的一个录象,很好的,我发现可以直接使用这个方法建立GCC的交叉编译环境-here is the cross-environment of a video, very good, I found the use of the direct method GCC cross-compiler environment
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:17925178
    • 提供者:谭航
  1. Gcc-Porting-document

    0下载:
  2. 介紹PORTING-GCC方法的文件,對於想修改GCC的人有幫助-introduced PORTING-GCC method file, want to amend the GCC help
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:147815
    • 提供者:sazabi
  1. mplayerc_src

    0下载:
  2. 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™ D
  3. 所属分类:Multimedia program

    • 发布日期:2017-06-01
    • 文件大小:13993454
    • 提供者:charlie
  1. kdddbc.tar

    0下载:
  2. 自己写的,一套关于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
  3. 所属分类:MySQL

    • 发布日期:2017-05-10
    • 文件大小:2279270
    • 提供者:OTHER
  1. Soundsourcelocalizationforobotauditorysystemusingt

    1下载:
  2. 基于互相关函数,采用求和广义互相关函数(summed-GCC)法用于机器人系统平台。由于采用不同的映射函数(mapping functions),GCC法在该平台下,只需三个麦克风即可进行三维定位,突破了基于TDOA法进行三维声源定位最少需4个麦克风的限制-Based on cross-correlation function, using generalized cross-correlation function sum (summed-GCC) method for the robot s
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:800204
    • 提供者:chen
  1. gcc

    0下载:
  2. 详细介绍了gcc的用法,包括内部结构,编译流程-How to use gcc,its basic use method. Also listed network address to download source code.
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:373986
    • 提供者:wendi
  1. arm-linux-gcc-for-cygwin

    0下载:
  2. 这里提供了在windows下生成arm-linux-gcc的简单方法.经过验证,可以使用.-a method to generate the crosstool for windows.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-21
    • 文件大小:186577
    • 提供者:xta
  1. Linux

    0下载:
  2. 程序代码使用说明: (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交叉编译工具链)或类
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-25
    • 文件大小:94878
    • 提供者:朱信
  1. GNU-Tools-GCC

    0下载:
  2. 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.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:376621
    • 提供者:zhonghai
  1. led

    0下载:
  2. gcc环境下atmage16电量数码管实验代码,该实验采用定时器中断方法-gcc environment atmage16 experimental power digital code, the experimental method of using the timer interrupt
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:38772
    • 提供者:吴海峰
  1. ATmega16keyboardsimulation

    0下载:
  2. 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 小的不少,但仿真时速度较慢,可能与计
  3. 所属分类:SCM

    • 发布日期:2017-03-23
    • 文件大小:62464
    • 提供者:黄虎
  1. cnCOMM

    0下载:
  2. 一个封装得比较完整的COM串口通讯类接口,支持同步、异步操作,调用方法也简便,在BC、VC,、GCC等下编译通过,不过用时候需要配置一些参数,否则会报错导致通讯失败。 -Get a more complete package COM serial communications interface, supports synchronous, asynchronous operation, call the method is also simple, in BC, VC,, GCC wait
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:19354
    • 提供者:陈文仪
  1. to_c_style_comment.tar

    0下载:
  2. 将C++的单行注释改成C语言的注释. 在Windows 下用VC2005环境写程序的时候, 有C语言写的程序, 但是用了C++的注释, 也能成功编译连接运行. 但发现也有很多编译器不支持C++的单行注释. 又不想手机地改所有的代码. 所以写了一个程序来自动将C++的单行注释替换成C语言的注释格式. 压缩包中有两个文件. 其中 to_c_style_comment.c 中的我程序文件. cpptest.c 只是一个测试文件. 是一个包含C++单行注释的c源程序, 仅供测试用.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:1413
    • 提供者:陈云川
  1. people2d.tar

    0下载:
  2. 根据测距仪数据提取人体的代码。使用ada-boost分类器实现。同时包含matlab的实现,在linux下GCC编译。 作者:Luciano Spinello-People2D provides an efficient implementation of the people detector in 2D data originally developed in Human Detection using Multimodal and Multidimensional Features (
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-13
    • 文件大小:21563932
    • 提供者:Wilford
  1. lzma

    0下载:
  2. To compile C++ version of file->file LZMA encoding, go to directory CPP/7zip/Bundles/LzmaCon and call make to recompile it: make -f makefile.gcc clean all In some UNIX/Linux versions you must compile LZMA with static libraries. To co
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:146283
    • 提供者:duximing
  1. 30daysosmake

    0下载:
  2. 30天自制操作系统是从头编写操作系统的好书,但是作者自己编写的汇编器和c编译器可以不用,可以用nasm,gas和gcc,img生成器可以使用于渊《一个操作系统的实现》中的img生成器。把这本“30天”书可以作为算法参考来用。-30 days made OS is the operating system from scratch to write books, but the authors have written assembler and c compiler can not be use
  3. 所属分类:OS Develop

    • 发布日期:2017-06-14
    • 文件大小:22712032
    • 提供者:姜少雷
  1. GCC

    0下载:
  2. 通过引入7种加权函数实现信号中的时延估计,为广义互相关法-By introducing seven kinds of weighting functions for signal delay estimation, generalized correlation method
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2170
    • 提供者:任玉宝
  1. 获取GCC源代码

    0下载:
  2. Linux平台编译器GCC的源码获取方法,适用于初学者。(Linux platform compiler GCC source code access method, applicable to beginners.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-24
    • 文件大小:2642944
    • 提供者:volcanol
  1. GCC and Fingerprinting

    0下载:
  2. Performance Comparison between Generalized Cross-correlation Time Delay Estimation and Fingerprinting Method for Acoustic Event Localization
  3. 所属分类:图形/文字识别

    • 发布日期:2018-01-06
    • 文件大小:356352
    • 提供者:Fia Anantha
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com