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

Search list

[DocumentsLINUX-arm-cross-tool学习笔记

Description: 学习笔记;arm-linux交叉工具安装 学习笔记;fedora 10 samba服务启动 学习笔记;安装所有未安装的软件包 学习笔记;fedora 10 VMware Tools安装 学习笔记;Bootstrap-v1.13编译
Platform: | Size: 4989 | Author: makun315@sohu.com | Hits:

[Embeded Linuxminigui-res-1.6.10.tar

Description: 嵌入式linux系统GUI--minigui
Platform: | Size: 2956865 | Author: zhushiwei522@163.com | Hits:

[Network DevelopLINUX设备驱动程序

Description: linux设备驱动程序
Platform: | Size: 1288924 | Author: ljl_jiayou@126.com | Hits:

[Program doclinux网络编程

Description: linux网络编程,顾名思义.
Platform: | Size: 6084 | Author: sudolee@msn.cn | 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:

[DocumentsLinux+Device+Drivers+3rd(中文版)

Description: linux驱动开发教材,资深专用
Platform: | Size: 1893184 | Author: henngy | Hits:

[DocumentsLinux 学习笔记

Description:
Platform: | Size: 7328 | Author: xlfdan@sina.com | Hits:

[Program doclinux 下的xml C编程

Description: 主要讲述libxml2在linux下的使用,及其如何使用xml,相应的函数和应用
Platform: | Size: 8886 | Author: jackiezyb | Hits:

[Windows Kernellinux下的c编程专家之路

Description: linux专家之路 linux下的c编程
Platform: | Size: 84558 | Author: dreamhunter | Hits:

[Linux-UnixDigi Connect Wi-Wave 802.11b/g wireless LAN Linux Driver sources

Description: 802.11b/g USB radio card linux driver sources
Platform: | Size: 72032 | Author: wrtoch | Hits:

[Linux-Unixlinux-2.5.10

Description: 是关于linux2.5.1的完全源码- Is about the linux2.5.1 complete source code
Platform: | Size: 38112256 | Author: 许色 | Hits:

[Linux-Unixlinux-dvb.2003-10-13

Description: linux数字电视播放器,比先的版本高一些.-linux DTV players than the first version higher.
Platform: | Size: 783360 | Author: 刘先生 | Hits:

[Linux-Unixgtk+-2.6.10

Description: linux下电话本所依赖的一些图形库,提供界面的操作-phone book under linux rely on some graphics library to provide the operator interface
Platform: | Size: 16928768 | Author: 曹离 | Hits:

[Linux-Unixlinux-2.6.10-ov511

Description: Linux 2.6内核环境下OV511 + ov7620驱动芯片驱动, USB接口,适用于该芯片的组合摄像头图像采集。-Linux 2.6 kernel under the environment of the OV511+ ov7620 driver chip preparation, USB interface, suitable for use in the chip under the combination of camera image acquisition.
Platform: | Size: 32768 | Author: panzekai | Hits:

[Linux-Unixmmc

Description: linux下MMC卡驱动程序。内核版本linux 2.6.10-MMC card driver under linux
Platform: | Size: 6144 | Author: wangpoba | Hits:

[Linux-Unixi2c-dev

Description: 基于linux下IC总线驱动程序,linux内核版本2.6.10-Based on the IC bus driver for linux
Platform: | Size: 4096 | Author: wangpoba | Hits:

[Embeded-SCM DevelopMiniGUI-var-1.6.8

Description: 名称 MiniGUI - 面向实时嵌入式 Linux 系统的小型跨平台图形用户界面支持系统 目录 1. 介绍 2. 什么是 MiniGUI-Lite 3. MiniGUI 版本 1.6 的新功能特点 4. 在 Linux 上安装 MiniGUI 5. Linux 上的安装及配置示例 6. 开发历史 7. 有关作者 8. 如果遇到问题 9. 版权信息 10. 在商业或专有系统中的使用 MiniGUI 1. 介绍 MiniGUI 是一个遵循 GPL 条款的自由软件项目. 该项目由北京飞漫软件技术有限公 司主持. MiniGUI 的目标是提供一个稳定的, 轻量级的跨操作系统图形用户界面支持系统, 尤其适合基于 Linux/uClinux, eCos, uC/OS-II, VxWorks, ThreadX 等的实时嵌入 式系统. -Version 1.6.8 (2005/09/05) This release needs the following resource packages: * minigui-res-1.6.tar.gz The latest demo package is: * mde-1.6.8.tar.gz The latest samples package is: * mg-samples-1.6.8.tar.gz NAME MiniGUI- a compact cross-platform Graphics User Interface support system for real-time embedded systems. TABLE OF CONTENTS 1. Introduction 2. What s MiniGUI-Lite 3. New features of MiniGUI version 1.6 4. Installing MiniGUI on a Linux box 5. History 6. About the authors 7. If you have a problem 8. A Little FAQ 9. Copying 10. If you are developing commercial or proprietary software by using MiniGUI
Platform: | Size: 17561600 | Author: guyunchong | Hits:

[Linux-Unixlinux-2.6.10

Description: 一个linux2.6.10内核的源码,很稳定的一版,已经成功移植到S3C2440开发板上,适用于嵌入式开发人员。-A linux2.6.10 kernel source, a very stable version has been successfully transplanted to the S3C2440 development board for embedded developers.
Platform: | Size: 52105216 | Author: 王刚 | Hits:

[Linux-Unixlibminigui-1.6.10

Description: 基于linux的minigui 界面的开发源码 -Minigui linux-based open-source interface
Platform: | Size: 4152320 | Author: 孙皓 | Hits:

[Internet-Networklibevent-2.0.10-stable-cmake

Description: libevent 2 cmake版  libevent是一个事件触发的网络库,适用于windows、linux、bsd等多种平台,内部使用select、epoll、kqueue等系统调用管理事件机制。著名分布式缓存软件memcached也是libevent based,而且libevent在使用上可以做到跨平台,而且根据libevent官方网站上公布的数据统计,似乎也有着非凡的性能。-libevent is an event triggered by the network library for windows, linux, bsd and other platforms, the internal use of select, epoll, kqueue mechanism for event management such as system calls. Memcached distributed caching software is famous libevent based, and can be done in the use of libevent cross-platform, and according to libevent official statistics published on the website, seems to have a remarkable performance.
Platform: | Size: 1820672 | Author: ice | Hits:
« 12 3 4 5 6 7 8 9 10 ... 17 »

CodeBus www.codebus.net