码迷,mamicode.com
首页 >  
搜索关键字:raspberry pi 蓝牙    ( 5393个结果
Asp.net 修改已有数据的DataTable中某列的数据类型
DataTable dt_PI = new DataTable(); //克隆表结构 dt_PI = ds.Tables[0].Clone(); dt_PI.Columns["FLTF...
分类:Web程序   时间:2014-05-10 07:57:11    阅读次数:570
Linux下安装python3.3.2过程
raspberry的/usr/local/src目录没有权限,可执行如下命令pi@raspberrypi:~$ sudo chmod -R 777 /usr/local/src (-R是对所有子文件夹都有效)开始下载软件:cd/usr/local/src/sudowgethttp://www.pyt...
分类:编程语言   时间:2014-05-10 05:57:19    阅读次数:355
Wikilo 1191线段树区间修改单点查询
这题也算比较容易的了。 如果哪个区间已经没有黑色的话,就不用update了,就是因为这个原因WA了2发,唉…… #include #include #include #include #include #include #include #include #include #include #include #include #define PI acos(-1.0) ...
分类:其他好文   时间:2014-05-09 22:55:55    阅读次数:341
通过iphone蓝牙与经过苹果MFI授权认证的硬件通讯,传输图片(转)
http://blog.csdn.net/hwj2012/article/details/7883711相关:http://blog.csdn.net/xufeidll/article/details/24022261http://www.2cto.com/kf/201404/294059.html...
分类:移动开发   时间:2014-05-09 20:37:22    阅读次数:326
使用PS3手柄连接安卓设备玩游戏
在索尼公司的PS3游戏机里面,游戏手柄是通过蓝牙协议与游戏主机进行无线通信的,一个名为 Dancing Pixel 的开发商开发了一款名为 Sixaxis Controller 的安卓应用,实现了PS3手柄与安卓设备(安卓手机或者平板)的蓝牙连接,现在我们有机会直接使用PS3手柄在安卓设备上面玩游戏...
分类:移动开发   时间:2014-05-09 09:27:19    阅读次数:556
(蓝牙)网络编程中,使用InputStream read方法读取数据阻塞的解决方法
问题如题,这个问题困扰了我好几天,今天终于解决了,感谢[1]。首先,我要做的是android手机和电脑进行蓝牙通信,android发一句话,电脑端程序至少就要做到接受到那句话。android端发送信息的代码如下:try { Log.i("Test", "begin saying hello wor....
分类:其他好文   时间:2014-05-09 08:12:56    阅读次数:505
android Bluetooth(官方翻译)
Bluetooth Using the Bluetooth APIs, an Android application can perform the following: 使用蓝牙APIs,一个Android应用可以进行如下操作: Scan for other Bluetooth devices 扫描其他蓝牙设备 Query the local Bluetooth adapter...
分类:移动开发   时间:2014-05-09 06:15:57    阅读次数:479
c++ const(不断跟新)
1.把一个 const 对象的地址赋给一个普通的、非 const 对象的指针也会导致编译时的错误:const double pi = 3.14;double *ptr = π // error: ptr is a plain pointerconst double *cptr = π /...
分类:编程语言   时间:2014-05-09 05:39:43    阅读次数:404
bluetooth开发(六)------蓝牙的功能测试(二)
newton板已经发布了,下面接着整理我调试的一个小小的方面,蓝牙的功能实现以及测试: 转载请注明出处:http://blog.csdn.net/wang_zheng_kai 下面是我写的newton开发板中bluetooth阅读文档README的一部分。...
分类:其他好文   时间:2014-05-09 01:51:19    阅读次数:354
bluetooth开发(五)------蓝牙的功能测试(一)
newton板已经发布了,下面接着整理我调试的一个小小的方面,蓝牙的功能实现以及测试: 转载请注明出处:http://blog.csdn.net/wang_zheng_kai 3.2. Bluetooth Function Test 141  142 1)View the Bluetooth MAC address and device names:hcitool dev 143...
分类:其他好文   时间:2014-05-09 01:32:21    阅读次数:265
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!