资源列表
Linux
- 指导文档,用于linux初学者学习安装linux(Guide document for beginners learning to install Linux Linux.)
led.tar
- 4412裸机的LED程序,带有启动程序;(4412 click the LED program with a startup program)
GNU Make手册
- make是一个命令工具,它解释Makefile 中的指令(应该说是规则)。在Makefile文件中描述了整个工程所有文件的编译顺序、编译规则。Makefile 有自己的书写格式、关键字、函数。像C 语言有自己的格式、关键字和函数一样。而且在Makefile 中可以使用系统shell所提供的任何命令来完成想要的工作。Makefile(在其它的系统上可能是另外的文件名)在绝大多数的IDE 开发环境中都在使用,已经成为一种工程的编译方法(Make is a command tool that expl
video_subsys_7441
- 用于linux 7441驱动,外部驱动文件,直接交叉编译即开在嵌入式平台使用(For Linux 7441 driver, external drive file, direct cross compilation is used in embedded platform.)
金字塔模板匹配
- 模板匹配与金字塔相结合的实现过程,参考学术论文流程实现有一定的参考价值(device tree learning of LINUX4.4 based on kernel)
gdb
- 包含了100个gdb使用时的小技巧,对于在linux环境下debug困难的同学可以参考一下(A small technique that contains 100 GDB usage)
1306
- linux 下 iic 驱动程序 SSD1306(Iic driver SSD1306 under Linux)
第3章内核编程语言和环境
- Linux内核编程教程第三章:内核编程语言和环境。第三章全部内容(Linux kernel programming tutorial third chapter: kernel programming language and environment. The whole content of the third chapter)
第4章80x86保护模式及其编程
- 教程:Linux内核编程 第4章80x86保护模式及其编程的全部内容,考试用(Tutorial: Linux kernel programming fourth chapter 80x86 protection mode and its programming contents.)
第5章LINUX内核体系结构
- 主要是linux内核编程第5章内容:LINUX内核体系结构。(It is mainly the fifth chapter of Linux kernel programming: LINUX kernel architecture.)
第7章初始化程序(main.c)
- 是Linux内核教程的第7章初始化程序(main.c)(It is the seventh chapter of the Linux kernel tutorial, the initialization program (main.c).)
Linux
- 1.学习并理解如何使用 Hadoop,学会在 Hadoop 中运行简单的程序,了解其运 行过程。 2.通过学习生产者/消费者问题理解多线程同步问题。 1.在 Linux 环境下建立大数据处理框架 (1)学习 Hadoop 的相关知识。 (2)安装并配置 Hadoop 环境。 (3)在 Hadoop 上执行 WordCount 示例。 2. 实现生产者/消费者同步问题 (1)在 linux 系统中学习信号量的使用。 (2)执行生产者与消费者模型。(1. learn and und