搜索资源列表
-
0下载:
Android 1.5之后支持vidio录音api.这里创建了一个程序来录制和播放video. 同时也有对于相关api的简单注释。-Early versions of Android platform did not support video recording and hence the developers were unable to create any video recording applications. With the release of SDK 1.5 (Cupcake
-
-
0下载:
The Linux GPIB Package is a support package for GPIB (IEEE 488) hardware. The package contains kernel driver modules, and a C user-space library with Guile, Perl, PHP, Python and TCL bindings. The API of the C library is intended to be compatible wit
-
-
0下载:
linux内核api。ibm的。不知道全不全。-linux kernel api. ibm s. Do not know the whole incomplete.
-
-
0下载:
The linux kernel API
-
-
1下载:
linux 内核的api函数介绍,涉及网络、驱动、文件系统等等各个方面,是linux 内核编程不可多得的参考手册。-all kinds of linux kernel api that involve the network, drivers, file system, and so on all aspects of linux kernel is a rare reference manual programming.
-
-
0下载:
linux2.6.30内核在s3c2440上的设备驱动的例子,利用新的os API编写的驱动。-linux2.6.30 the kernel' s device drivers s3c2440 example of the use of new os API driver prepared.
-
-
0下载:
nano- X是一个著名的开放式源码嵌入式GUI 软件,目的是把图形视窗环境引入到运行Linux 的小型设备和平台上。nano-X使用了分层设计的思想,可移植性非常好,nano-X 的图形引擎能够运行在任何支持readpixel,writepixel,drawhorzline, drawvertline 和setpalette 的系统之上,在底层函数的支持之下,nano-X 支持新的Linux内核帧缓存结构,并基于framebuffer来实现图像的绘制。nanox应用程序运行时占用的资源较少,s
-
-
0下载:
API that manages DMA in the Linux kernel
-
-
0下载:
Linux 2.6内核API,以html文件形式编辑的内核API的使用手册。-Linux 2.6 kernel API, in order to edit the html file in the form of the kernel API manual.
-
-
0下载:
Linux kernel API (VFS, networking, hardware interfaces etc.).
-
-
0下载:
The Linux Kernel API
-This documentation is free software you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation either version 2 of the License, or (at your option)
-
-
0下载:
作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第5章、Linux文件系统与设备文件系统。由于字符设备和块设备都很好地体现了“一切都是文件”的设计思想,掌握Linux文件系统、设备文件系统的知识非常重要。首先,设备驱动最终通过操作系统的文件系统调用或C库函数(本质也基于系统调用)被访问。其次,驱动工程师在设备驱动中不可避免地会与设备文件系统打交道,如Linux 2.4内核的devfs文件系统和Linux 2.6内核的基于sysfs的udev文件系统。5.
-
-
0下载:
linux kernel api 内核开发-linux kernel api
-
-
0下载:
video 4 linux 2的英文手册,详细介绍了linux内核中v4l2接口、API函数等的应用,是视频驱动开发的必备工具。-Video 4 Linux 2 English manual, introduced in detail the Linux kernel v4l2 interface, API function application, is a video driver development tool.
-
-
0下载:
video 4 linux 2的编程经典,详细介绍了linux内核中v4l2接口、API函数等的应用,是视频驱动开发的必备工具。-Video 4 Linux 2 programming classic, introduced in detail the Linux kernel v4l2 interface, API function application, is a video driver development tool.
-
-
0下载:
linux下的内核编程,相关的api函数,同window sapi一样,包含了好多函数说明-Under the Linux kernel programming, API functions associated with window, SAPI, contains a lot of functions
-
-
0下载:
介绍linux驱动模块和环境搭建,有助于初学者,主要描述Linux内核API-Introduce linux driver module and the environment to build, to help beginners, the main descr iption of the Linux kernel API
-
-
0下载:
This software is an implementation of the Precision Time Protocol
(PTP) according to IEEE standard 1588 for Linux. The dual design
goals are to provide a robust implementation of the standard and to
use the most relevant and modern Applicat
-
-
0下载:
ethercat主站源程序,运行于Linux 2.6系统。学习ethercat不可多得的好材料,还有帮助文档。
-IgH EtherCAT Master for Linux
EtherCAT master implementation conforming to IEC/PAS 62407.
Runs as kernel module for Linux 2.6.
Multiple masters possible on one machine.
Native EtherCA
-
-
0下载:
linux设备驱动 内核定时器
在 Linux 内核中,时间由一个名为 jiffies 的全局变量衡量,该变量标识系统启动以来经过的滴答数。在最低的级别上,计算滴答数的方式取决于正在运行的特定硬件平台;但是,滴答计数通常在一次中断期间仍然继续进行。
Linux 提供了一个简单的 API 来构造和管理计时器。它包含一些函数(和助手函数),用于创建、取消和管理计时器。
计时器通过 timer_list 结构定义,该结构包括实现一个计时器所需的所有数据(其中包括列表指针和在编译时配
-