Bluezan implementation of the Bluetooth™ wireless standards specifications for Linux. The code is licensed under the GNU General Public License (GPL) and is now included in the Linux 2.4 and Linux 2.6 kernel series
标签: implementation specifications Bluetooth standards
上传时间: 2013-12-11
上传用户:zhyiroy
Bluezan implementation of the Bluetooth™ wireless standards specifications for Linux. The code is licensed under the GNU General Public License (GPL) and is now included in the Linux 2.4 and Linux 2.6 kernel series
标签: implementation specifications Bluetooth standards
上传时间: 2015-06-07
上传用户:er1219
Linux下usb.c源代码分析 在Linux系统中有一个名为“The USB Core”子系统,它有特殊的API支持USB设备和控制器。
上传时间: 2013-12-27
上传用户:cjl42111
中国移动MISC 1.6 Provision Java API 直接使用HttpServer的方式实现,不需要任何其它API,不需要Apache,IIS,Tomcat等Web服务器,直接实现底层. 运行环境 Windows/Linux JDK 1.4.2 演示程序 1) sync.bat 正向订购同步演示 java -classpath "smsfan-provision.jar" net.smsfan.provision.example.SyncOrderExample 80 provision 其中参数: 80 port,为HttpServer的端口号 provision serviceName,为服务名称 程序初始化成功后,misc网关访问URL:http://serverip:port/serviceName 即可提交正向同步数据 2) subs.bat 反向订购/取消接口演示 java -classpath "smsfan-provision.jar" net.smsfan.provision.example.SubscribeExample http://127.0.0.1/provision 其中参数: http://127.0.0.1/provision url,为Misc网关的反向订购/取消接口地址
标签: HttpServer API Provision Apache
上传时间: 2013-12-05
上传用户:cooran
可运行于linux平台的自组织网络协议,kernel版本的按需距离矢量协议源代码
上传时间: 2015-07-09
上传用户:xwd2010
MiniGUI1.3.3源码.MiniGUI 是 Linux 控制台上运行的,基于 SVGALib 和 LinuxThread 库的多窗口图形用户界面支持系统。MiniGUI 采用了类 Win32 的 API 接口,实现了简化的类Windows 98 风格的图形用户界面。
上传时间: 2014-01-18
上传用户:tb_6877751
Using a holistic approach to teaching developers the ins-and-outs of GNU/Linux programming using APIs, tools, communication, and scripting, this book introduces programmers to the environment from the lowest layers to the user layers.
标签: ins-and-outs programming developers holistic
上传时间: 2013-12-23
上传用户:kristycreasy
这是一个Linux下的USB摄像头捕捉程序,是一个调用V4L2(Video for Linux 2)非常好的例子。英文介绍为:This is a driver for the USB video bridge USBVision from Zoran/Nogatech, a USB-only cable used in many "webcam" devices. It supports streaming and capture of color or monochrome video via the Video4Linux API. Most V4L apps are compatible with it, but a few video-conferencing programs do not work yet.
上传时间: 2013-12-15
上传用户:开怀常笑
Building Embedded Linux Systems shows you how to design and build your own embedded systems using Linux® as the kernel and freely available open source tools as the framework
标签: Building Embedded embedded Systems
上传时间: 2014-01-24
上传用户:tianjinfan
In order to thoroughly understand what makes Linux tick and why it works so well on a wide variety of systems, you need to delve deep into the heart of the kernel. The kernel handles all interactions between the CPU and the external world, and determines which programs will share processor time, in what order. It manages limited memory so well that hundreds of processes can share the system efficiently, and expertly organizes data transfers so that the CPU isn t kept waiting any longer than necessary for the relatively slow disks.
标签: thoroughly understand variety order
上传时间: 2014-12-07
上传用户:PresidentHuang