实例介绍
本人亲自测试的源码程序,包含指纹驱动,源码无误,说明手册
【实例截图】
【核心代码】
1bc72a7d-b345-4d57-9dc3-2d20a535f1e0
├── 64-bit Patch
│ ├── Install
│ │ ├── InstallOnly.bat
│ │ ├── Setup.exe
│ │ ├── Setup.msi
│ │ ├── UninstallOnly.bat
│ │ └── x64
│ │ ├── InstallOnly.bat
│ │ ├── Setup.exe
│ │ ├── Setup.msi
│ │ └── UninstallOnly.bat
│ └── Setup.exe
├── Demo
│ ├── Demo.exe
│ └── 说明.txt
├── Samples
│ ├── C#
│ │ ├── AssemblyInfo.cs
│ │ ├── AXPRJLite.bdsproj
│ │ ├── AXPRJLite.bdsproj.local
│ │ ├── AXPRJLite.identcache
│ │ ├── AXPRJLite.WinForm.resources
│ │ ├── ComImports
│ │ │ ├── AxInterop.ZKFPEngXControl.dll
│ │ │ └── Interop.ZKFPEngXControl.dll
│ │ ├── __history
│ │ │ ├── AXPRJLite.bdsproj.~1~
│ │ │ ├── AXPRJLite.bdsproj.~2~
│ │ │ ├── AXPRJLite.bdsproj.~3~
│ │ │ ├── WinForm.cs.~63~
│ │ │ ├── WinForm.cs.~64~
│ │ │ ├── WinForm.cs.~65~
│ │ │ ├── WinForm.cs.~66~
│ │ │ ├── WinForm.cs.~67~
│ │ │ ├── WinForm.cs.~68~
│ │ │ ├── WinForm.cs.~69~
│ │ │ ├── WinForm.cs.~70~
│ │ │ ├── WinForm.cs.~71~
│ │ │ ├── WinForm.cs.~72~
│ │ │ ├── WinForm.resx.~10~
│ │ │ ├── WinForm.resx.~11~
│ │ │ ├── WinForm.resx.~12~
│ │ │ ├── WinForm.resx.~13~
│ │ │ ├── WinForm.resx.~14~
│ │ │ ├── WinForm.resx.~15~
│ │ │ ├── WinForm.resx.~16~
│ │ │ ├── WinForm.resx.~17~
│ │ │ ├── WinForm.resx.~18~
│ │ │ └── WinForm.resx.~19~
│ │ ├── WinForm.cs
│ │ └── WinForm.resx
│ ├── CB
│ │ ├── Project1.bpr
│ │ ├── Project1.~bpr
│ │ ├── Project1.cpp
│ │ ├── Project1.~cpp
│ │ ├── Project1.exe
│ │ ├── Project1.obj
│ │ ├── Project1.res
│ │ ├── Unit2.cpp
│ │ ├── Unit2.~cpp
│ │ ├── Unit2.dfm
│ │ ├── Unit2.~dfm
│ │ ├── Unit2.h
│ │ ├── Unit2.~h
│ │ └── Unit2.obj
│ ├── Delphi5
│ │ ├── AXPrjlite.cfg
│ │ ├── AXPrjlite.dof
│ │ ├── AXPrjlite.~dpr
│ │ ├── AXPrjlite.dpr
│ │ ├── AXPrjlite.~ds
│ │ ├── AXPrjlite.~dsk
│ │ ├── AXPrjlite.dsk
│ │ ├── AXPrjlite.exe
│ │ ├── AXPrjlite.res
│ │ ├── template1.tpl
│ │ ├── template2.tpl
│ │ ├── test.bmp
│ │ ├── Unit1.dcu
│ │ ├── Unit1.dfm
│ │ ├── Unit1.~dfm
│ │ ├── Unit1.pas
│ │ └── Unit1.~pas
│ ├── Delphi7
│ │ ├── AXPrjlite.cfg
│ │ ├── AXPrjlite.dof
│ │ ├── AXPrjlite.~dpr
│ │ ├── AXPrjlite.dpr
│ │ ├── AXPrjlite.~ds
│ │ ├── AXPrjlite.~dsk
│ │ ├── AXPrjlite.dsk
│ │ ├── AXPrjlite.exe
│ │ ├── AXPrjlite.identcache
│ │ ├── AXPrjlite.res
│ │ ├── Unit1.dcu
│ │ ├── Unit1.ddp
│ │ ├── Unit1.~ddp
│ │ ├── Unit1.dfm
│ │ ├── Unit1.~dfm
│ │ ├── Unit1.pas
│ │ └── Unit1.~pas
│ ├── PB8
│ │ ├── Biokey.ocx
│ │ ├── genapp.exe
│ │ ├── genapp.pbd
│ │ ├── GENAPP.PBL
│ │ ├── GENAPP.PBT
│ │ ├── MySample.pbw
│ │ └── readme.txt
│ ├── Test.exe
│ ├── VB6
│ │ ├── FormX1.frm
│ │ ├── FormX1.log
│ │ ├── MSSCCPRJ.SCC
│ │ ├── Project1.exe
│ │ ├── ProjectX.vbp
│ │ ├── ProjectX.vbw
│ │ └── test.bmp
│ ├── vbdemo
│ │ └── vbdemo
│ │ ├── FormX1.frm
│ │ ├── Module1.bas
│ │ ├── mydb.mdb
│ │ ├── Projectx1.exe
│ │ ├── ProjectX.vbp
│ │ └── ProjectX.vbw
│ ├── vb.net
│ │ ├── AssemblyInfo.vb
│ │ ├── AXPRJLite.sln
│ │ ├── AXPRJLite.suo
│ │ ├── AXPRJLite.vbproj
│ │ ├── AXPRJLite.vbproj.user
│ │ ├── Backup
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── AXPRJLite.sln
│ │ │ ├── AXPRJLite.suo
│ │ │ ├── AXPRJLite.vbproj
│ │ │ ├── AXPRJLite.vbproj.user
│ │ │ ├── Form1.resx
│ │ │ └── Form1.vb
│ │ ├── bin
│ │ │ ├── AxInterop.ZKFPEngXControl.dll
│ │ │ ├── AXPRJLite.exe
│ │ │ ├── AXPRJLite.pdb
│ │ │ ├── AXPRJLite.vshost.exe
│ │ │ ├── AXPRJLite.vshost.exe.manifest
│ │ │ ├── AXPRJLite.xml
│ │ │ └── Interop.ZKFPEngXControl.dll
│ │ ├── Form1.resx
│ │ ├── Form1.vb
│ │ ├── obj
│ │ │ ├── AxInterop.ZKFPEngXControl.dll
│ │ │ ├── Debug
│ │ │ │ ├── AXPRJLite.exe
│ │ │ │ ├── AXPRJLite.Form1.resources
│ │ │ │ ├── AXPRJLite.pdb
│ │ │ │ ├── AXPRJLite.vbproj.FileListAbsolute.txt
│ │ │ │ ├── AXPRJLite.vbproj.ResolveComReference.cache
│ │ │ │ ├── AXPRJLite.xml
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ └── ResolveAssemblyReference.cache
│ │ │ └── Interop.ZKFPEngXControl.dll
│ │ ├── Solution1
│ │ │ ├── Backup
│ │ │ │ ├── Solution1.sln
│ │ │ │ └── Solution1.suo
│ │ │ ├── Solution1.sln
│ │ │ ├── Solution1.suo
│ │ │ ├── UpgradeLog.XML
│ │ │ └── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ └── WindowsApplication1
│ │ ├── AssemblyInfo.vb
│ │ ├── bin
│ │ │ ├── AxInterop.ZKFPEngXControl.dll
│ │ │ └── Interop.ZKFPEngXControl.dll
│ │ ├── Form1.resx
│ │ ├── Form1.vb
│ │ ├── obj
│ │ │ ├── AxInterop.ZKFPEngXControl.dll
│ │ │ └── Interop.ZKFPEngXControl.dll
│ │ ├── WindowsApplication1.sln
│ │ ├── WindowsApplication1.suo
│ │ ├── WindowsApplication1.vbproj
│ │ └── WindowsApplication1.vbproj.user
│ ├── VC
│ │ ├── CZKFPEngX.cpp
│ │ ├── CZKFPEngX.h
│ │ ├── Demo.aps
│ │ ├── Demo.clw
│ │ ├── Demo.cpp
│ │ ├── DemoDlg.cpp
│ │ ├── DemoDlg.h
│ │ ├── Demo.dsp
│ │ ├── Demo.dsw
│ │ ├── Demo.h
│ │ ├── Demo.opt
│ │ ├── Demo.plg
│ │ ├── Demo.rc
│ │ ├── Demo.sdf
│ │ ├── Demo.sln
│ │ ├── Demo.sln.old
│ │ ├── Demo.suo
│ │ ├── Demo.suo.old
│ │ ├── Demo.vcproj
│ │ ├── Demo.vcxproj
│ │ ├── Demo.vcxproj.filters
│ │ ├── Demo.vcxproj.user
│ │ ├── ReadMe.txt
│ │ ├── Release
│ │ │ ├── cl.command.1.tlog
│ │ │ ├── CL.read.1.tlog
│ │ │ ├── CL.write.1.tlog
│ │ │ ├── CZKFPEngX.obj
│ │ │ ├── DemoDlg.obj
│ │ │ ├── Demo.exe
│ │ │ ├── Demo.exe.intermediate.manifest
│ │ │ ├── Demo.lastbuildstate
│ │ │ ├── Demo.log
│ │ │ ├── Demo.obj
│ │ │ ├── Demo.pch
│ │ │ ├── Demo.res
│ │ │ ├── link.command.1.tlog
│ │ │ ├── link-cvtres.read.1.tlog
│ │ │ ├── link-cvtres.write.1.tlog
│ │ │ ├── link.read.1.tlog
│ │ │ ├── link.write.1.tlog
│ │ │ ├── mt.command.1.tlog
│ │ │ ├── mt.read.1.tlog
│ │ │ ├── mt.write.1.tlog
│ │ │ ├── rc.command.1.tlog
│ │ │ ├── rc.read.1.tlog
│ │ │ ├── rc.write.1.tlog
│ │ │ ├── StdAfx.obj
│ │ │ └── vc100.pdb
│ │ ├── res
│ │ │ ├── Demo.ico
│ │ │ ├── Demo.rc2
│ │ │ └── _desktop.ini
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── UpgradeLog.XML
│ │ └── _UpgradeReport_Files
│ │ ├── UpgradeReport.css
│ │ ├── UpgradeReport_Minus.gif
│ │ ├── UpgradeReport_Plus.gif
│ │ └── UpgradeReport.xslt
│ ├── vc6
│ │ ├── Debug
│ │ │ ├── BuildLog.htm
│ │ │ ├── DemoDlg.obj
│ │ │ ├── Demo.exe
│ │ │ ├── Demo.ilk
│ │ │ ├── Demo.obj
│ │ │ ├── Demo.pch
│ │ │ ├── Demo.pdb
│ │ │ ├── Demo.res
│ │ │ ├── StdAfx.obj
│ │ │ ├── vc60.idb
│ │ │ ├── vc60.pdb
│ │ │ ├── vc70.idb
│ │ │ ├── vc70.pdb
│ │ │ └── zkfpengx.obj
│ │ ├── Demo.aps
│ │ ├── Demo.clw
│ │ ├── Demo.cpp
│ │ ├── DemoDlg.cpp
│ │ ├── DemoDlg.h
│ │ ├── Demo.dsp
│ │ ├── Demo.dsw
│ │ ├── Demo.h
│ │ ├── Demo.ncb
│ │ ├── Demo.opt
│ │ ├── Demo.plg
│ │ ├── Demo.rc
│ │ ├── Demo.sln
│ │ ├── Demo.suo
│ │ ├── Demo.vcproj
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── Demo.ico
│ │ │ ├── Demo.rc2
│ │ │ └── _desktop.ini
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── test.bmp
│ │ ├── zkfpengx.cpp
│ │ └── zkfpengx.h
│ └── VFP
│ ├── demo.SCT
│ ├── demo.scx
│ ├── FOXUSER.DBF
│ ├── FOXUSER.FPT
│ ├── regtemplate.tpl
│ ├── RegTemplate.xxx
│ └── vertemplate.tpl
├── setup.exe
├── ZKFinger SDK 5.0_chs.pdf
├── 最终用户使用许可协议.txt
└── 说明.txt
35 directories, 280 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论