搜索资源列表
Compiler-Principle-2
- 编译器就是将“高级语言”翻译为“机器语言(低级语言)”的程序。一个现代编译器的主要工作流程:源代码 (source code) → 预处理器 (preprocessor) → 编译器 (compiler) → 目标代码 (object code) → 链接器 (Linker) → 可执行程序 (executables)-The compiler is to " high-level language," translated as " machine language
61IC_S3428
- busybox是交叉编译环境,内涵很多编译器,适合进行arm linux开发使用-Busybox is a cross compiler environment, meaning many compilers, suited for arm Linux development use
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
Colfax-HOW-Day-03
- 引入了数据并行和自动矢量化。讨论的主题包括:SIMD运算的概念,使用内联函数向量化代码,英特尔编译器回路的自动矢量化,用符号和表达式功能启用SIMD阵列。演示文稿还涉及到假设的向量依赖性,和情况下,程序员必须消除编译器的假设向量依赖。实践部分,使用英特尔编译器执行自动矢量化,诊断其成功,使自动矢量化发生时,编译器不见数据并行的机会。-Session 3 introduces data parallelism and automatic vectorization. Discussed topic
