搜索资源列表
H9200toJffs2
- 以h9200和Linux-2.4.19为例,描述了jffs2文件系统在norflash上的移植过程。-to h9200 and Linux-2.4.19 example, the paper describes the jffs2 norflash system in the transplant process.
arm_linker
- Arm连接器入门,使用基本链接器功能,访问映象符号,使用分散加载描述文件-arm linker
Qt
- 本书主要讲解描述跨平台图形软件的Qt使用,Qt不但可以运行在Windows、Linux、Mac等操作系统上,还可以移植到嵌入式设备中,并且还有许多第三方驱动。 本书从Qt编程最基础的程序讲起,详细讲解了Qt模块与Qt功能类、Qt文件操作、Qt桌面软件设计、Qt程序与用户交互、Qt图形绘制与多媒体、Qt网络编程、Qt数据库编程、Qt进程与线程、Qt工具使用、Qt嵌入式开发等内容,适合广大Qt编程人员、嵌入式工程师、计算机专业师生使用-This book describes the main
WorkingInMinix
- 描述如何在minix下编辑文件和编译源码。-descripes how to edit files in minix and compile source in minix
misc_add
- Linux混杂设备驱动编写方法 当字符设备以混杂设备的方式注册时,将会有统一的主设备号10,次设备号可以自定义也可以由系统指定,混杂设备的注册方式在驱动程序编写上,简化了字符设备的驱动注册及设备生成步骤,下面的程序描述了混杂设备接口函数的使用方式。 程序由二个文件组成,驱动模块<misc_add.c>及测试程序<misc_test.c>。-Linux device driver writing mixed methods When a
led_cdev
- 功能描述:简单的LED杂项设备驱动,在做好AMR9开发板根文件系统后,加载该驱动程序和控制的应用程序能实现LED灯的亮灭控制-Function Descr iption: LED miscellaneous equipment simple driver, do a good job in the development board AMR9 root file system, light control application program loading the driver and co
c-1116
- 一个进程预定义了三个流:标准输入、标准输出、标准出错。分别用文件描述符STDIN_FILENO、STDOUT_FILENO、STDERR_FILENO分别表示他们,用流指针stdin、stdout、stderr可以加以引用。-Process IO on the first day of learning
cmake-3.3.0-rc1-win32-x86
- CMake是一个跨平台的安装(编译)工具,可以用简单的语句来描述所有平台的安装(编译过程)。他能够输出各种各样的makefile或者project文件,能测试编译器所支持的C++特性,类似UNIX下的automake。-CMake is cross-platform free and open-source software for managing the build process of software using a compiler-independent method. It is
led
- 本文件主要描述了LCD的驱动开发的具体细节,是在ARM11的开发板的基础之上-This document describes the details of the LCD driver development, is based on ARM11 development board