登录
首页 » Java » BiometricSDK

BiometricSDK

于 2015-08-02 发布 文件大小:1364KB
0 206
下载积分: 1 下载次数: 9

代码说明:

  A fingerprint matching software which can use to match two fingerprint images and tell the matching percentage.

文件列表:

BiometricSDK


............\build
............\.....\classes
............\.....\.......\Biometrics
............\.....\.......\..........\CFingerPrint.class,14864,2015-08-01
............\.....\.......\..........\CFingerPrintGraphics.class,2102,2015-08-01
............\.....\.......\..........\Thumbs.db,23040,2015-08-01
............\.....\.......\CEntityForm$1.class,688,2015-08-01
............\.....\.......\CEntityForm$2.class,688,2015-08-01
............\.....\.......\CEntityForm$3.class,688,2015-08-01
............\.....\.......\CEntityForm$4.class,688,2015-08-01
............\.....\.......\CEntityForm$A$1.class,1246,2015-08-01
............\.....\.......\CEntityForm$A.class,1391,2015-08-01
............\.....\.......\CEntityForm$BJPanel$1.class,1282,2015-07-28
............\.....\.......\CEntityForm.class,5488,2015-08-01
............\.....\.......\CMain.class,473,2015-08-01





............\.....\.......\ProcessedSample6.bmp,115125,2015-08-01
............\.....\.......\ProcessedSample7.bmp,115125,2015-08-01
............\.....\.......\ProcessedSample8.bmp,115125,2015-08-01
............\.....\.......\ProcessedSample9.bmp,115125,2015-08-01
............\build.xml,3621,2015-07-26



............\F.bmp,349914,2015-08-01
............\G.bmp,349914,2015-08-01
............\H.bmp,349914,2015-08-01
............\I.bmp,349914,2015-08-01
............\manifest.mf,85,2015-07-26
............\nbproject
............\.........\build-impl.xml,82267,2015-07-26
............\.........\genfiles.properties,475,2015-07-26
............\.........\private
............\.........\.......\private.properties,116,2015-07-28
............\.........\.......\private.xml,343,2015-08-02
............\.........\project.properties,2419,2015-07-26
............\.........\project.xml,587,2015-07-26
............\ProcessedSample1.bmp,115125,2015-08-01
............\ProcessedSample2.bmp,115125,2015-08-01
............\ProcessedSample3.bmp,115125,2015-08-01
............\ProcessedSample4.bmp,115125,2015-08-01
............\ProcessedSample5.bmp,115125,2015-08-01
............\ProcessedSample6.bmp,115125,2015-08-01
............\ProcessedSample7.bmp,115125,2015-08-01
............\ProcessedSample8.bmp,115125,2015-08-01
............\ProcessedSample9.bmp,115125,2015-08-01
............\src
............\...\.classpath,226,2005-10-12
............\...\.classpath_1,226,2015-08-01
............\...\.classpath_2,226,2015-08-01
............\...\.project,392,2005-10-12
............\...\.project_1,392,2015-08-01
............\...\.project_2,392,2015-08-01
............\...\Biometrics
............\...\..........\CFingerPrint.java,36472,2015-08-01
............\...\..........\CFingerPrintGraphics.java,1667,2015-08-01
............\...\..........\Thumbs.db,23040,2015-08-01
............\...\CEntityForm$1.java,509,2015-08-01
............\...\CEntityForm$2.java,364,2015-08-01
............\...\CEntityForm$3.java,364,2015-08-01
............\...\CEntityForm$4.java,371,2015-08-01
............\...\CEntityForm$5.java,371,2015-08-01
............\...\CEntityForm$BJPanel.java,872,2015-08-01
............\...\CEntityForm.java,7099,2015-08-01
............\...\CMain.java,173,2015-08-01





............\...\ProcessedSample6.bmp,115125,2015-08-01
............\...\ProcessedSample7.bmp,115125,2015-08-01
............\...\ProcessedSample8.bmp,115125,2015-08-01
............\...\ProcessedSample9.bmp,115125,2015-08-01

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

发表评论

0 个回复

  • stm32工程xxx
    关于电子设计大赛的样板,可以作为起始工程文件(temple,this is a temple for design)
    2020-06-23 07:20:02下载
    积分:1
  • 1602
    16×2点阵字符型LCD模块间接控制电路程序(16 × 2 dot matrix character LCD module control circuit indirect procedures)
    2009-11-21 00:17:39下载
    积分:1
  • SLE442duxie
    c51单片机的sle4442卡的读写加密验证程序 已通过(c51 microcontroller sle4442 card reader encrypted authentication procedure has been adopted)
    2013-10-27 09:15:38下载
    积分:1
  • stm32.USB-simulated-mouse-movement
    基于stm32USB模拟鼠标移动,演示用键盘的S1,S2,S3,S4模拟鼠标的上下左右移动。(Based on stm32, USB mouse, demonstration of the keyboard S1, S2, S3, S4 simulated mouse from top to bottom and move around.)
    2013-12-28 09:45:44下载
    积分:1
  • MCU
    单片机开发源码,用于实现FPGA数据向单片机发送数据,转换成USB协议后传输到电脑上(MCU development source for implementing FPGA data to the microcontroller to send data, convert the USB protocol transmitted to the computer)
    2015-09-16 22:30:34下载
    积分:1
  • LABjs-2.0.3
    LABjs 的核心是 LAB(Loading and Blocking):Loading 指异步并行加载,Blocking 是指同步等待执行。LABjs 通过优雅的语法(script 和 wait)实现了这两大特性,核心价值是性能优化。LABjs 是一个文件加载器。(LABjs lets you load pretty much any script file, whether you control it or not, with no intrusion or convention for dependencies, other than the order and blocking that you define. It keeps track of what you ve asked for and what has downloaded, and lets you only define a handler once for a group of scripts that will execute together in parallel. The API style (with chaining) makes is very easy to convert a set of script tags in your page into code to load them, without having to worry that race conditions will cause issues for scripts loading in the wrong order if there are explicit dependencies involved.)
    2014-01-09 15:15:47下载
    积分:1
  • 实验27 CAN通信实验
    STM32F405 can通信实验 初始化配置 接、发及中断程序(STM32F405 can communication experiment Initial configuration Configuration, transmission and interrupt procedures)
    2018-08-26 19:55:11下载
    积分:1
  • wenkong
    一个用430单片机设计的温控仪表电路图方案。采用protelse99设计的,里面只有电路图、没有pcb图。(A single chip with a 430 temperature controller circuit design program. Designed by protelse99, only the circuit, no pcb diagram.)
    2010-05-22 12:19:00下载
    积分:1
  • AD9954
    说明:  C51编写的AD9954芯片的控制程序,。(Control program for DDS chip AD9954.)
    2009-08-16 22:31:30下载
    积分:1
  • 交通灯
    基于51单片机的交通三色灯的设计与操作控制(Design and control of traffic light based on 51 single chip microcomputer)
    2018-04-15 22:37:37下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载