CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux驱动 搜索资源 - 编译器

搜索资源列表

  1. 0V9650-drive-application-source-code

    0下载:
  2. 编译器必须为 3.3.2 编译时候要加参数 1)加载模块:insmod s3c2440a_camif.ko (设备节点为:/dev/v4l/video0) 2)运行程序:./ov9650_init (通过iic初始化ov9650芯片,运行一次即可) 2)运行测试程序:./testcamera (加-h可查看参数说明) 注: 1)驱动模块中不含摄像头芯片的iic初始化,初始化部分位于ov9650_init中。 2)若文件系统不支持2.6下的insmod命令,请
  3. 所属分类:Linux驱动

    • 发布日期:2017-05-10
    • 文件大小:2434724
    • 提供者:王五
  1. EMERSON

    0下载:
  2. linux 艾默生直流系统通讯协议通讯协议代码,标准c++代码,支持3种编译器:xscale_be-g++,arm-linux-g++,mxscaleb-g++,可做参考学习用。 -Linux Emerson dc system and communication protocol communications protocol code, standard c++ code, support three compiler: xscale_be-g++, arm-Linux-g++, mxs
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-03
    • 文件大小:3505
    • 提供者:
  1. calc2

    0下载:
  2. 是个简单的词法分析器,可以检测多项语法,是编译器的前端-Is a simple lexical analyzer can detect a number of syntax, the compiler front-end
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-11
    • 文件大小:688
    • 提供者:陈辰
  1. MM5.TAR

    0下载:
  2. 用于气象预报的软件,该软件可在ifc编译器中进行编译-For weather forecasting software, which can ifc compiler to compile
  3. 所属分类:Driver develop

    • 发布日期:2017-11-25
    • 文件大小:2189802
    • 提供者:阳林峰
  1. ds18b20_driver

    0下载:
  2. DS18B20是温度传感器,开发环境是mini2440 操作系统linux 编译器arm-linux-g-DS18B20 temperature sensor, the development environment is mini2440 operating system Linux compiler arm-linux-gcc
  3. 所属分类:Driver develop

    • 发布日期:2017-11-13
    • 文件大小:714094
    • 提供者:张小军
  1. can4linux-4.1

    0下载:
  2. can总线的linux驱动程序,需要在linux环境下编译,需要make与编译器-can bus linux drivers, you need to compile the linux environment, you need to make the compiler
  3. 所属分类:Driver develop

    • 发布日期:2017-11-19
    • 文件大小:531609
    • 提供者:jyy
  1. Bank

    0下载:
  2. 迷你bank 利用Linux Vim编译器书写简单银行系统-Mini-bank use Linux Vim Compiler write simple banking system
  3. 所属分类:Driver develop

    • 发布日期:2017-12-01
    • 文件大小:718155
    • 提供者:萧烈
  1. ass

    0下载:
  2. sd卡接口应用举例程序,部分模块,需用特定编译器编译-Examples sd card interface application program, part of the module,
  3. 所属分类:Driver develop

    • 发布日期:2017-04-03
    • 文件大小:3628
    • 提供者:聂颖颖
  1. Compiler-Principle-1

    0下载:
  2. 编译器就是将“高级语言”翻译为“机器语言(低级语言)”的程序。一个现代编译器的主要工作流程:源代码 (source code) → 预处理器 (preprocessor) → 编译器 (compiler) → 目标代码 (object code) → 链接器 (Linker) → 可执行程序 (executables)-Compiler Principle
  3. 所属分类:Driver develop

    • 发布日期:2017-06-08
    • 文件大小:15997457
    • 提供者:陈宁
  1. Compiler-Principle-2

    0下载:
  2. 编译器就是将“高级语言”翻译为“机器语言(低级语言)”的程序。一个现代编译器的主要工作流程:源代码 (source code) → 预处理器 (preprocessor) → 编译器 (compiler) → 目标代码 (object code) → 链接器 (Linker) → 可执行程序 (executables)-The compiler is to " high-level language," translated as " machine language
  3. 所属分类:Driver develop

    • 发布日期:2017-06-16
    • 文件大小:25329664
    • 提供者:陈宁
  1. Compiler-Principle-3

    0下载:
  2. 编译器就是将“高级语言”翻译为“机器语言(低级语言)”的程序。一个现代编译器的主要工作流程:源代码 (source code) → 预处理器 (preprocessor) → 编译器 (compiler) → 目标代码 (object code) → 链接器 (Linker) → 可执行程序 (executables)
  3. 所属分类:Driver develop

    • 发布日期:2017-06-02
    • 文件大小:15144307
    • 提供者:陈宁
  1. camera_480272_64xx

    0下载:
  2. 安装步骤 第一步:先检测是否安装了3.3.2交叉编译器(交叉编译器一定要安装到/usr/local/arm目录下) 第二步执行 make clean 第三步执行make 在使用开发板上的camera之前要注意的是,在启动linux之前一定要先插上camera,否则camera无法正常使用,因为在启动linux的时候就必须开始对camera进行配置和ID的识别-Installation Step 1: First check if installed 3.3.2
  3. 所属分类:Driver develop

    • 发布日期:2017-04-24
    • 文件大小:166965
    • 提供者:wj
  1. openmpi-1.8.1.tar

    1下载:
  2. openmpi是可以编译并行程序的编译器,它是非常重要的。-openmpi-1.8.1 is a new mpi software. It can compile some important code.
  3. 所属分类:Driver develop

    • 发布日期:2017-06-12
    • 文件大小:19751356
    • 提供者:薛瑞杰
  1. CODE

    0下载:
  2. IAR STM8 编译器的 IIC 转485 程序-IAR STM8 compiler IIC to 485 program
  3. 所属分类:Driver develop

    • 发布日期:2017-04-04
    • 文件大小:537823
    • 提供者:chenyong
  1. 61IC_S3428

    0下载:
  2. busybox是交叉编译环境,内涵很多编译器,适合进行arm linux开发使用-Busybox is a cross compiler environment, meaning many compilers, suited for arm Linux development use
  3. 所属分类:Driver develop

    • 发布日期:2017-05-18
    • 文件大小:4994048
    • 提供者:pangxinjie
  1. touchscreen

    0下载:
  2. 基于TQ2440开发板的触摸屏功能的实现,有屏幕校验功能,是裸机程序,在uboot中开发,使用的是3.4.5的交叉编译器-TQ2440 touchscreen
  3. 所属分类:Driver develop

    • 发布日期:2017-04-07
    • 文件大小:36988
    • 提供者:wangxiancai
  1. 05.LinuxLearn

    0下载:
  2. 该文档包含一些Linux的学习资料,介绍了Linux安装步骤,操作介绍,编译器,调试器等等,学习Linux编程可以参考参考-The document contains a number of Linux learning materials, introduces the Linux installation steps, operations reports, compilers, debuggers, and so on, to learn Linux programming can ref
  3. 所属分类:Driver develop

    • 发布日期:2017-06-11
    • 文件大小:18681786
    • 提供者:julie
  1. c4-master

    0下载:
  2. 一个小型的编译器,开源的,用纯C实现 ,很好的学习开源的软件!-a single complier,developed by C language!
  3. 所属分类:Driver develop

    • 发布日期:2017-04-29
    • 文件大小:12361
    • 提供者:forrest
  1. Colfax-HOW-Day-03

    0下载:
  2. 引入了数据并行和自动矢量化。讨论的主题包括:SIMD运算的概念,使用内联函数向量化代码,英特尔编译器回路的自动矢量化,用符号和表达式功能启用SIMD阵列。演示文稿还涉及到假设的向量依赖性,和情况下,程序员必须消除编译器的假设向量依赖。实践部分,使用英特尔编译器执行自动矢量化,诊断其成功,使自动矢量化发生时,编译器不见数据并行的机会。-Session 3 introduces data parallelism and automatic vectorization. Discussed topic
  3. 所属分类:Driver develop

    • 发布日期:2017-05-04
    • 文件大小:18175
    • 提供者:黄雪
  1. ioctl_beep

    0下载:
  2. linux下beep驱动,用交叉编译器编译成开发板上能用的驱动-Linux beep driver, with a cross compiler compiled into the development board can be used to drive
  3. 所属分类:Driver develop

    • 发布日期:2017-05-05
    • 文件大小:3935
    • 提供者:yu
搜珍网 www.dssz.com