登录
首页 » Java » wifiLocator

wifiLocator

于 2020-12-20 发布 文件大小:1781KB
0 401
下载积分: 1 下载次数: 77

代码说明:

  使用wifi指纹以及参考点信号强弱实现定位安卓手机精确定位(Fingerprint and the reference point using wifi signal strength to achieve precise positioning positioning Android phones)

文件列表:

扫描附近wifi
............\.classpath,475,2013-09-08
............\.project,852,2013-09-08
............\AndroidManifest.xml,1709,2013-09-08
............\assets
............\bin
............\...\AndroidManifest.xml,1709,2013-09-08
............\...\classes
............\...\.......\src
............\...\.......\...\hero
............\...\.......\...\....\com
............\...\.......\...\....\...\AddLocation$1$1.class,2800,2013-09-29
............\...\.......\...\....\...\AddLocation$1$2.class,824,2013-09-29
............\...\.......\...\....\...\AddLocation$1.class,2401,2013-09-29
............\...\.......\...\....\...\AddLocation.class,2128,2013-09-29
............\...\.......\...\....\...\BuildConfig.class,333,2013-09-29
............\...\.......\...\....\...\Contact.class,824,2013-09-29
............\...\.......\...\....\...\ListOk.class,4049,2013-09-29
............\...\.......\...\....\...\PositonInfo.class,862,2013-09-29
............\...\.......\...\....\...\R$attr.class,322,2013-10-02
............\...\.......\...\....\...\R$color.class,5147,2013-10-02
............\...\.......\...\....\...\R$drawable.class,446,2013-10-02
............\...\.......\...\....\...\R$id.class,754,2013-10-02
............\...\.......\...\....\...\R$layout.class,504,2013-10-02
............\...\.......\...\....\...\R$string.class,409,2013-10-02
............\...\.......\...\....\...\R.class,531,2013-10-02
............\...\.......\...\....\...\ShowLocation$1.class,1395,2013-09-29
............\...\.......\...\....\...\ShowLocation.class,7837,2013-09-29
............\...\.......\...\....\...\ShowPosition.class,2190,2013-09-29
............\...\.......\...\....\...\WifiDatabase.class,4912,2013-09-29
............\...\.......\...\....\...\WifiInfo.class,843,2013-09-29
............\...\.......\...\....\...\WifiTester$1.class,1175,2013-09-29
............\...\.......\...\....\...\WifiTester$2.class,1024,2013-09-29
............\...\.......\...\....\...\WifiTester$3.class,1023,2013-09-29
............\...\.......\...\....\...\WifiTester$4.class,1024,2013-09-29
............\...\.......\...\....\...\WifiTester$5.class,1019,2013-09-29
............\...\.......\...\....\...\WifiTester$WifiReceiver.class,1890,2013-09-29
............\...\.......\...\....\...\WifiTester.class,5511,2013-09-29
............\...\.......\...\....\...\WifiTesterApp.class,599,2013-09-29
............\...\classes.dex,36436,2013-09-08
............\...\dexedLibs
............\...\.........\annotations-c09cdee111832f76f46200649c4a0b48.jar,943,2013-09-08
............\...\jarlist.cache,120,2013-10-02
............\...\res
............\...\...\drawable-hdpi


............\...\...\drawable-ldpi
............\...\...\drawable-mdpi

............\...\...\drawable-xhdpi

............\...\...\drawable-xxhdpi

............\...\resources.ap_,329545,2013-09-08
............\...\扫描附近wifi.apk,347242,2013-09-08
............\gen
............\...\src
............\...\...\hero
............\...\...\....\com
............\...\...\....\...\BuildConfig.java,154,2013-09-08
............\...\...\....\...\R.java,15202,2013-10-02

............\proguard.cfg,1248,2013-09-08
............\project.properties,361,2013-09-08
............\res
............\...\drawable-hdpi


............\...\drawable-ldpi

............\...\drawable-mdpi


............\...\drawable-xhdpi


............\...\drawable-xxhdpi

............\...\layout
............\...\......\addposition.xml,1751,2013-09-08
............\...\......\contact.xml,623,2013-09-08
............\...\......\main.xml,1905,2013-09-08
............\...\......\showloc.xml,954,2013-09-08
............\...\......\showpos.xml,388,2013-09-08
............\...\values
............\...\......\colors.xml,8735,2013-09-08
............\...\......\strings.xml,175,2013-09-08
............\src
............\...\src
............\...\...\hero
............\...\...\....\com
............\...\...\....\...\AddLocation.java,3178,2013-09-08
............\...\...\....\...\Contact.java,617,2013-09-08
............\...\...\....\...\ListOk.java,3048,2013-09-08
............\...\...\....\...\PositonInfo.java,360,2013-09-08
............\...\...\....\...\ShowLocation.java,5745,2013-09-08
............\...\...\....\...\ShowPosition.java,1198,2013-09-08
............\...\...\....\...\WifiDatabase.java,3935,2013-09-08
............\...\...\....\...\WifiInfo.java,354,2013-09-08

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

发表评论

0 个回复

  • Programming.Pearls.pdf
    [计算机科学经典着作].Programming.Pearls.pdf.zip 编程珠玑(Programming.Pearls PDF)
    2009-12-03 21:41:25下载
    积分:1
  • Cpp
    Cpp笔记 1 我们学的是符合ANSI规范的标准Cpp 有可移植性。 2 Cpp严格区分大小写,变量命名只能使用字母,数字,或下划线,第一个字母必须使用字母或下划线(Cpp Notes 1 We studied norms in line with the ANSI standard Cpp,there is portability. 2 Cpp strictly case-sensitive, variable names can only use letters, numbers, or underscore, the first letter or letters must be underlined)
    2009-05-19 11:29:14下载
    积分:1
  • CPU卡相关资料协议
    说明:  CPU读卡器的设计参考,实现CPU卡读写,以及NFC读卡需要的参考资料。(According to the design of CPU card reader, it realizes the reading and writing of CPU card and the basic reference for NFC card reading.)
    2020-04-26 17:53:07下载
    积分:1
  • ANSYS-ACP
    ansys 用于分析纤维增强复合材料的专用模块ACP。非常好的内部培训资料。(ansys fiber reinforced composites for analysis of specific modules ACP. Very good internal training materials.)
    2016-05-11 13:23:21下载
    积分:1
  • MLIunequalDCsources
    STATCOM UPFC POWER QUALITY DISTURBANCESSS
    2012-03-21 15:47:18下载
    积分:1
  • 《Python Cookbook》第三版中文
    说明:  Python Cookbook第三版书籍(Python Cookbook,the third book)
    2020-03-04 16:09:56下载
    积分:1
  • Windows-programmer-desion
    说明:  是一部window开发比较全面的书籍,书中涉及了window开发的所有内容,适合有一定编程基础的开发人员不断地学习。(Window is a more comprehensive development of books, book covers all the contents of window development for a certain programming based development staff have been learning.)
    2011-03-04 11:40:20下载
    积分:1
  • NIOS_Design_Guider(Rev2.1)
    Nios II 设计。Nios II处理器的使用(Nios II Design)
    2009-03-26 08:16:29下载
    积分:1
  • lancaozhidian
    浪潮之巅,一本非常不错的书,介绍了信息技术的发展的一些代表企业的历程。(Wave of the summit, a very good book on the development of information technology course some representatives of enterprises.)
    2013-06-09 18:56:01下载
    积分:1
  • 统计学习方法(李航)
    统计学习是计算机及其应用领域的一门重要的学科本书全面系统地介绍了统计学习的主要方法,特别是监督学习方法,包括感知机、K近邻法、朴素贝叶斯法、决策树、逻辑斯谛回归、与最大熵模型、支持向量机、提升方法、EM算法、隐马尔可夫模型和条件随机场等。(Statistical learning is an important subject in the field of computer and application of this book comprehensively systematically introduces the main methods of statistical learning, especially the supervision method of study, including the perception, K neighbor method, naive bayesian method, decision tree, logistic regression, and the maximum entropy model, support vector machine (SVM), promotion methods, the EM algorithm, the hidden markov model and conditional random field, etc.)
    2020-06-20 11:20:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载