虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

蓝牙<b>系统</b>

  • win32平台

    win32平台,通过bluecove的java lib,发现蓝牙设备并对其蓝牙服务进行查询

    标签: win 32

    上传时间: 2014-01-13

    上传用户:gououo

  • 原本.net1.1都是采用justinIO.cs的

    原本.net1.1都是采用justinIO.cs的,它调用的是winAPI,可能存在不同设备的兼容性问题。现在.net2直接在system.io.port下面有serialPort了,这样可以直接用。 鉴于.net2和.netCF2对于threading有不同的用法,所以两个版本都做了,分别是PC+.net2和wm5sp+.netcf2的。 由于smartphone的蓝牙都是默认com6和com7的,所以如果这个程序大家想用作蓝牙串行,在你们的桌面端蓝牙配置的时候要注意把虚拟串口重新定义到com6。具体做法以IVT Bluesoleil为例子,装好蓝牙驱动程序以后,会在设备管理器里面多出几个串行口;而IVT默认的串行口是com10/11,这样就要把设备管理器com10/11的高级属性里面的端口重新强制定义到com6/7,这样就可以了。因为我做蓝牙串行,所以程序代码中都采用了COM6, 9600, 8, N, 1 的通信格式。 本论坛也有cpp的smartphone串行程序,大家可以搜索一下。那个也不错,我调试的时候smartphone采用这个来调试的。

    标签: justinIO net 1.1 cs

    上传时间: 2014-01-19

    上传用户:moshushi0009

  • 该论文是硕士论文

    该论文是硕士论文,很详细的阐述了蓝牙与MCU间HCI层的协议格式及代码编写方法,是我看过论文里最好的一个。

    标签: 论文 硕士

    上传时间: 2014-01-23

    上传用户:litianchu

  • 台湾成功大学的一篇硕士论文

    台湾成功大学的一篇硕士论文,对做单片机蓝牙应用的人很有帮助

    标签: 大学 硕士 论文

    上传时间: 2013-12-10

    上传用户:784533221

  • 台湾清华大学的一篇硕士论文

    台湾清华大学的一篇硕士论文,很详细的讲解了利用蓝牙传输影像的应用

    标签: 清华大学 硕士 论文

    上传时间: 2013-12-26

    上传用户:fredguo

  • 台湾成功大学的硕士论文

    台湾成功大学的硕士论文,详细讲解了CSR蓝牙模块与MSP430、8051的连接及应用,还讲解了很多的协议格式。

    标签: 大学 硕士 论文

    上传时间: 2015-12-26

    上传用户:JasonC

  • linxu内核中

    linxu内核中,蓝牙headset profile时需要用的模块,不是bluez中的SCO模块。

    标签: linxu 内核

    上传时间: 2016-01-01

    上传用户:stewart·

  • 手机拼图游戏。该拼图游戏现只能单机玩

    手机拼图游戏。该拼图游戏现只能单机玩,不能通过红外线或蓝牙短距离局域网玩、也不可以通过连网在服务器上玩。该游戏难度分为简单、一般、困难。简单是把一张图片分成了4块,很好拼;一般是把图片分成了16块也很好拼;困难是把图片分成了64块,有点难噢!该游戏共有12关,在每关过后可以欣赏一些图片。

    标签: 手机 单机

    上传时间: 2016-01-05

    上传用户:h886166

  • net开发利用智能手机实现的超远程控制。含原理

    net开发利用智能手机实现的超远程控制。含原理,资源等(蓝牙串行,Jabber/XMPP,HTCCameraAPI等)

    标签: net 智能手机 控制 超远程

    上传时间: 2013-12-30

    上传用户:caiiicc

  • We have a group of N items (represented by integers from 1 to N), and we know that there is some tot

    We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.

    标签: represented integers group items

    上传时间: 2016-01-17

    上传用户:jeffery