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

Fingerprint-Data-Acquisition

于 2020-12-20 发布 文件大小:2756KB
0 331
下载积分: 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 个回复

  • mudlqydm
    奇迹登录器源码,有需要的可以下载研究研究,本人不是很懂这个东西,希望能指点一二!(Miracle login source code, there is a need to download the study, I do not know this thing, I hope to be able to point one or two!)
    2016-01-21 20:17:25下载
    积分:1
  • 辑距离问题
    说明:  设A和B是2个字符串。要用最少的字符操作将字符串A转换为字符串B。这里所说的字符操作包括:1)删除一个字符;2)插入一个字符;3)将一个字符改为另一个字符。将字符串A变换为字符串B所用的最少字符操作称为字符串A到B的编辑距离,记为d(A,B)(Let A and B be two strings. String A is converted to string B with the least number of character operations. The character operations mentioned here include: 1) deleting a character; 2) inserting a character; 3) changing one character to another character. The minimum character operation used to convert string A to string B is called the editing distance from string A to B, which is denoted D D as D (A, B).)
    2019-05-29 15:41:34下载
    积分:1
  • bao
    多级反馈队列进程调度算法 1. 实验目的: 用高级语言编写和调试一个进程调度程序,以加深对进程的概念及进程调度算法的理解。 2. 实验内容: 编写一个模拟程序,完成单处理机系统中的进程调度,采用多级反馈队列的时间片轮转调度算法. 实验具体包括:首先确定进程控制块的内容,进程控制块的组成方式,确定相关参数(如进程数、到达时间、服务时间、时间片大小等) 然后完成进程创建原语、进程调度原语和进程撤销原语 最后编写主函数,上机实验并取得结果数据。 (The process of multi-level feedback queue scheduling algorithm 1. Experimental Objective: To use advanced language writing and debugging a process scheduler in order to deepen their understanding of the concept of the process and understanding the process of scheduling algorithm. 2. Experimental contents: the preparation of a simulated procedure, single-processor systems to complete the process of scheduling, the use of multi-level feedback queue scheduling algorithm Round-Robin Time Slice. Experiments include: First of all, the process control block to determine the content, process control block of the composition determine the relevant parameters (such as the process of the number of arrival time, service time, time slice size, etc.) and then complete the process of creating the original language, the process of scheduling the original language and the process of revocation of the original language the final preparation of the main function of the machine and obtain the results of)
    2009-05-06 22:58:08下载
    积分:1
  • Project monitoring, the introduction of the purpose, process, tasks, monitoring...
    项目监控的介绍,介绍了目的、流程、任务进度监控以及相关的表格运用等。-Project monitoring, the introduction of the purpose, process, tasks, monitoring progress, as well as the use of related forms.
    2022-04-19 10:37:50下载
    积分:1
  • ChinaMobile
    这是我在东方标准学习的时候做的一个项目,是中国移动的一个子管理任务模块,采用MVC模式设计,调试成功。(This is my standard in the east to learn to do when a project is a subset of China Mobile Management mission modules, the use of MVC design patterns, debugging success.)
    2008-08-21 09:03:02下载
    积分:1
  • C#开发助手(正则表达式/win32 api/句柄/代码生成)等功能 让变得更为简单
    功能很强大,详见下图
    2015-05-01下载
    积分:1
  • dop
    根据采集到的偏振图像利用计算机编程计算偏振度(Calculated degree of polarization)
    2021-04-16 16:18:53下载
    积分:1
  • LZ78_mfc
    编写的简单的LZ78编码,mfc程序,有界面,功能较简单(Write a simple LZ78 code, MFC program, interface, function is relatively simple)
    2017-11-09 12:43:24下载
    积分:1
  • 345
    代码运算类 汇编 三字节二进制无符号数除以单字节二进制数(Computing three types of code to compile byte unsigned binary number divided by the number of single-byte binary number)
    2009-03-08 19:16:05下载
    积分:1
  • 秒表计时器 timer
    秒表计时器,具有记时、暂停记时和归零功能。 特别适合作为Flash对象插入到幻灯片中,在幻灯片放映时作为记时定时之用。(Stopwatch timer, has in mind, the suspension of time and return-to-zero function in mind. Particularly suitable as a Flash object into the slide, in slide show from time to time as recorded by the time.)
    2020-06-26 00:00:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载