登录
首页 » Java » Fingerprint-Data-Acquisition

Fingerprint-Data-Acquisition

于 2020-12-20 发布 文件大小:2756KB
0 192
下载积分: 1 下载次数: 170

代码说明:

  室内指纹数据采集系统 采集室内WiFi信号强度,用于WiFi室内定位(Fingerprint Data Acquisition)

文件列表:

指纹数据采集代码
................\FingerPrintCollector
................\....................\.classpath,364,2014-03-14
................\....................\.project,856,2014-03-14
................\....................\AndroidManifest.xml,1635,2014-03-14
................\....................\assets
................\....................\bin
................\....................\...\AndroidManifest.xml,1635,2014-03-14
................\....................\...\classes
................\....................\...\.......\com
................\....................\...\.......\...\example
................\....................\...\.......\...\.......\temp
................\....................\...\.......\...\.......\....\BuildConfig.class,341,2014-03-14
................\....................\...\.......\...\.......\....\ErrorResponse$MyListener.class,896,2014-03-14
................\....................\...\.......\...\.......\....\ErrorResponse.class,1611,2014-03-14
................\....................\...\.......\...\.......\....\MainActivity$MyListener.class,5690,2014-03-14
................\....................\...\.......\...\.......\....\MainActivity.class,9160,2014-03-14
................\....................\...\.......\...\.......\....\R$attr.class,334,2014-03-14
................\....................\...\.......\...\.......\....\R$drawable.class,469,2014-03-14
................\....................\...\.......\...\.......\....\R$id.class,592,2014-03-14
................\....................\...\.......\...\.......\....\R$layout.class,443,2014-03-14
................\....................\...\.......\...\.......\....\R$menu.class,391,2014-03-14
................\....................\...\.......\...\.......\....\R$string.class,783,2014-03-14
................\....................\...\.......\...\.......\....\R$style.class,389,2014-03-14
................\....................\...\.......\...\.......\....\R.class,607,2014-03-14
................\....................\...\.......\...\.......\tempservice
................\....................\...\.......\...\.......\...........\WiFiAdmin.class,4359,2014-03-14
................\....................\...\classes.dex,418228,2014-03-14
................\....................\...\dexedLibs
................\....................\...\.........\android-support-v4-5027fcf2f561c123ae6018199c6d5c51.jar,135168,2014-03-14
................\....................\...\FingerPrintCollector.apk,492353,2014-03-14
................\....................\...\jarlist.cache,119,2014-03-14
................\....................\...\res
................\....................\...\...\drawable-hdpi
................\....................\...\...\.............\ic_action_search.png


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

................\....................\...\...\drawable-mdpi
................\....................\...\...\.............\ic_action_search.png

................\....................\...\...\drawable-xhdpi
................\....................\...\...\..............\ic_action_search.png

................\....................\...\resources.ap_,346621,2014-03-14
................\....................\...\Temp.apk,486526,2014-03-14
................\....................\gen
................\....................\...\com
................\....................\...\...\example
................\....................\...\...\.......\temp
................\....................\...\...\.......\....\BuildConfig.java,158,2014-03-14
................\....................\...\...\.......\....\R.java,2105,2014-03-14

................\....................\libs
................\....................\....\android-support-v4.jar,349252,2014-03-14
................\....................\proguard-project.txt,781,2014-03-14
................\....................\project.properties,563,2014-03-14
................\....................\res
................\....................\...\drawable-hdpi



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

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


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


................\....................\...\layout
................\....................\...\......\activity_errorresponse.xml,1280,2014-03-14
................\....................\...\......\activity_main.xml,1669,2014-03-14
................\....................\...\menu
................\....................\...\....\activity_main.xml,240,2014-03-14
................\....................\...\values
................\....................\...\......\strings.xml,776,2014-03-14
................\....................\...\......\styles.xml,89,2014-03-14
................\....................\...\values-v11
................\....................\...\..........\styles.xml,94,2014-03-14
................\....................\...\values-v14
................\....................\...\..........\styles.xml,108,2014-03-14
................\....................\src
................\....................\...\com
................\....................\...\...\example
................\....................\...\...\.......\temp
................\....................\...\...\.......\....\ErrorResponse.java,1215,2014-03-14
................\....................\...\...\.......\....\MainActivity.java,10436,2014-03-14
................\....................\...\...\.......\tempservice
................\....................\...\...\.......\...........\WiFiAdmin.java,4058,2014-03-14
................\fp.db,28672,2013-12-12
................\说明文档.docx,41143,2014-03-14

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

发表评论

0 个回复

  • tomsun28-bootshiro-master
    说明:  基于springboot2+ shiro+jwt的真正rest api资源无状态认证权限管理框架,开发人员无需关注权限问题,后端开发完api,前端页面配置即可(Based on the real rest API resource stateless authentication permission management framework of spring boot 2 + Shiro + jwt, developers do not need to pay attention to permission issues. after the API is developed, the front-end page configuration can be completed.)
    2020-06-19 11:40:02下载
    积分:1
  • pazu
    说明:  好用的web打印插件,适用于小型项目开发,简单方便(Useful web print plug-in, suitable for small-scale project development, simple and convenient)
    2019-01-15 16:11:34下载
    积分:1
  • labview-I-V-measurement-for-keithley-2400
    This program plots I-V curves for FET devices. It is designed for Keithley 2400 series. It plots I(t) V(t) and I(V). It also has automatic CSV data logging. The software is robust and it is designated for multiple measurements (several FETs in a series)
    2020-12-04 11:19:24下载
    积分:1
  • filtering
    用JAVA写的带通滤波代码,实现思路很简单,没有采用各种数字滤波的方法。而是通过傅里叶变换到频域,将要求外的频率均置0,再逆傅里叶变换得到的。效果还不错。(Written using JAVA bandpass filtering code to achieve the idea is very simple, without using a variety of digital filtering approach. But through the Fourier transform to the frequency domain, the frequency requirements are set to 0, then the inverse Fourier transform. Results were pretty good.)
    2021-01-15 00:08:46下载
    积分:1
  • 通过与服务器端相连,实现即使通信。客户端
    通过与服务器端相连,实现即使通信。客户端-Connected with the server-side to achieve even if the communication. Client
    2023-07-08 06:15:04下载
    积分:1
  • D2DCommSimul-韩语
    说明:  基于匹配理论的设备间底层通信资源分配,使用matlab实现的(Resource Allocation using Matching Theory for Device-to-Device Underlay Communication)
    2020-03-19 09:23:50下载
    积分:1
  • utilities
    Object proxy Type Source Code for Java Script.
    2014-02-13 21:55:51下载
    积分:1
  • ZhiVote_v4.0.0
    说明:  随着计算机和电子通讯技术的飞速发展和网络应用的深化,网络版的投票评选在活动中的方便性和重要性,目前系统定位于投票评选行业的量身开发,打造行业的领先服务评选品牌,系统整合单选/多选一体化功能,并适合图文评选,适合用于大型媒体单位、机关单位、院校机构、集团公司、门户网站可用于城市评选、美景评选、优秀人物评选、活动评选,事迹评选. 系统功能: 1、IP封锁管理、代理IP安全过滤功能,上传文件管理,防SQl注入,脏话过滤功能 2、单选/多选切换,投票开关,验证码开关,有效时间功能 3、防刷开关,防刷时间,安全页面跳转功能 4、IP开关功能,有效时间控制,IP可投票管理 5、会员开关功能,有效时间功能,会员有效投票管理 6、Cookies开关功能,有效时间功能,Cookies有效投票管理 7、多权限后台管理功能,认证码登入功能。 8、完善会员注册,推荐评选,支持多图上传功能 9、新闻发布,和分类管理、评选新闻功能 10、评选咨询,在线回复管理功能 11、关于我们,友情链接管理功能 12、评选排行,人气排行图形显示功能 20110317修正: 1、新版会员模块显示修复 2、会员上传模块显示修复 3、编辑器调用修复 (With the computer and the rapid development of electronic communication technologies and network applications, deepening voted online version of the convenience in the activities and importance of)
    2011-03-26 21:18:15下载
    积分:1
  • Vc6
    模拟银行卡交易流程的详细讲解,内涵丰富,采用VC++(Explain in detail the simulated bank card transaction process, rich content, using VC++)
    2013-12-26 20:09:23下载
    积分:1
  • get_HYCOM_forcing.m
    获取hycom数据,用于FVCOM程序输入文件制作(Get HYCOM data for FVCOM program input file production)
    2017-07-09 19:03:32下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载