搜索结果
找到约 469 项符合
bluez-lib 的查询结果
手机短信编程 GSM 模块软件开发包 开发包说明 开发包基于GSM模块开发
GSM 模块软件开发包
开发包说明
开发包基于GSM模块开发,适用于任何希望通过GSM模块来实现短信息系统的系统,
开发包的主要功能是短信息的发送和接收。
开发包包括内容
1、操作使用说明――开发包根目录下为pdf文件,说明了如何正确使用GSM模块;
2、测试工具――/Tools/ 目录下,包括串口测试程序和模块测试程序;
3、开发 ...
RFID编程 远望谷804系列RFID读写器API稳定。 包括XCRF500API.dll
远望谷804系列RFID读写器API稳定。
包括XCRF500API.dll,XCRF500API.h,XCRF500API.lib,sysit.cfg
GPS编程 来自网络,国外网友做的,vc++代码,测试过,表示感谢. 可以读取串口GPS数据显示地理位置,需要有外置的串口的GPS接收机连接电脑,在demo主窗口界面可以输出GPS接收的地理位置,经度纬度,时间
来自网络,国外网友做的,vc++代码,测试过,表示感谢.
可以读取串口GPS数据显示地理位置,需要有外置的串口的GPS接收机连接电脑,在demo主窗口界面可以输出GPS接收的地理位置,经度纬度,时间等信息.
提供给大家深入研究,包含NMEA0183.LIB的源代码,以及SerialCom串口源代码. ...
嵌入式/单片机编程 粒子效果演示(附代码) 利用C++所提供的一些标准容器很容易实现粒子效果. 简单的说就是,将粒子数据写在一个类里面,有一个粒子源,不停地生成粒子,然后放入一个stl::list中(push
粒子效果演示(附代码)
利用C++所提供的一些标准容器很容易实现粒子效果.
简单的说就是,将粒子数据写在一个类里面,有一个粒子源,不停地生成粒子,然后放入一个stl::list中(push_back()方法), 然后在一个循环中遍例粒子链表,并渲染粒子,粒子的参数并不断更新,如果粒子的ALPHA值小于0,即不可见了,即代表粒子已经死亡, 即从lis ...
单片机开发 getip1.cpp // // This program reports the IP address for each adapter in your machine. // To comp
getip1.cpp
//
// This program reports the IP address for each adapter in your machine.
// To compile from command-line type:
//
// cl getip1.cpp wsock32.lib
//
// Make sure your INCLUDE and LIB environment variables are set up properly
// you can run vcvars32.bat
USB编程 This software package contains the USB framework core developped by ATMEL, as well as a CDC driver
This software package contains the USB framework core developped by ATMEL,
as well as a CDC driver for an USB to serial converter.
The following files are included :
- core/
-> Source code for the framework core
-> Makefile for the core
- cdc/
-> Source code for the CDC driver
-> Makefile ...
USB编程 This software package contains the USB framework core developped by ATMEL, as well as two HID driv
This software package contains the USB framework core developped by ATMEL,
as well as two HID drivers for a mouse and a keyboard.
The following files are included :
- core/
-> Source code for the framework core
-> Makefile for the core
- hid/
-> Source code for the HID drivers
-> Makefile ...
嵌入式Linux This software package contains the USB framework core developped by ATMEL, as well as a Mass stora
This software package contains the USB framework core developped by ATMEL,
as well as a Mass storage driver. The MSD driver uses the internal flash
of the chip to operate as a disk-on-key.
The following files are included :
- core/
-> Source code for the framework core
-> Makefile for the co ...
嵌入式/单片机编程 Murphy 大俠 GPL 的 C++/x86 RTOS, 支持 MMU, 用戶/核心 模式區隔. http://hpc.ee.ntu.edu.tw/~murphy/me/EKernel.html
Murphy 大俠 GPL 的 C++/x86 RTOS, 支持 MMU, 用戶/核心 模式區隔.
http://hpc.ee.ntu.edu.tw/~murphy/me/EKernel.html
part 2 of 3: user mode LIB
驱动编程 Ov511+摄像头驱动源码 摄像头芯片必需为OV511+(如:网眼v2000),适用于Windows2000/Xp 1.运行本代码需安装windriver7.00和VC6.0
Ov511+摄像头驱动源码
摄像头芯片必需为OV511+(如:网眼v2000),适用于Windows2000/Xp
1.运行本代码需安装windriver7.00和VC6.0,可到网上下载
2.编译时需设置库文件,windriver的include文件路径以及windriver的lib文件路径