Welcome![Sign In][Sign Up]
Location:
Search - linux 21

Search list

[Communicationbluez-utils-2.21

Description: 蓝牙bluetooth技术的源代码,非常有参考价值,该代码在linux下可编译,实现了蓝牙协议的大部分profile-Bluetooth BlueTooth technology source code is very valuable, and the code can be compiled under Linux, achieving most of the Bluetooth protocol profile
Platform: | Size: 580368 | Author: 杨安国 | Hits:

[Other resourcelinux-2.4.21.tar

Description: 一个2.4.21版本的嵌入式linux内核-a 2.4 version of embedded Linux kernel
Platform: | Size: 43749357 | Author: 柳林 | Hits:

[Search Engineparker-2004-09-21

Description: 一个linux下的ftp搜索引擎,网络搜索parker能找到相关安装性息,经测试可用.-one of ftp search engine, Web search PARKER can find sexual interest related installation, testing available.
Platform: | Size: 136399 | Author: 分段法 | Hits:

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了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
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[Communicationbluez-utils-2.21

Description: 蓝牙bluetooth技术的源代码,非常有参考价值,该代码在linux下可编译,实现了蓝牙协议的大部分profile-Bluetooth BlueTooth technology source code is very valuable, and the code can be compiled under Linux, achieving most of the Bluetooth protocol profile
Platform: | Size: 580608 | Author: 杨安国 | Hits:

[Embeded Linuxlinux-2.4.21.tar

Description: 一个2.4.21版本的嵌入式linux内核-a 2.4 version of embedded Linux kernel
Platform: | Size: 43749376 | Author: 柳林 | Hits:

[Search Engineparker-2004-09-21

Description: 一个linux下的ftp搜索引擎,网络搜索parker能找到相关安装性息,经测试可用.-one of ftp search engine, Web search PARKER can find sexual interest related installation, testing available.
Platform: | Size: 136192 | Author: 分段法 | Hits:

[SNMPsnmp++v3.2.21.tar

Description: 有两个开放的SNMP开发库,也是现在用的最多的!一个net-snmp,一个是snmp++,都可以夸平台,但是net-snmp是基于c语言的,而snmp++是基于C++的,并且一般多用于Windows,反之net-snmp多用于Linux!-two open SNMP development bank, as well as one of the most! A net-snmp, is a snmp, can boast platform But net-snmp is based on the c language, which is based on C snmp. and more generally used Windows, contrary net-snmp more for Linux!
Platform: | Size: 266240 | Author: 黄福统 | Hits:

[Linux-Unixkernel-ntfs-2.4.21-53.EL.i686

Description: redhat下挂载移动硬盘能用到的一个支持ntfs文件系统rpm包,内核版本为2.4.21。-under redhat mobile hard disk can be used to mount a ntfs file system to support the rpm package, kernel version 2.4.21.
Platform: | Size: 35840 | Author: 王珏 | Hits:

[Other Riddle gamesminesweep[08-01-21]

Description: linux系统基于QT的扫雷游戏,有保存功能。-linux system is based on QT s mine games, there is preservation of function.
Platform: | Size: 222208 | Author: siling008 | Hits:

[Crack Hacksslsniffer-1.21.tar

Description: ssl sniffer源代码,适合于UNIX、LINUX侦听ssl数据-ssl sniffer source code, suitable for UNIX, LINUX listening ssl data
Platform: | Size: 23552 | Author: sany | Hits:

[Internet-Networkrtl8180-0.21.tar

Description: RTL8187 for linux驱动 提供内核支持802.11g的模块,提供WEP数据安全通信协议模块-RTL8187 for linux driver to provide core support for 802.11g modules, providing WEP data security communication protocol module
Platform: | Size: 96256 | Author: 水电开发 | Hits:

[OtherLinux(2.4.21)configure

Description: Linux(2.4.21)内核配置注意事宜,这里介绍了Linux(2.4.21)内核配置嵌入式系统的一些注意点,可以架构XSBase270平台的-Linux (2.4.21) kernel configuration attention to matters here introduced Linux (2.4.21) kernel configuration of embedded systems a number of attention points, you can structure XSBase270 platform
Platform: | Size: 124928 | Author: hh | Hits:

[Linux-UnixLinux

Description: 21天学会LINUX/UNIX,适合初学者-21 days of the Institute of LINUX/UNIX, suitable for beginners
Platform: | Size: 1292288 | Author: 张新 | Hits:

[Embeded Linuxs3c-linux-2.6.21.tar

Description: linux kernel version 2.6.21 for mv6410 arm board
Platform: | Size: 58903552 | Author: Huy | Hits:

[Linux-Unix2.6.21-at91.patch

Description: atmel芯片的LINUX补丁,适用于2.6.21内核-atmel chip LINUX patch for 2.6.21 kernel
Platform: | Size: 83968 | Author: puti | Hits:

[Linux-UnixProfessional-Linux-Programming

Description: Contents Acknowledgments ix Introduction xix Chapter 1: Working with Linux 1 A Brief History of Linux 2 The GNU Project 2 The Linux Kernel 3 Linux Distributions 4 Free Software vs. Open Source 4 Beginning Development 5 Choosing a Linux Distribution 6 Installing a Linux Distribution 8 Linux Community 15 Linux User Groups 15 Mailing lists 16 IRC 16 Private Communities 16 Key Differences 16 Linux Is Modular 17 Linux Is Portable 17 Linux Is Generic 17 Summary 18 Chapter 2: Toolchains 19 The Linux Development Process 19 Working with Sources 20 Configuring to the Local Environment 21 Building the Sources 22 Components of the GNU Toolchain 23 The GNU Compiler Collection 23 The GNU binutils 34 GNU Make 39 The GNU Debugger 40
Platform: | Size: 5298176 | Author: ziv.han | Hits:

[Otherlibusb-1.0.21

Description: linux平台下使用的usb接口库,带有测试实例,使用实例(Linux platform used under the USB interface library, with test examples, the use of examples)
Platform: | Size: 607232 | Author: snakeguter | Hits:

[Documents基于 linux交叉编译工具的介绍

Description: Linux下C开发环境的搭建过程,基于 linux-3.0.3、binutils-2.21.1、glibc-2.13、glibc-ports-2.13、gcc-4.6.1、gmp-5.0.2、mpfr-3.0.1、mpc-0.9 构建(Linux C development environment under the construction process, based on linux-3.0.3, binutils-2.21.1, glibc-2.13, glibc-ports-2.13, gcc-4.6.1, gmp-5.0.2, mpfr-3.0.1, mpc-0.9 build)
Platform: | Size: 11264 | Author: symic | Hits:

[Linux-Unix21天学通Linux C编程(第2版)光盘内容

Description: 21天学通Linux C编程(第2版)光盘内容,含电子教案(PPT)、习题参考答案和源代码(CD content of 21 days to learn Linux C programming (2nd edition), including electronic lesson plans (PPT), exercises reference answers and source code)
Platform: | Size: 4160512 | Author: 十一寒 | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net