在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 中控指纹采集仪二次开发SDK

中控指纹采集仪二次开发SDK

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:26.03M
  • 下载次数:21
  • 浏览次数:599
  • 发布时间:2021-02-08
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
Biokey SDK5.0标准版,ZKFinger SDK 5.0,开发说明及DEMO
【实例截图】
【核心代码】
0439aeb5-39a7-48d3-8e15-3897adaff3d4
└── Biokey SDK5.0标准版
├── 4.0SDK内容
│   ├── biokey.ocx
│   ├── c#
│   │   ├── App.ico
│   │   ├── AssemblyInfo.cs
│   │   ├── Backup
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── WindowsApplication1.csproj
│   │   │   ├── WindowsApplication1.csproj.user
│   │   │   ├── WindowsApplication1.sln
│   │   │   └── WindowsApplication1.suo
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── AxInterop.ZKFPEngXControl.dll
│   │   │   ├── Interop.ZKFPEngXControl.dll
│   │   │   ├── WindowsApplication1.exe
│   │   │   ├── WindowsApplication1.pdb
│   │   │   └── WindowsApplication1.vshost.exe
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   ├── AxInterop.ZKFPEngXControl.dll
│   │   │   ├── Debug
│   │   │   │   ├── AxInterop.ZKFPEngXControl.dll
│   │   │   │   ├── Interop.ZKFPEngXControl.dll
│   │   │   │   ├── WindowsApplication1.csproj.GenerateResource.Cache
│   │   │   │   ├── WindowsApplication1.csproj.ResolveComReference.cache
│   │   │   │   ├── WindowsApplication1.exe
│   │   │   │   ├── WindowsApplication1.exe.incr
│   │   │   │   ├── WindowsApplication1.Form1.resources
│   │   │   │   ├── WindowsApplication1.pdb
│   │   │   │   └── WindowsApplication1.projdata
│   │   │   ├── Interop.ZKFPEngXControl.dll
│   │   │   └── WindowsApplication1.csproj.FileList.txt
│   │   ├── UpgradeLog.XML
│   │   ├── _UpgradeReport_Files
│   │   │   ├── Thumbs.db
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   ├── WindowsApplication1.csproj
│   │   ├── WindowsApplication1.csproj.user
│   │   └── WindowsApplication1.sln
│   ├── CB
│   │   ├── Project1.bpr
│   │   ├── Project1.cpp
│   │   ├── Project1.exe
│   │   ├── Project1.obj
│   │   ├── Project1.res
│   │   ├── Unit2.cpp
│   │   ├── Unit2.dfm
│   │   ├── Unit2.h
│   │   └── Unit2.obj
│   ├── C#_CS
│   │   ├── DB
│   │   │   ├── finger_log.ldf
│   │   │   └── finger.mdf
│   │   ├── finger
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── AxInterop.ZKFPEngXControl.dll
│   │   │   │   ├── finger.exe
│   │   │   │   ├── finger.pdb
│   │   │   │   ├── fingerprint.bmp
│   │   │   │   ├── finger.vshost.exe
│   │   │   │   └── Interop.ZKFPEngXControl.dll
│   │   │   ├── DBHelper.cs
│   │   │   ├── finger.csproj
│   │   │   ├── FrmAdd.cs
│   │   │   ├── FrmAdd.Designer.cs
│   │   │   ├── FrmAdd.resx
│   │   │   ├── FrmEmployee.cs
│   │   │   ├── FrmEmployee.Designer.cs
│   │   │   ├── FrmEmployee.resx
│   │   │   ├── FrmOneN.cs
│   │   │   ├── FrmOneN.Designer.cs
│   │   │   ├── FrmOneN.resx
│   │   │   ├── FrmOneOne.cs
│   │   │   ├── FrmOneOne.Designer.cs
│   │   │   ├── FrmOneOne.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── AxInterop.ZKFPEngXControl.dll
│   │   │   │   │   ├── finger.csproj.GenerateResource.Cache
│   │   │   │   │   ├── finger.csproj.ResolveComReference.cache
│   │   │   │   │   ├── finger.exe
│   │   │   │   │   ├── finger.FrmAdd.resources
│   │   │   │   │   ├── finger.FrmEmployee.resources
│   │   │   │   │   ├── finger.FrmOneN.resources
│   │   │   │   │   ├── finger.FrmOneOne.resources
│   │   │   │   │   ├── finger.pdb
│   │   │   │   │   ├── finger.Properties.Resources.resources
│   │   │   │   │   └── Interop.ZKFPEngXControl.dll
│   │   │   │   ├── finger.csproj.FileListAbsolute.txt
│   │   │   │   └── finger.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── finger.sln
│   │   └── finger.suo
│   ├── Delphi
│   │   ├── AXPrjlite.cfg
│   │   ├── AXPrjlite.dof
│   │   ├── AXPrjlite.dpr
│   │   ├── AXPrjlite.dsk
│   │   ├── AXPrjlite.exe
│   │   ├── AXPrjlite.identcache
│   │   ├── AXPrjlite.res
│   │   ├── Delphi.rar
│   │   ├── register3.8.bat
│   │   ├── Unit1.dcu
│   │   ├── Unit1.ddp
│   │   ├── Unit1.dfm
│   │   └── Unit1.pas
│   ├── PB8
│   │   ├── genapp.exe
│   │   ├── genapp.pbd
│   │   ├── GENAPP.PBL
│   │   ├── GENAPP.PBT
│   │   └── MySample.pbw
│   ├── VB
│   │   ├── FormX1.frm
│   │   ├── FormX1.log
│   │   ├── MSSCCPRJ.SCC
│   │   ├── Project1.exe
│   │   ├── ProjectX.vbp
│   │   └── ProjectX.vbw
│   ├── vbdemo
│   │   └── vbdemo
│   │   ├── FormX1.frm
│   │   ├── Module1.bas
│   │   ├── mydb.mdb
│   │   ├── Projectx1.exe
│   │   ├── ProjectX.vbp
│   │   └── ProjectX.vbw
│   ├── vc
│   │   ├── Debug
│   │   │   ├── BuildLog.htm
│   │   │   ├── DemoDlg.obj
│   │   │   ├── Demo.exe
│   │   │   ├── Demo.obj
│   │   │   ├── Demo.pdb
│   │   │   ├── Demo.res
│   │   │   ├── StdAfx.obj
│   │   │   ├── vc60.pdb
│   │   │   ├── 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
│   │   ├── resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── zkfpengx.cpp
│   │   └── zkfpengx.h
│   └── VFP
│   ├── demo.SCT
│   ├── demo.scx
│   ├── FOXUSER.DBF
│   ├── FOXUSER.FPT
│   ├── regtemplate.tpl
│   ├── RegTemplate.xxx
│   └── vertemplate.tpl
├── 64-bit Patch
│   ├── Install
│   │   ├── InstallOnly.bat
│   │   ├── Setup.exe
│   │   ├── Setup.msi
│   │   ├── UninstallOnly.bat
│   │   └── x64
│   │   ├── InstallOnly.bat
│   │   ├── Setup.exe
│   │   ├── Setup.msi
│   │   └── UninstallOnly.bat
│   └── Setup.exe
├── biokey.ocx
├── C#
│   ├── ZkFingerDemo
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── AxInterop.ZKFPEngXControl.dll
│   │   │   ├── Interop.ZKFPEngXControl.dll
│   │   │   ├── ZkFingerDemo.exe
│   │   │   ├── ZkFingerDemo.pdb
│   │   │   ├── ZkFingerDemo.vshost.exe
│   │   │   └── ZkFingerDemo.vshost.exe.manifest
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── AxInterop.ZKFPEngXControl.dll
│   │   │   ├── Interop.ZKFPEngXControl.dll
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── ZkFingerDemo.csproj.FileListAbsolute.txt
│   │   │   ├── ZkFingerDemo.csproj.GenerateResource.Cache
│   │   │   ├── ZkFingerDemo.csproj.ResolveComReference.cache
│   │   │   ├── ZkFingerDemo.exe
│   │   │   ├── ZkFingerDemo.FingerDemo.resources
│   │   │   ├── ZkFingerDemo.pdb
│   │   │   └── ZkFingerDemo.Properties.Resources.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Resources
│   │   │   ├── 1.jpg
│   │   │   ├── 2.jpg
│   │   │   ├── CHECKMRK.ICO
│   │   │   └── Thumbs.db
│   │   ├── ZkFingerDemo.csproj
│   │   └── ZkFingerDemo.suo
│   └── ZkFingerDemo.sln
├── Delphi
│   ├── AXPrjlite.bkm
│   ├── AXPrjlite.cfg
│   ├── AXPrjlite.dof
│   ├── AXPrjlite.dpr
│   ├── AXPrjlite.drc
│   ├── AXPrjlite.dsk
│   ├── AXPrjlite.identcache
│   ├── AXPrjlite.map
│   ├── AXPrjlite.res
│   ├── tempinfo.dat
│   ├── test.mdb
│   ├── Unit1.bkm
│   ├── Unit1.dcu
│   ├── Unit1.dfm
│   ├── Unit1.pas
│   └── ZkFingerDemo.exe
├── register5.0.bat
├── U.ARE.U指纹采集仪日常维护注意事项.doc
├── 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.sln
│   ├── Demo.suo
│   ├── Demo.vcproj
│   ├── ReadMe.txt
│   ├── res
│   │   ├── Demo.ico
│   │   ├── Demo.rc2
│   │   └── _desktop.ini
│   ├── resource.h
│   ├── StdAfx.cpp
│   └── StdAfx.h
├── ZKFinger SDK 5.0_chs.pdf
├── 指纹仪驱动程序
│   └── setup.exe
├── 指纹采集仪-按压指纹注意事项说明.BMP
├── 最终用户使用许可协议.txt
└── 说明.txt

43 directories, 249 files

标签:

实例下载地址

中控指纹采集仪二次开发SDK

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警