CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - linux book
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - linux book - List
[
Develop Tools
]
How.Linux.Works.What.Every.Super.User.Should.Know.
DL : 0
How.Linux.Works.What.Every.Super.User.Should.Know..一本很不错的初学linux的书,同时也温习一下英语-How.Linux.Works.What.Every.Super.Use r.Should.Know .. a very good beginner linux book, also study what English. .
Date
: 2008-10-13
Size
: 1013.36kb
User
:
孙一
[
Linux-Unix
]
Linux-book
DL : 0
Linux书籍,详细讲解Linux的基础知识,是个不错的书籍
Date
: 2008-10-13
Size
: 4.23mb
User
:
weiw
[
Other
]
Linux Device Driver(3rd Edition)
DL : 0
Linux设备驱动程序第三版(英文版),Linux设备驱动方面很权威的一本书-Linux Device Drivers, third edition (English) and Linux device driver aspects very authoritative a book
Date
: 2009-04-25
Size
: 4.94mb
User
:
zzcje@163.com
[
Books
]
linux设备驱动程序开发详解
DL : 0
详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Date
: 2010-11-29
Size
: 23.92mb
User
:
zxx000
[
Linux-Unix
]
Linux操作系统网络驱动程序编写
DL : 0
book
Date
: 2025-07-15
Size
: 40kb
User
:
康珂
[
Mathimatics-Numerical algorithms
]
linux内核0.11详细注释
DL : 0
本书对Linux 早期操作系统内核(v0.95)全部代码文件进行了详细全面的注释和说明,旨在使读者能够在尽量短的时间内对Linux 的工作机理获得全面而深刻的理解,- This book (v0.95) the complete code document has carried on the detailed comprehensive annotation and the explanation to the Linux early time operating system essence, is for the purpose of enabling the reader to obtain comprehensive and the profound understanding in the as far as possible short time to the Linux work mechanism,
Date
: 2025-07-15
Size
: 2.18mb
User
:
杜水飞
[
Linux-Unix
]
Linux 24学时教程
DL : 0
一本非常不错的linux书!-a very good book linux!
Date
: 2025-07-15
Size
: 32.28mb
User
:
萧寒
[
Books
]
OReilly - Running Linux_4th Edition
DL : 0
一本很好的学习Linux书。-a good learning Linux book.
Date
: 2025-07-15
Size
: 3.25mb
User
:
不说
[
Embeded Linux
]
(E-Book) Linux C++ Programming
DL : 0
(E-Book) Linux C++ Programming.zip,for those who like linux programming-(E-Book) Linux C Programming.zip, for those who like linux programming
Date
: 2025-07-15
Size
: 124kb
User
:
洛阳
[
Other
]
embedded-linux-图形系统介绍
DL : 0
有关linux下图形系统的详细介绍 包括qt,minigui等等图形库的介绍- Under related linux the graph system detailed introduction includes qt, minigui and so on graph storehouse the introduction
Date
: 2025-07-15
Size
: 223kb
User
:
侯景昆
[
Books
]
How.Linux.Works.What.Every.Super.User.Should.Know.
DL : 0
How.Linux.Works.What.Every.Super.User.Should.Know..一本很不错的初学linux的书,同时也温习一下英语-How.Linux.Works.What.Every.Super.Use r.Should.Know .. a very good beginner linux book, also study what English. .
Date
: 2025-07-15
Size
: 1013kb
User
:
孙一
[
Linux-Unix
]
Linux-book
DL : 0
Linux书籍,详细讲解Linux的基础知识,是个不错的书籍-Linux books, Linux on the basis of detailed knowledge, a good book
Date
: 2025-07-15
Size
: 4.23mb
User
:
weiw
[
Linux-Unix
]
linux-cprogramme
DL : 0
一本关于linux下c语言的好书。a book aboat linux programme using c language-On a linux under c language books. a book aboat linux programme using c language
Date
: 2025-07-15
Size
: 509kb
User
:
退休费
[
Linux-Unix
]
linux-C
DL : 0
linux under the C programming which complementary with the book of <linux under the C programming>has a total of Chapter 14 proceedings, and "linux .-linux under the C programming which complementary with the book of <linux under the C programming> has a total of Chapter 14 proceedings, and linux.
Date
: 2025-07-15
Size
: 114kb
User
:
夏时
[
Linux-Unix
]
GX-ARM9-2410EP-LINUX-BOOK
DL : 0
瑞泰创新的GX-ARM9-2410EP教学实验系统关于LINUX操作系统开发的详细资料-Ruitai innovative GX-ARM9-2410EP teaching experimental system LINUX operating system on the development of detailed information
Date
: 2025-07-15
Size
: 579kb
User
:
李开志
[
Books
]
linux
DL : 0
linux命令收集,初学者的利器。 linux命令收集,初学者的利器。-linux book is good!!!!!linux book is good!!!!!linux book is good!!!!!
Date
: 2025-07-15
Size
: 7kb
User
:
liou
[
Other
]
Linux
DL : 0
本书全面而深入地介绍了GNU/Linux编程。首先介绍了在Linux上编程必备的编程工具,然后在库函数、系统调用以及内核上阐述Linux编程知识,并专门讲述了包括TCP/IP、UDP以及多播套接口在内的网络编程知识;图形界面也是本书的重点内容,本书着重讲述了文本形式的图形界面库ncurses;还分别讲解了真正图形化的流行系统X Window、Qt、GNOME以及OpenGL的基本编程方法;最后,介绍了Bash编程和设备驱动编程。-Comprehensive and in-depth book introduces the GNU/Linux programming. First introduced in Linux on the programming necessary programming tools, and then in the library functions, system calls and the set of Linux kernel programming knowledge, and specifically addressed, including TCP/IP, UDP and multicast network, including socket programming knowledge graphical interface is also the focus of the content of the book, the book focuses on the text about the form of graphical interface library ncurses also give talks on the true prevalence of graphical system X Window, Qt, GNOME and the basic OpenGL programming Finally, the introduction of the Bash programming and device driver programming.
Date
: 2025-07-15
Size
: 13.39mb
User
:
万娟
[
Software Engineering
]
Book-LinuxDrive
DL : 0
《Linux设备驱动开发详解》宋宝华 高清 非影印版本 《Linux设备驱动开发详解》是一本介绍Linux设备驱动开发理论、框架与实例的书,《Linux设备驱动开发详解》以Linux 2.6版本内核为蓝本,详细介绍自旋锁、信号量、完成量、中断顶/底半部、定时器、内存和I/O映射以及异步通知、阻塞I/O、非阻塞I/O等Linux设备驱动理论;字符设备、块设备、TTY设备、IC设备、LCD设备、音频设备、USB设备、网络设备、PCI设备等Linux设备驱动的架构和框架中各个复杂数据架构和函数的关系,并讲解了Linux驱动开发的大量实例,使读者能够独立开发各类Linux设备驱动。-linux device driver by songbaohua
Date
: 2025-07-15
Size
: 13.01mb
User
:
yangzhidong
[
Linux-Unix
]
linux book
DL : 0
鸟哥的linux私房菜PDF版,超清,建立初学者下载使用(linux book for pdf, suggest study for rookie)
Date
: 2025-07-15
Size
: 11.93mb
User
:
ToHebe
[
Linux-Unix
]
Linux.Kernel.Development.3rd.Edition.pdf
DL : 0
linux book kernels c, c++
Date
: 2025-07-15
Size
: 1.85mb
User
:
nguyentl
«
1
2
3
4
5
6
7
8
9
10
...
50
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.