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