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

搜索资源列表

  1. bujingdianji

    0下载:
  2. 1. 熟悉AVR-atmega128单片机串口通信功能; 2. 掌握步进电机控制方法。 3. 初步掌握GCC的一般编程技巧。 4. 掌握AVR单片机中断、时钟的设置方法 -1. Familiar with the AVR-atmega128 single-chip serial communication function 2. Master stepper motor control methods. 3. Preliminary master GCC general pro
  3. 所属分类:SCM

    • 发布日期:2017-04-28
    • 文件大小:42004
    • 提供者:dingfeng
  1. interrupt

    0下载:
  2. interrupt application code * compile : * $/usr/local/arm/2.95.3/bin/arm-linux-gcc -o interrupt interrupt.c * $cp interrupt /tftpboot/examples * run in target: * #mount 192.168.1.180:/tftpboot/ /mnt/nfs * #cd /mnt/nfs/examples * #
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1206
    • 提供者:nameblue
  1. arm_start_ex1

    0下载:
  2. Startup Example 1 for Arm G-Startup Example 1 for Arm GCC
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-11
    • 文件大小:1133
    • 提供者:karthikeyan
  1. ARM7_development_of_routines

    0下载:
  2. ARM7开发例程,基于三星的S3C44B0. 例程及指导手册是针对EV44B0II目标板的. 1. 44b0文件夹中为gcc下编译例子。 2. 44b0ads文件夹为ads下编译例子。-ARM7 development of routines, based on Samsung' s S3C44B0. Routines and the instruction manual for the EV44B0II target board. 1. 44b0 folder under t
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-25
    • 文件大小:8391005
    • 提供者:小刚
  1. gpio-test

    0下载:
  2. 1、将makefile中的 CROSS =/usr/local/arm/2.95.3/bin/arm-linux- CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include/linux CFLAGS+=-I/usr/local/arm/2.95.3/arm-linux/include 路径改为你宿主机上的。 2、#make,来编译驱动模块。 3、
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:9079
    • 提供者:马工
  1. mingw

    0下载:
  2. mingw32.rar,支持所有的windows版本。 解决编译时g++太老不能编译某些程序的问题。-the latest mingw32,solve the problem of g++ cc new file.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-14
    • 文件大小:21992758
    • 提供者:liuquancai
  1. Unix_Compile_Tool

    0下载:
  2. 目录 1.GCC的使用 1.1.编译C程序 1.1.1.编译执行文件 1.1.1.1.C程序中的文件后缀名 1.1.1.2.编译单源程序 1.1.1.3.编译多源程序 1.1.2.编译目标文件 1.1.2.1.编译成目标文件 1.1.2.2.使用目标文件编译 1.1.3.预处理 1.1.3.1.预处理编译 1.1.3.2.编译预处理文件 1.1.3.3.预处理指令介绍 1.1.3.4.预定义宏介绍 1.1.3.5.预处理与make选项
  3. 所属分类:Shell api

    • 发布日期:2017-03-29
    • 文件大小:274107
    • 提供者:grub
  1. linux

    0下载:
  2. Fork()函数的使用 1.初步学习gcc,vi等编译编辑软件的使用; 2.熟悉linux下的编程环境; 3.对fork()函数的执行有个浅显的认识。 -Fork () function 1. Preliminary study gcc, vi-editing software, such as the use of the compiler 2. Familiar with programming under linux environment 3. To fork ()
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:43241
    • 提供者:余祖澔
  1. gcc-core-3.4.2-20040916-1.tar

    0下载:
  2. mingw compiler for linux thank you
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-13
    • 文件大小:3515620
    • 提供者:jin
  1. advancedlinuxprogramming

    0下载:
  2. 1 Getting Started 3 1.1 Editing with Emacs 4 1.2 Compiling with GCC 6 1.3 Automating the Process with GNU Make 9 1.4 Debugging with GNU Debugger (GDB) 11 1.5 Finding More Information 13 2 Writing Good GNU/Linux Software 17 2.1 Int
  3. 所属分类:Document

    • 发布日期:2017-05-13
    • 文件大小:3510430
    • 提供者:noah
  1. CRShell

    0下载:
  2. this very old shell but still good to learn from the code looks like spanish it runs in nix/win32 multiplatform! coded in c++ CRShell Programado por XpyXt URL: http://xpyxt.no-ip.com URL2: http://xpyxt.no-ip.info/crshell Mail: xpyx
  3. 所属分类:Remote Control

    • 发布日期:2017-03-25
    • 文件大小:49315
    • 提供者:mfdoom
  1. maugis

    0下载:
  2. 模拟退火和对称 *欧几里德旅行商问题。 * *为基础的解决办法的本地搜索启发式 *非过境道路和近邻 -/* * Simulated annealing and the Symetric * Euclidian Traveling Salesman Problem. * * Solution based on local search heuristics for * non-crossing paths and nearest neighbor
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:86016
    • 提供者:孙博
  1. Linux

    0下载:
  2. Linux 系统内核初始化过程。 一、对硬件数据结构的初始化过程 1、系统首先调用 printk() 函数在屏幕上打印 Linux 内核版本号和编译内核所使用的 gcc 编译器版本号、启用时间等,如果这个过程失败,将显示一个参考信息给用户-Linux 系统内核初始化过程。 一、对硬件数据结构的初始化过程 1、系统首先调用 printk() 函数在屏幕上打印 Linux 内核版本号和编译内核所使用的 gcc 编译器版本号、启用时间等,如果这个过程失败,将显示
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:124094
    • 提供者:zhan
  1. GNU-ARM

    0下载:
  2. 自己整理的关于gnu arm入门资料,包括下面的文件: An Introduction to the GNU Assembler.pdf ARM GNU Assembly Programming Basic.doc GNU ARM Assembler Quick Reference.pdf GNU ARM汇编快速入门 .doc Using as.pdf 从ARMASM汇编到GNU ARM ASM汇编.doc-I collected some useful files fo
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-09
    • 文件大小:1116768
    • 提供者:zpy
  1. 2dimensionFDTDprogram

    0下载:
  2. 2维FDTD的MATLAB代码,TM波代码-2 dimension FDTD program (TM mode) All boundaries are perfect conductors. // For Visualization of the field, I use PGPLOT which is available as port // (for FreeBSD) or binary package (for Debian Linux). // (1) In Free
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1049
    • 提供者:chen
  1. SymFluteClient_v0.1_src

    0下载:
  2. MAD-FCL (version 1.7): The software is distributed in binary/source code formats under a GPL (GNU GENERAL PUBLIC LICENSE) license. Here is the official copyright and license. Distribution package is named to MAD-FCL (MAD FileCasting Library). Sourc
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:127527
    • 提供者:n_omayouni
  1. up-smarthomeV1p2-html

    0下载:
  2. 一个基于ARM9的嵌入式WEBSERVER,在LINUX下用GCC开发即可. 1 丰富index.html主页面 加入部分动态效果与连接 2 更改setting status cgi程序界面 3 更改shmid 为1393 4 HTML中没有加入网络摄像头的HTTP的连接,加入即可显示网络摄像头界面-An ARM9-based embedded WEBSERVER, developed in the GCC can be used under LINUX. A rich ind
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:651237
    • 提供者:leo cheung
  1. RRC

    0下载:
  2. This software package is developed for detecting salient closed boundaries from an image. The main codes were implemented in C++ using gcc-4.1 in Linux.-This software package is developed for detecting salient closed boundaries from an image. The
  3. 所属分类:Graph program

    • 发布日期:2017-05-31
    • 文件大小:13598720
    • 提供者:cui
  1. romboot102.tar

    0下载:
  2. AT91RM9200 romboot GCC version forward ported to 1.02!
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-31
    • 文件大小:97512
    • 提供者:Leslie
  1. lixminC

    1下载:
  2. 这是编译原理词法分析源程序和实验报告。本程序亮点在于: 1、能够处理ANSI C 定义的42种运算符,32个关键字。 2、能够识别并且抽取预处理语句(如#include, #define , #ifdef....)存到preprocess.log中(格式例子为:line 0 : #include<stdio.h>) 3、能够识别并剔除两种注释(//和/* */) 4、能够识别简单的词法错误 missing terminating " 并且告诉你是在第几行出的错。 5、能够识别浮点数,
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:1258936
    • 提供者:lixmin
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 »
搜珍网 www.dssz.com