搜索资源列表
Pthread-of-linux
- 在linux环境下编写一个控制台应用程序,程序中有一个共享的整型变量shared_var,初始值为0;创建一个线程并使其立即与主线程并发执行。新创建的线程与主线程均不断地循环,并输出shared_var 的值。主线程在循环中不断地对shared_var 进行加1操作,即每次循环shared_var 被加1;而新创建的线程则不断地对shared_var 进行减1 操作,即每次循环shared_var 被减1。观察程序运行的结果,并对你看到的现象进行解释。-Written in the linux
linuxDR
- 嵌入式linux设备驱动是嵌入式系统中十分重要的组成部分。本书详细讲解了嵌入式linux的各种设备驱动,包括字符设备驱动、数字显示驱动、键盘驱动、a/d驱动、d/a驱动、lcd驱动、触摸屏驱动、can总线驱动、iic总线驱动、音频总线驱动、ide接口驱动、闪存芯片驱动、usb驱动、串口驱动、网络设备驱动等,并结合大量实例进行讲解,读者可以快速熟悉和掌握相关知识。 -Embedded linux device driver is a very important part of embedd
LDD6410
- 《Linux设备驱动开发详解》(第2版)实验手册,LDD6410实验手册-Linux device driver development explain " (2nd edition) the experimental manual, LDD6410, Experimental Manual
MAKEFILE
- 驱动Makefile编写规则及应用讲解,LINux2.6内核驱动编写-The driver Makefile to write rules and explain LINux2.6 kernel driver to write
globalmem
- 宋宝华的设备驱动开发详解里面讲解的虚拟设备驱动 -Song Baohua device driver development Xiangjie which explain the virtual device driver
armPlinuxPstart_kernel
- linux内核启动的分析文档,整个文档很详细的讲解了内核的启动过程,对于理解linux系统的启动有帮助-linux kernel start the analysis of the document, the entire document in great detail to explain the kernel boot process, for the understanding of the Linux system start
Linux-IO
- 详细讲解了Linux下I/O驱动的两种模式,非常详细-Explain in detail the two modes under Linux I/O drivers, very detailed
Linux123
- Linux设备驱动开发详解 设备驱动开发入门-Linux device driver development explain device driver development entry
Linux-Qt-primer
- linux 下Qt编程入门学习资料,简单易懂,从基础开始讲解。-under linux the Qt programming portal learning materials, simple and easy to understand, explain start with the basics.
LCD_driver
- 这个是s3c24xx嵌入式驱动开发详解的lcd源码,这是比较不错的哦一个驱动源码哦。-This is S3C24xx embedded driver development explain the LCD source code, which is a driving source, oh, oh good.
CYY
- 最全面讲解最详细的C语言资料,欢迎大家下载查阅。-The most comprehensive to explain the most detailed information on the C language, welcome to download inspection.
ubootstudynote.tar
- uboot 移植及启动,详解和学习笔记。 对uboot移植很有用-uboot transplant and starting, explain and study notes
Linux-orders
- 本文件基本囊括Linux终端中常用的几个命令,以及命令的详解部分,附带例子。-This document covers basic Linux terminal a few commonly used commands, and explain part of the command, with examples.
Linux-
- Linux 系统下串行通讯下载器讲解入门,及应用,自己可制作-Linux system serial communication downloader explain entry, and application, he can produce
Linux-driver
- Linux设备驱动详解,对于初学者入门很有帮助,涉及到字符驱动、块驱动和网络驱动等-Linux device drivers explain, very helpful for beginners , related to the character-driven, block drivers and network drivers, etc.
Makefile-programming
- linux Makefile编程详细讲解资料-linux Makefile programming information for beginners and explain in detail the linux developers textbooks
Linux----Kernel
- Linux内核讲解,很不错的书籍。讲解linux内核的使用以及内核编程的注意事项,很好的一本书籍-The Linux kernel to explain, very good books.
Linux-ALSA-driver-analyze
- Codec调不通? widgets是什么鬼? DAPM看不懂? 音频没有声音? Linux Audio 有bug? Android 音频如何配置? Linux 2.6与Linux 3.x 内核音频架构有什么差异? 文档总共12篇,内容简介: 根据源码分析ALSA架构,有图有码(代码,不是马赛克:)),理解非常容易 ASoC的软硬件架构分析 具体讲解PCM、Controls、dai ASoC架构中的Machine ASoC架构
stm32
- STM32功能引擎驱动说明,介绍了STM32的驱动模板使用,以及STM32使用,驱动中对不同功能模块驱动进行说明-STM32 function engine driver descr iption, describes the use of STM32 driver templates, as well as the use of STM32, the driver of the different functional modules to explain
《ARM体系结构与编程》杜春雷
- 这篇文章是好不容易找到的,关于arm体系架构讲解的书,对理解BootLoader有很大帮助(This article is not easy to find, on the arm architecture to explain the book, to understand the BootLoader has great help)