CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux驱动 搜索资源 - linux内核

搜索资源列表

  1. CustomFirmwareArDrone

    0下载:
  2. Parrot.ARDRONE 2.6.7 linux内核源代码-souce code for parrot kernel
  3. 所属分类:Driver develop

    • 发布日期:2017-04-04
    • 文件大小:142912
    • 提供者:hanbojiang
  1. avl-2.0.2a.tar

    0下载:
  2. Avl算法,rbtree算法,linux内核实现,可以直接移植使用!-Avl algorithm, rbtree algorithm
  3. 所属分类:Driver develop

    • 发布日期:2017-05-12
    • 文件大小:2724508
    • 提供者:吴帆
  1. part3

    0下载:
  2. linux内核编译,简单的虚拟字符设备,测试代码FinalTest.c-linux kernel compilation, simple virtual character device, test code FinalTest.c
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:3069
    • 提供者:余耀
  1. usbclass

    0下载:
  2. 基于linux内核文件修改后得来的一个虚拟串口的驱动文件,展示了如何写usb驱动,适合初学者学习-The driver file a virtual serial port Linux kernel file modification to based, shows how to write USB driver, suitable for beginners to learn
  3. 所属分类:Driver develop

    • 发布日期:2017-04-01
    • 文件大小:21029
    • 提供者:
  1. Linux-program

    1下载:
  2. 主要介绍UNIX环境高级编程和基于Linux0.12内核完全剖析,适合Linux高手学习使用。-Introduces high-level programming environment for UNIX-based and completely analyze Linux0.12 kernel for Linux experts to learn to use.
  3. 所属分类:Driver develop

    • 发布日期:2017-05-30
    • 文件大小:13203456
    • 提供者:徐节龙
  1. s5pc100_beep_pwm

    1下载:
  2. pwm控制蜂鸣器发出乐音,基于cortex-a8平台,主cpu是s5pc100,开发环境是ubuntu 12.04,linux内核版本是2.6.35-pwm control buzzer tone, cortex-a8-based platform, the main cpu is s5pc100, the development environment is ubuntu 12.04, linux kernel version is 2.6.35
  3. 所属分类:Driver develop

    • 发布日期:2015-07-08
    • 文件大小:4096
    • 提供者:Nash
  1. s3c_ts

    0下载:
  2. linux内核开发,LCD驱动码或其他好源码或编程学习资料-linux mini2440
  3. 所属分类:Driver develop

    • 发布日期:2017-04-10
    • 文件大小:1445
    • 提供者:touhao
  1. CAT6611-driver

    0下载:
  2. HDMI芯片CAT6611在linux内核中的驱动代码-HDMI chip driver
  3. 所属分类:Driver develop

    • 发布日期:2017-03-30
    • 文件大小:33439
    • 提供者:刘方
  1. es8328-driver

    0下载:
  2. 音频编解码芯片ES8328在linux内核中的驱动代码-codec chip driver
  3. 所属分类:Driver develop

    • 发布日期:2017-04-01
    • 文件大小:7366
    • 提供者:刘方
  1. Goodix-Touch-screen-driver

    0下载:
  2. Goodix 触摸屏GT80X-IAP在linux内核中的驱动代码-touch screen driver
  3. 所属分类:Driver develop

    • 发布日期:2017-03-22
    • 文件大小:10096
    • 提供者:刘方
  1. Makefile

    0下载:
  2. Linux下交叉编译与驱动模块的两种不同Makefile的详细解读,其中Linux内核源码为linux-2.6.35-Detailed interpretation of the Makefile
  3. 所属分类:Driver develop

    • 发布日期:2017-04-09
    • 文件大小:8572
    • 提供者:史立
  1. notifier_chain

    0下载:
  2. linux内核通知链的使用方法,包括通知链的安装和卸载-Use linux kernel notification chain, including installation and uninstallation notification chain
  3. 所属分类:Driver develop

    • 发布日期:2017-04-16
    • 文件大小:46060
    • 提供者:古波
  1. chumoping.doc.tar

    0下载:
  2. linux内核3.0.8,触摸屏驱动代码-this is touch screen driver source in linux kernel 3.0.8
  3. 所属分类:Driver develop

    • 发布日期:2017-04-25
    • 文件大小:13834
    • 提供者:朱娜
  1. linuxI2C

    0下载:
  2. 实例解析linux内核I2C体系结构, -LINUX AND I2C
  3. 所属分类:Driver develop

    • 发布日期:2017-04-17
    • 文件大小:60070
    • 提供者:budongdong
  1. linux

    0下载:
  2. linux核心源代码,可在此基础上用于嵌入式应用开发,也是学习操作系统内核的参考资料.-linux kernel source code can be used to develop embedded applications on this basis, but also to learn the operating system kernel references.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-26
    • 文件大小:91115
    • 提供者:范勇
  1. busybox.tar

    0下载:
  2. busybox是嵌入式系统中常用的一个软件包,它把许多常用的Linux命令都集成到一个单一的可执行程序中,几乎只需要这一个可执行程序加上Linux内核就可以构建一个基本的Linux系统。-busybox is a software package used in embedded systems, it is the many common Linux commands are integrated into a single executable program, almost only ne
  3. 所属分类:Driver develop

    • 发布日期:2017-05-11
    • 文件大小:2186738
    • 提供者:陈金华
  1. TestDB.c

    0下载:
  2. 通过简单实例,从Linux设备驱动本身,理解Linux内核模块、Linux设备驱动的结构、Linux设备驱动中的并发控制等内容。并针对设备驱动的实例,给出了用户态的程序来访问该设备,展现设备驱动的运行情况及用户态和内核态的交互。-Linux (which is a kernel) manages the machine s hardware in a simple and efficient manner, offering the user a simple and uniform progr
  3. 所属分类:Driver develop

    • 发布日期:2017-04-24
    • 文件大小:15125
    • 提供者:zhangcy122
  1. bottom_fs

    0下载:
  2. linux内核过滤文件系统,实现文件操作的拦截和重定向-linux kernel filter file system, file operations to intercept and redirect
  3. 所属分类:Driver develop

    • 发布日期:2017-04-11
    • 文件大小:1248
    • 提供者:Juan
  1. dm90000A-driver-FOR-LINUX-2.6

    0下载:
  2. Linux2.6内核上的DM9000A网络芯片驱动的实现。-DM9000A network chip driver on Linux2.6 kernel implementations.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-08
    • 文件大小:19038
    • 提供者:刘磊
  1. audit.tar

    0下载:
  2. audit,审计功能。Linux内核有用日志记录事件的能力,比如记录系统调用和文件访问。然后,管理员可以评审这些日志,确定可能存在的安全裂口,比如失败的登录尝试,或者 用户对系统文件不成功的访问。-Audit, audit function. The ability of Linux kernel useful logging events, such as the record of system call and file access. Then, the administrator ca
  3. 所属分类:Driver develop

    • 发布日期:2017-05-07
    • 文件大小:1518904
    • 提供者:熊童子
« 1 2 3 45 6 7 8 9 10 11 »
搜珍网 www.dssz.com