文件名称:Bluetooth-master
-
所属分类:
- 标签属性:
- 上传时间:2015-12-11
-
文件大小:505.9kb
-
已下载:3次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
一种蓝牙定位的java程序,功能完善,实现质心定位,三边定位和最小二乘算法,通过布置蓝牙的位置,定位精度在0.5M左右-A bluetooth positioning Java program, the function is perfect, realize the centroid localization, trilateral positioning and least squares algorithm, through the arrangement of the position of the bluetooth, positioning accuracy at about 0.5 M
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Bluetooth-master/
Bluetooth-master/.gitignore
Bluetooth-master/.idea/
Bluetooth-master/.idea/.name
Bluetooth-master/.idea/compiler.xml
Bluetooth-master/.idea/copyright/
Bluetooth-master/.idea/copyright/profiles_settings.xml
Bluetooth-master/.idea/encodings.xml
Bluetooth-master/.idea/gradle.xml
Bluetooth-master/.idea/misc.xml
Bluetooth-master/.idea/modules.xml
Bluetooth-master/.idea/vcs.xml
Bluetooth-master/BluetoothTransfer.iml
Bluetooth-master/README.md
Bluetooth-master/app/
Bluetooth-master/app/.gitignore
Bluetooth-master/app/app.iml
Bluetooth-master/app/build.gradle
Bluetooth-master/app/libs/
Bluetooth-master/app/libs/javacsv.jar
Bluetooth-master/app/libs/opencsv-3.4.jar
Bluetooth-master/app/proguard-rules.pro
Bluetooth-master/app/src/
Bluetooth-master/app/src/main/
Bluetooth-master/app/src/main/AndroidManifest.xml
Bluetooth-master/app/src/main/java/
Bluetooth-master/app/src/main/java/com/
Bluetooth-master/app/src/main/java/com/example/
Bluetooth-master/app/src/main/java/com/example/shashank/
Bluetooth-master/app/src/main/java/com/example/shashank/bluetoothtransfer/
Bluetooth-master/app/src/main/java/com/example/shashank/bluetoothtransfer/MainActivity.java
Bluetooth-master/app/src/main/java/com/example/shashank/bluetoothtransfer/Receiver.java
Bluetooth-master/app/src/main/java/com/example/shashank/bluetoothtransfer/Sender.java
Bluetooth-master/app/src/main/java/com/example/shashank/bluetoothtransfer/rssi.java
Bluetooth-master/app/src/main/res/
Bluetooth-master/app/src/main/res/drawable/
Bluetooth-master/app/src/main/res/drawable/back.png
Bluetooth-master/app/src/main/res/drawable/background.png
Bluetooth-master/app/src/main/res/drawable/bluetooth.png
Bluetooth-master/app/src/main/res/drawable/capture.png
Bluetooth-master/app/src/main/res/drawable/icon.png
Bluetooth-master/app/src/main/res/drawable/image1.png
Bluetooth-master/app/src/main/res/drawable/receiver.png
Bluetooth-master/app/src/main/res/drawable/sender.png
Bluetooth-master/app/src/main/res/drawable/signal.png
Bluetooth-master/app/src/main/res/javacsv.jar
Bluetooth-master/app/src/main/res/layout/
Bluetooth-master/app/src/main/res/layout/activity_main.xml
Bluetooth-master/app/src/main/res/layout/activity_rssi.xml
Bluetooth-master/app/src/main/res/layout/receiver.xml
Bluetooth-master/app/src/main/res/layout/sender.xml
Bluetooth-master/app/src/main/res/menu/
Bluetooth-master/app/src/main/res/menu/menu_main.xml
Bluetooth-master/app/src/main/res/mipmap-hdpi/
Bluetooth-master/app/src/main/res/mipmap-hdpi/ic_launcher.png
Bluetooth-master/app/src/main/res/mipmap-hdpi/icon.png
Bluetooth-master/app/src/main/res/mipmap-mdpi/
Bluetooth-master/app/src/main/res/mipmap-mdpi/ic_launcher.png
Bluetooth-master/app/src/main/res/mipmap-xhdpi/
Bluetooth-master/app/src/main/res/mipmap-xhdpi/ic_launcher.png
Bluetooth-master/app/src/main/res/mipmap-xxhdpi/
Bluetooth-master/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Bluetooth-master/app/src/main/res/values-w820dp/
Bluetooth-master/app/src/main/res/values-w820dp/dimens.xml
Bluetooth-master/app/src/main/res/values/
Bluetooth-master/app/src/main/res/values/dimens.xml
Bluetooth-master/app/src/main/res/values/strings.xml
Bluetooth-master/app/src/main/res/values/styles.xml
Bluetooth-master/build.gradle
Bluetooth-master/gradle.properties
Bluetooth-master/gradle/
Bluetooth-master/gradle/wrapper/
Bluetooth-master/gradle/wrapper/gradle-wrapper.jar
Bluetooth-master/gradle/wrapper/gradle-wrapper.properties
Bluetooth-master/gradlew
Bluetooth-master/gradlew.bat
Bluetooth-master/rsakey
Bluetooth-master/rsakey.pub
Bluetooth-master/settings.gradle
Bluetooth-master/.gitignore
Bluetooth-master/.idea/
Bluetooth-master/.idea/.name
Bluetooth-master/.idea/compiler.xml
Bluetooth-master/.idea/copyright/
Bluetooth-master/.idea/copyright/profiles_settings.xml
Bluetooth-master/.idea/encodings.xml
Bluetooth-master/.idea/gradle.xml
Bluetooth-master/.idea/misc.xml
Bluetooth-master/.idea/modules.xml
Bluetooth-master/.idea/vcs.xml
Bluetooth-master/BluetoothTransfer.iml
Bluetooth-master/README.md
Bluetooth-master/app/
Bluetooth-master/app/.gitignore
Bluetooth-master/app/app.iml
Bluetooth-master/app/build.gradle
Bluetooth-master/app/libs/
Bluetooth-master/app/libs/javacsv.jar
Bluetooth-master/app/libs/opencsv-3.4.jar
Bluetooth-master/app/proguard-rules.pro
Bluetooth-master/app/src/
Bluetooth-master/app/src/main/
Bluetooth-master/app/src/main/AndroidManifest.xml
Bluetooth-master/app/src/main/java/
Bluetooth-master/app/src/main/java/com/
Bluetooth-master/app/src/main/java/com/example/
Bluetooth-master/app/src/main/java/com/example/shashank/
Bluetooth-master/app/src/main/java/com/example/shashank/bluetoothtransfer/
Bluetooth-master/app/src/main/java/com/example/shashank/bluetoothtransfer/MainActivity.java
Bluetooth-master/app/src/main/java/com/example/shashank/bluetoothtransfer/Receiver.java
Bluetooth-master/app/src/main/java/com/example/shashank/bluetoothtransfer/Sender.java
Bluetooth-master/app/src/main/java/com/example/shashank/bluetoothtransfer/rssi.java
Bluetooth-master/app/src/main/res/
Bluetooth-master/app/src/main/res/drawable/
Bluetooth-master/app/src/main/res/drawable/back.png
Bluetooth-master/app/src/main/res/drawable/background.png
Bluetooth-master/app/src/main/res/drawable/bluetooth.png
Bluetooth-master/app/src/main/res/drawable/capture.png
Bluetooth-master/app/src/main/res/drawable/icon.png
Bluetooth-master/app/src/main/res/drawable/image1.png
Bluetooth-master/app/src/main/res/drawable/receiver.png
Bluetooth-master/app/src/main/res/drawable/sender.png
Bluetooth-master/app/src/main/res/drawable/signal.png
Bluetooth-master/app/src/main/res/javacsv.jar
Bluetooth-master/app/src/main/res/layout/
Bluetooth-master/app/src/main/res/layout/activity_main.xml
Bluetooth-master/app/src/main/res/layout/activity_rssi.xml
Bluetooth-master/app/src/main/res/layout/receiver.xml
Bluetooth-master/app/src/main/res/layout/sender.xml
Bluetooth-master/app/src/main/res/menu/
Bluetooth-master/app/src/main/res/menu/menu_main.xml
Bluetooth-master/app/src/main/res/mipmap-hdpi/
Bluetooth-master/app/src/main/res/mipmap-hdpi/ic_launcher.png
Bluetooth-master/app/src/main/res/mipmap-hdpi/icon.png
Bluetooth-master/app/src/main/res/mipmap-mdpi/
Bluetooth-master/app/src/main/res/mipmap-mdpi/ic_launcher.png
Bluetooth-master/app/src/main/res/mipmap-xhdpi/
Bluetooth-master/app/src/main/res/mipmap-xhdpi/ic_launcher.png
Bluetooth-master/app/src/main/res/mipmap-xxhdpi/
Bluetooth-master/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Bluetooth-master/app/src/main/res/values-w820dp/
Bluetooth-master/app/src/main/res/values-w820dp/dimens.xml
Bluetooth-master/app/src/main/res/values/
Bluetooth-master/app/src/main/res/values/dimens.xml
Bluetooth-master/app/src/main/res/values/strings.xml
Bluetooth-master/app/src/main/res/values/styles.xml
Bluetooth-master/build.gradle
Bluetooth-master/gradle.properties
Bluetooth-master/gradle/
Bluetooth-master/gradle/wrapper/
Bluetooth-master/gradle/wrapper/gradle-wrapper.jar
Bluetooth-master/gradle/wrapper/gradle-wrapper.properties
Bluetooth-master/gradlew
Bluetooth-master/gradlew.bat
Bluetooth-master/rsakey
Bluetooth-master/rsakey.pub
Bluetooth-master/settings.gradle
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.