搜索资源列表
0V9650-drive-application-source-code
- 编译器必须为 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命令,请
EMERSON
- 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
calc2
- 是个简单的词法分析器,可以检测多项语法,是编译器的前端-Is a simple lexical analyzer can detect a number of syntax, the compiler front-end
MM5.TAR
- 用于气象预报的软件,该软件可在ifc编译器中进行编译-For weather forecasting software, which can ifc compiler to compile
ds18b20_driver
- DS18B20是温度传感器,开发环境是mini2440 操作系统linux 编译器arm-linux-g-DS18B20 temperature sensor, the development environment is mini2440 operating system Linux compiler arm-linux-gcc
can4linux-4.1
- can总线的linux驱动程序,需要在linux环境下编译,需要make与编译器-can bus linux drivers, you need to compile the linux environment, you need to make the compiler
Bank
- 迷你bank 利用Linux Vim编译器书写简单银行系统-Mini-bank use Linux Vim Compiler write simple banking system
ass
- sd卡接口应用举例程序,部分模块,需用特定编译器编译-Examples sd card interface application program, part of the module,
Compiler-Principle-1
- 编译器就是将“高级语言”翻译为“机器语言(低级语言)”的程序。一个现代编译器的主要工作流程:源代码 (source code) → 预处理器 (preprocessor) → 编译器 (compiler) → 目标代码 (object code) → 链接器 (Linker) → 可执行程序 (executables)-Compiler Principle
Compiler-Principle-2
- 编译器就是将“高级语言”翻译为“机器语言(低级语言)”的程序。一个现代编译器的主要工作流程:源代码 (source code) → 预处理器 (preprocessor) → 编译器 (compiler) → 目标代码 (object code) → 链接器 (Linker) → 可执行程序 (executables)-The compiler is to " high-level language," translated as " machine language
Compiler-Principle-3
- 编译器就是将“高级语言”翻译为“机器语言(低级语言)”的程序。一个现代编译器的主要工作流程:源代码 (source code) → 预处理器 (preprocessor) → 编译器 (compiler) → 目标代码 (object code) → 链接器 (Linker) → 可执行程序 (executables)
camera_480272_64xx
- 安装步骤 第一步:先检测是否安装了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
openmpi-1.8.1.tar
- openmpi是可以编译并行程序的编译器,它是非常重要的。-openmpi-1.8.1 is a new mpi software. It can compile some important code.
CODE
- IAR STM8 编译器的 IIC 转485 程序-IAR STM8 compiler IIC to 485 program
61IC_S3428
- busybox是交叉编译环境,内涵很多编译器,适合进行arm linux开发使用-Busybox is a cross compiler environment, meaning many compilers, suited for arm Linux development use
touchscreen
- 基于TQ2440开发板的触摸屏功能的实现,有屏幕校验功能,是裸机程序,在uboot中开发,使用的是3.4.5的交叉编译器-TQ2440 touchscreen
05.LinuxLearn
- 该文档包含一些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
c4-master
- 一个小型的编译器,开源的,用纯C实现 ,很好的学习开源的软件!-a single complier,developed by C language!
Colfax-HOW-Day-03
- 引入了数据并行和自动矢量化。讨论的主题包括:SIMD运算的概念,使用内联函数向量化代码,英特尔编译器回路的自动矢量化,用符号和表达式功能启用SIMD阵列。演示文稿还涉及到假设的向量依赖性,和情况下,程序员必须消除编译器的假设向量依赖。实践部分,使用英特尔编译器执行自动矢量化,诊断其成功,使自动矢量化发生时,编译器不见数据并行的机会。-Session 3 introduces data parallelism and automatic vectorization. Discussed topic
ioctl_beep
- linux下beep驱动,用交叉编译器编译成开发板上能用的驱动-Linux beep driver, with a cross compiler compiled into the development board can be used to drive