登录
首页 » Android » Bluetooth-LE-Scanner

Bluetooth-LE-Scanner

于 2023-05-21 发布 文件大小:2.04 kB
0 161
下载积分: 2 下载次数: 1

代码说明:

android蓝牙4.0搜索链接源码,适合初学者学习

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 计算机器
    android计算机器开发学习,不是很完善  自己写的代码 希望大家能互相学习
    2023-01-14 06:25:03下载
    积分:1
  • Android反编译 辅助工具
    android反编译APK工具,通过控制台指令对APK文件中的classes.dex文件进行反编译,然后使用jd-gui查看源代码
    2022-06-19 06:49:25下载
    积分:1
  • Android
    安卓手机应用开发从入门到精通,非常好的入门学习书籍(Android mobile application development from entry to the master)
    2013-12-16 21:07:34下载
    积分:1
  • gathsrkernel
    说明:  LDPC校验矩阵生成,高斯消去法编码,BP译码程序,可以作为自己编写LDPC编译码程序的参考,因为matlab代码效率不高(The LDPC check matrix generation, the Gaussian elimination method and the BP decoding program can be used as the reference of the LDPC coding program, because the matlab code efficiency is not high.)
    2019-03-26 14:56:01下载
    积分:1
  • 利用讯飞接口实现语音识别
    把所需要的SDK加载到项目中,主要有三个文件MSC.jar,Sunflower.jar和libmsc.so,加载完之后,直接把代码考到项目中,appid换成自己申请的就行。
    2022-01-24 18:39:59下载
    积分:1
  • 手机来电监控,黑名单管理
    这个demo主要是手机黑名单管理,你可以从通讯录添加那黑名单,复选框勾选更多。这样来电的时候直接拒接,还有打电话拨号的功能,别而忘了添加权限READ_PHONE_STATE,ACCESS_COARSE_LOCATION,,READ_CONTACTS,CALL_PHONE。还提供了一个NeighboringCellInfo.aidl
    2022-06-01 15:23:55下载
    积分:1
  • Android Sensor 各种传感器的使用例子
    本源码演示了Android Sensor 各种传感器的使用方法,比较基础的用法,例子中包括了方向传感器、磁场传感器、温度传感器、光传感器和压力传感器的各自调用用法等,相关代码如下:   public void onSensorChanged(SensorEvent event) {   float[] values = event.values;   StringBuffer sb = null;   int type = event.sensor.getType();   switch (type) {   case Sensor.TYPE_ORIENTATION:    sb = new StringBuffer();    sb.append("绕Z:" + values[0])    .append(" 绕X:" + values[1])    .append(" 绕X:" + values[2]);    ortationEdit.setText(sb.toString());    break;      case Sensor.TYPE_MAGNETIC_FIELD:    sb = new StringBuffer();    sb.append("X方向的角度:" + values[0])    .append(" Y方向的角度:" + values[1])    .append(" Z方向的角度:" + values[2]);    magneticEdit.setText(sb.toString());    break;   case Sensor.TYPE_TEMPERATURE:    sb = new StringBuffer();    sb.append("温度为:" + values[0]);    temeratureEdit.setText(sb.toString());    break;   case Sensor.TYPE_LIGHT:    sb = new StringBuffer();    sb.append("光强为:" + values[0]);    lightEdit.setText(sb.toString());    break;   case Sensor.TYPE_PRESSURE:    sb
    2022-02-26 07:53:01下载
    积分:1
  • 后台模板
    后台模板
    2015-04-22下载
    积分:1
  • Android-API-
    android API chm文档,希望对大家有帮助。 里面邮箱系的说明,更主要的是他是中文版的哦(The Android API chm document, we want to help. Inside the mailbox Department, the main thing is that he is a Chinese version of Oh)
    2013-04-22 14:06:36下载
    积分:1
  • 《Android从入门到精通》源码
    《Android从入门到精通》一书的所以源代码.....
    2022-09-14 04:05:06下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载