在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 汉王考勤机开发包

汉王考勤机开发包

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:5.17M
  • 下载次数:6
  • 浏览次数:275
  • 发布时间:2021-01-18
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
汉王考勤机开发包 汉王科技面部识别终端脱机通讯开发指南
【实例截图】
【核心代码】
9b3faf36-b816-4a70-9aa1-72b375385a90
├── FaceDemo-CS-20141104
│   ├── Example Executor
│   │   ├── EXIMPORT.exe
│   │   ├── FaceId.dll
│   │   ├── GetRecord.exe
│   │   ├── TcpClientDemo.exe
│   │   ├── TcpServerDemo.exe
│   │   └── UdpServerDemo.exe
│   ├── Example Project
│   │   └── FaceIdDemo
│   │   ├── EXIMPORT
│   │   │   ├── App.config
│   │   │   ├── EXIMPORT.csproj
│   │   │   ├── FireEyes.ico
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── FaceIdDemo.sln
│   │   ├── GetRecord
│   │   │   ├── App.config
│   │   │   ├── FireEyes.ico
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── GetRecord.csproj
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── TcpClientDemo
│   │   │   ├── App.config
│   │   │   ├── FireEyes.ico
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── TcpClientDemo.csproj
│   │   ├── TcpServerDemo
│   │   │   ├── App.config
│   │   │   ├── FireEyes.ico
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── TcpServerDemo.csproj
│   │   └── UdpServerDemo
│   │   ├── App.config
│   │   ├── FireEyes.ico
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── UdpServerDemo.csproj
│   └── FaceId SDK
│   ├── CS20
│   │   └── FaceId.dll
│   ├── CS35
│   │   └── FaceId.dll
│   ├── CS40
│   │   └── FaceId.dll
│   ├── CS45
│   │   └── FaceId.dll
│   ├── Help-CS-EN
│   │   ├── allclasses-frame.html
│   │   ├── appendixA
│   │   │   ├── catalog.html
│   │   │   └── details.html
│   │   ├── FaceId
│   │   │   ├── Base64.html
│   │   │   ├── FaceId_ErrorCode.html
│   │   │   ├── FaceId.html
│   │   │   ├── FaceId_Item.html
│   │   │   ├── IDgramPacketHandler.html
│   │   │   ├── ISecurity.html
│   │   │   ├── NetworkStreamPlus.html
│   │   │   ├── package-frame.html
│   │   │   ├── package-summary.html
│   │   │   ├── TcpClientPlus.html
│   │   │   ├── TcpListenerPlus.html
│   │   │   └── UdpClientPlus.html
│   │   ├── index.html
│   │   ├── overview-frame.html
│   │   ├── overview-summary.html
│   │   └── stylesheet.css
│   └── Help-CS-SC
│   ├── allclasses-frame.html
│   ├── appendixA
│   │   ├── catalog.html
│   │   └── details.html
│   ├── FaceId
│   │   ├── Base64.html
│   │   ├── FaceId_ErrorCode.html
│   │   ├── FaceId.html
│   │   ├── FaceId_Item.html
│   │   ├── IDgramPacketHandler.html
│   │   ├── ISecurity.html
│   │   ├── NetworkStreamPlus.html
│   │   ├── package-frame.html
│   │   ├── package-summary.html
│   │   ├── TcpClientPlus.html
│   │   ├── TcpListenerPlus.html
│   │   └── UdpClientPlus.html
│   ├── index.html
│   ├── overview-frame.html
│   ├── overview-summary.html
│   └── stylesheet.css
├── FaceId-CS-20140611
│   ├── CS20
│   │   └── FaceId.dll
│   ├── CS35
│   │   └── FaceId.dll
│   ├── CS40
│   │   └── FaceId.dll
│   ├── CS45
│   │   └── FaceId.dll
│   ├── Help-CS-EN
│   │   ├── allclasses-frame.html
│   │   ├── appendixA
│   │   │   ├── catalog.html
│   │   │   └── details.html
│   │   ├── FaceId
│   │   │   ├── Base64.html
│   │   │   ├── FaceId_ErrorCode.html
│   │   │   ├── FaceId.html
│   │   │   ├── FaceId_Item.html
│   │   │   ├── IDgramPacketHandler.html
│   │   │   ├── ISecurity.html
│   │   │   ├── NetworkStreamPlus.html
│   │   │   ├── package-frame.html
│   │   │   ├── package-summary.html
│   │   │   ├── TcpClientPlus.html
│   │   │   ├── TcpListenerPlus.html
│   │   │   └── UdpClientPlus.html
│   │   ├── index.html
│   │   ├── overview-frame.html
│   │   ├── overview-summary.html
│   │   └── stylesheet.css
│   └── Help-CS-SC
│   ├── allclasses-frame.html
│   ├── appendixA
│   │   ├── catalog.html
│   │   └── details.html
│   ├── FaceId
│   │   ├── Base64.html
│   │   ├── FaceId_ErrorCode.html
│   │   ├── FaceId.html
│   │   ├── FaceId_Item.html
│   │   ├── IDgramPacketHandler.html
│   │   ├── ISecurity.html
│   │   ├── NetworkStreamPlus.html
│   │   ├── package-frame.html
│   │   ├── package-summary.html
│   │   ├── TcpClientPlus.html
│   │   ├── TcpListenerPlus.html
│   │   └── UdpClientPlus.html
│   ├── index.html
│   ├── overview-frame.html
│   ├── overview-summary.html
│   └── stylesheet.css
├── FaceIdDemo-Java-20141104
│   ├── Example Executor
│   │   ├── EXIMPORT.jar
│   │   ├── GetRecord.jar
│   │   ├── lib
│   │   │   ├── controlsfx-8.0.6_20.jar
│   │   │   └── FaceId.jar
│   │   ├── TcpClientDemo.jar
│   │   ├── TcpServerDemo.jar
│   │   └── UdpServerDemo.jar
│   ├── Example Project
│   │   └── FaceIdDemo
│   │   ├── EXIMPORT
│   │   │   ├── build.xml
│   │   │   ├── lib
│   │   │   │   └── nblibraries.properties
│   │   │   ├── manifest.mf
│   │   │   ├── nbproject
│   │   │   │   ├── build-impl.xml
│   │   │   │   ├── configs
│   │   │   │   │   ├── _______.properties
│   │   │   │   │   └── __WebStart_____.properties
│   │   │   │   ├── genfiles.properties
│   │   │   │   ├── jfx-impl.xml
│   │   │   │   ├── private
│   │   │   │   │   ├── configs
│   │   │   │   │   │   ├── _______.properties
│   │   │   │   │   │   └── __WebStart_____.properties
│   │   │   │   │   ├── private.properties
│   │   │   │   │   ├── private.xml
│   │   │   │   │   └── retriever
│   │   │   │   │   ├── catalog.xml
│   │   │   │   │   └── www.oracle.com
│   │   │   │   │   └── technetwork
│   │   │   │   │   └── java
│   │   │   │   │   └── javase
│   │   │   │   │   └── overview
│   │   │   │   │   └── index.html
│   │   │   │   ├── project.properties
│   │   │   │   └── project.xml
│   │   │   └── src
│   │   │   └── Splash
│   │   │   ├── EXIMPORT.java
│   │   │   ├── FireEyes.png
│   │   │   ├── FXMLDocumentController.java
│   │   │   └── FXMLDocument.fxml
│   │   ├── GetRecord
│   │   │   ├── build.xml
│   │   │   ├── lib
│   │   │   │   └── nblibraries.properties
│   │   │   ├── manifest.mf
│   │   │   ├── nbproject
│   │   │   │   ├── build-impl.xml
│   │   │   │   ├── configs
│   │   │   │   │   ├── _______.properties
│   │   │   │   │   └── __WebStart_____.properties
│   │   │   │   ├── genfiles.properties
│   │   │   │   ├── jfx-impl.xml
│   │   │   │   ├── private
│   │   │   │   │   ├── configs
│   │   │   │   │   │   ├── _______.properties
│   │   │   │   │   │   └── __WebStart_____.properties
│   │   │   │   │   ├── private.properties
│   │   │   │   │   ├── private.xml
│   │   │   │   │   └── retriever
│   │   │   │   │   ├── catalog.xml
│   │   │   │   │   └── www.oracle.com
│   │   │   │   │   └── technetwork
│   │   │   │   │   └── java
│   │   │   │   │   └── javase
│   │   │   │   │   └── overview
│   │   │   │   │   └── index.html
│   │   │   │   ├── project.properties
│   │   │   │   └── project.xml
│   │   │   └── src
│   │   │   └── Splash
│   │   │   ├── FireEyes.png
│   │   │   ├── FXMLDocumentController.java
│   │   │   ├── FXMLDocument.fxml
│   │   │   └── GetRecord.java
│   │   ├── TcpClientDemo
│   │   │   ├── build.xml
│   │   │   ├── lib
│   │   │   │   └── nblibraries.properties
│   │   │   ├── manifest.mf
│   │   │   ├── nbproject
│   │   │   │   ├── build-impl.xml
│   │   │   │   ├── configs
│   │   │   │   │   ├── _______.properties
│   │   │   │   │   └── __WebStart_____.properties
│   │   │   │   ├── genfiles.properties
│   │   │   │   ├── jfx-impl.xml
│   │   │   │   ├── private
│   │   │   │   │   ├── configs
│   │   │   │   │   │   ├── _______.properties
│   │   │   │   │   │   └── __WebStart_____.properties
│   │   │   │   │   ├── private.properties
│   │   │   │   │   ├── private.xml
│   │   │   │   │   └── retriever
│   │   │   │   │   ├── catalog.xml
│   │   │   │   │   └── www.oracle.com
│   │   │   │   │   └── technetwork
│   │   │   │   │   └── java
│   │   │   │   │   └── javase
│   │   │   │   │   └── overview
│   │   │   │   │   └── index.html
│   │   │   │   ├── project.properties
│   │   │   │   └── project.xml
│   │   │   └── src
│   │   │   └── Splash
│   │   │   ├── FireEyes.png
│   │   │   ├── FXMLDocumentController.java
│   │   │   ├── FXMLDocument.fxml
│   │   │   └── TcpClientDemo.java
│   │   ├── TcpServerDemo
│   │   │   ├── build.xml
│   │   │   ├── lib
│   │   │   │   └── nblibraries.properties
│   │   │   ├── manifest.mf
│   │   │   ├── nbproject
│   │   │   │   ├── build-impl.xml
│   │   │   │   ├── configs
│   │   │   │   │   ├── _______.properties
│   │   │   │   │   └── __WebStart_____.properties
│   │   │   │   ├── genfiles.properties
│   │   │   │   ├── jfx-impl.xml
│   │   │   │   ├── private
│   │   │   │   │   ├── configs
│   │   │   │   │   │   ├── _______.properties
│   │   │   │   │   │   └── __WebStart_____.properties
│   │   │   │   │   ├── private.properties
│   │   │   │   │   ├── private.xml
│   │   │   │   │   └── retriever
│   │   │   │   │   ├── catalog.xml
│   │   │   │   │   └── www.oracle.com
│   │   │   │   │   └── technetwork
│   │   │   │   │   └── java
│   │   │   │   │   └── javase
│   │   │   │   │   └── overview
│   │   │   │   │   └── index.html
│   │   │   │   ├── project.properties
│   │   │   │   └── project.xml
│   │   │   └── src
│   │   │   └── Splash
│   │   │   ├── FireEyes.png
│   │   │   ├── FXMLDocumentController.java
│   │   │   ├── FXMLDocument.fxml
│   │   │   └── TcpServerDemo.java
│   │   └── UdpServerDemo
│   │   ├── build.xml
│   │   ├── lib
│   │   │   └── nblibraries.properties
│   │   ├── manifest.mf
│   │   ├── nbproject
│   │   │   ├── build-impl.xml
│   │   │   ├── configs
│   │   │   │   ├── _______.properties
│   │   │   │   └── __WebStart_____.properties
│   │   │   ├── genfiles.properties
│   │   │   ├── jfx-impl.xml
│   │   │   ├── private
│   │   │   │   ├── configs
│   │   │   │   │   ├── _______.properties
│   │   │   │   │   └── __WebStart_____.properties
│   │   │   │   ├── private.properties
│   │   │   │   ├── private.xml
│   │   │   │   └── retriever
│   │   │   │   ├── catalog.xml
│   │   │   │   └── www.oracle.com
│   │   │   │   └── technetwork
│   │   │   │   └── java
│   │   │   │   └── javase
│   │   │   │   └── overview
│   │   │   │   └── index.html
│   │   │   ├── project.properties
│   │   │   └── project.xml
│   │   └── src
│   │   └── Splash
│   │   ├── FireEyes.png
│   │   ├── FXMLDocumentController.java
│   │   ├── FXMLDocument.fxml
│   │   └── UdpServerDemo.java
│   └── FaceId SDK
│   ├── Help-Java-EN
│   │   ├── allclasses-frame.html
│   │   ├── appendixA
│   │   │   ├── catalog.html
│   │   │   └── details.html
│   │   ├── FaceId
│   │   │   ├── ArrayUtils.html
│   │   │   ├── Base64.html
│   │   │   ├── FaceIdAnswer.html
│   │   │   ├── FaceId_ErrorCode.html
│   │   │   ├── FaceId.html
│   │   │   ├── FaceId_Item.html
│   │   │   ├── IDgramPacketHandler.html
│   │   │   ├── ISecurity.html
│   │   │   ├── ISocketServerThreadTask.html
│   │   │   ├── ISocketThreadTask.html
│   │   │   ├── ManualResetEvent.html
│   │   │   ├── NetworkStreamPlus.html
│   │   │   ├── package-frame.html
│   │   │   ├── package-summary.html
│   │   │   ├── TcpClientPlus.html
│   │   │   ├── TcpListenerPlus.html
│   │   │   └── UdpClientPlus.html
│   │   ├── index.html
│   │   ├── overview-frame.html
│   │   ├── overview-summary.html
│   │   └── stylesheet.css
│   ├── Help-Java-SC
│   │   ├── allclasses-frame.html
│   │   ├── appendixA
│   │   │   ├── catalog.html
│   │   │   └── details.html
│   │   ├── FaceId
│   │   │   ├── ArrayUtils.html
│   │   │   ├── Base64.html
│   │   │   ├── FaceIdAnswer.html
│   │   │   ├── FaceId_ErrorCode.html
│   │   │   ├── FaceId.html
│   │   │   ├── FaceId_Item.html
│   │   │   ├── IDgramPacketHandler.html
│   │   │   ├── ISecurity.html
│   │   │   ├── ISocketServerThreadTask.html
│   │   │   ├── ISocketThreadTask.html
│   │   │   ├── ManualResetEvent.html
│   │   │   ├── NetworkStreamPlus.html
│   │   │   ├── package-frame.html
│   │   │   ├── package-summary.html
│   │   │   ├── TcpClientPlus.html
│   │   │   ├── TcpListenerPlus.html
│   │   │   └── UdpClientPlus.html
│   │   ├── index.html
│   │   ├── overview-frame.html
│   │   ├── overview-summary.html
│   │   └── stylesheet.css
│   ├── JDK5
│   │   └── FaceId.jar
│   ├── JDK6
│   │   └── FaceId.jar
│   ├── JDK7
│   │   └── FaceId.jar
│   └── JDK8
│   └── FaceId.jar
├── FaceIdDemo-VC-20141104
│   ├── Example Executor
│   │   ├── EXIMPORT.exe
│   │   ├── FaceId.dll
│   │   ├── FaceId.lib
│   │   ├── GetRecord.exe
│   │   ├── TcpClientDemo.exe
│   │   ├── TcpServerDemo.exe
│   │   └── UdpServerDemo.exe
│   ├── Example Project
│   │   └── FaceIdDemo
│   │   ├── EXIMPORT
│   │   │   ├── Employees.dat
│   │   │   ├── EXIMPORT.APS
│   │   │   ├── EXIMPORT.cpp
│   │   │   ├── EXIMPORTDlg.cpp
│   │   │   ├── EXIMPORTDlg.h
│   │   │   ├── EXIMPORT.h
│   │   │   ├── EXIMPORT.rc
│   │   │   ├── EXIMPORT.vcxproj
│   │   │   ├── EXIMPORT.vcxproj.filters
│   │   │   ├── PageExport.cpp
│   │   │   ├── PageExport.h
│   │   │   ├── PageImport.cpp
│   │   │   ├── PageImport.h
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── EXIMPORT.ico
│   │   │   │   └── EXIMPORT.rc2
│   │   │   ├── Resource.h
│   │   │   ├── stdafx.cpp
│   │   │   ├── stdafx.h
│   │   │   └── targetver.h
│   │   ├── FaceId
│   │   │   └── Source
│   │   │   ├── Base64.h
│   │   │   ├── FaceIdApi.h
│   │   │   ├── FaceIdCommon.h
│   │   │   ├── FaceId.h
│   │   │   ├── FaceId_Item.h
│   │   │   ├── IDgramPacketHandler.h
│   │   │   ├── ISecurity.h
│   │   │   ├── IServerSocketHandler.h
│   │   │   ├── ISocketHandler.h
│   │   │   ├── ManualResetEvent.h
│   │   │   ├── NetworkStreamPlus.h
│   │   │   ├── SocketUtils.h
│   │   │   ├── TcpClientPlus.h
│   │   │   ├── TcpListenerPlus.h
│   │   │   └── UdpClientPlus.h
│   │   ├── FaceIdDemo.sln
│   │   ├── FaceIdDemo.v12.suo
│   │   ├── GetRecord
│   │   │   ├── GetRecord.aps
│   │   │   ├── GetRecord.cpp
│   │   │   ├── GetRecordDlg.cpp
│   │   │   ├── GetRecordDlg.h
│   │   │   ├── GetRecord.h
│   │   │   ├── GetRecord.rc
│   │   │   ├── GetRecord.vcxproj
│   │   │   ├── GetRecord.vcxproj.filters
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── GetRecord.ico
│   │   │   │   └── GetRecord.rc2
│   │   │   ├── resource.h
│   │   │   ├── stdafx.cpp
│   │   │   ├── stdafx.h
│   │   │   └── targetver.h
│   │   ├── TcpClientDemo
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── TcpClientDemo.ico
│   │   │   │   └── TcpClientDemo.rc2
│   │   │   ├── Resource.h
│   │   │   ├── stdafx.cpp
│   │   │   ├── stdafx.h
│   │   │   ├── targetver.h
│   │   │   ├── TcpClientDemo.aps
│   │   │   ├── TcpClientDemo.cpp
│   │   │   ├── TcpClientDemoDlg.cpp
│   │   │   ├── TcpClientDemoDlg.h
│   │   │   ├── TcpClientDemo.h
│   │   │   ├── TcpClientDemo.rc
│   │   │   ├── TcpClientDemo.vcxproj
│   │   │   └── TcpClientDemo.vcxproj.filters
│   │   ├── TcpServerDemo
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── TcpServerDemo.ico
│   │   │   │   └── TcpServerDemo.rc2
│   │   │   ├── resource.h
│   │   │   ├── stdafx.cpp
│   │   │   ├── stdafx.h
│   │   │   ├── targetver.h
│   │   │   ├── TcpServerDemo.aps
│   │   │   ├── TcpServerDemo.cpp
│   │   │   ├── TcpServerDemoDlg.cpp
│   │   │   ├── TcpServerDemoDlg.h
│   │   │   ├── TcpServerDemo.h
│   │   │   ├── TcpServerDemo.rc
│   │   │   ├── TcpServerDemo.vcxproj
│   │   │   └── TcpServerDemo.vcxproj.filters
│   │   └── UdpServerDemo
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── UdpServerDemo.ico
│   │   │   └── UdpServerDemo.rc2
│   │   ├── resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── targetver.h
│   │   ├── UdpServerDemo.aps
│   │   ├── UdpServerDemo.cpp
│   │   ├── UdpServerDemoDlg.cpp
│   │   ├── UdpServerDemoDlg.h
│   │   ├── UdpServerDemo.h
│   │   ├── UdpServerDemo.rc
│   │   ├── UdpServerDemo.vcxproj
│   │   └── UdpServerDemo.vcxproj.filters
│   └── FaceId SDK
│   ├── Base64.h
│   ├── FaceIdApi.h
│   ├── FaceIdCommon.h
│   ├── FaceId.h
│   ├── FaceId_Item.h
│   ├── IDgramPacketHandler.h
│   ├── ISecurity.h
│   ├── IServerSocketHandler.h
│   ├── ISocketHandler.h
│   ├── ManualResetEvent.h
│   ├── NetworkStreamPlus.h
│   ├── SocketUtils.h
│   ├── TcpClientPlus.h
│   ├── TcpListenerPlus.h
│   ├── UdpClientPlus.h
│   ├── X64
│   │   ├── FaceId.dll
│   │   ├── FaceId.lib
│   │   ├── FaceIdXP.dll
│   │   └── FaceIdXP.lib
│   └── X86
│   ├── FaceId.dll
│   ├── FaceId.lib
│   ├── FaceIdXP.dll
│   └── FaceIdXP.lib
├── FaceId-Java-20140508
│   ├── Help-Java-EN
│   │   ├── allclasses-frame.html
│   │   ├── appendixA
│   │   │   ├── catalog.html
│   │   │   └── details.html
│   │   ├── FaceId
│   │   │   ├── ArrayUtils.html
│   │   │   ├── Base64.html
│   │   │   ├── FaceIdAnswer.html
│   │   │   ├── FaceId_ErrorCode.html
│   │   │   ├── FaceId.html
│   │   │   ├── FaceId_Item.html
│   │   │   ├── IDgramPacketHandler.html
│   │   │   ├── ISecurity.html
│   │   │   ├── ISocketServerThreadTask.html
│   │   │   ├── ISocketThreadTask.html
│   │   │   ├── ManualResetEvent.html
│   │   │   ├── NetworkStreamPlus.html
│   │   │   ├── package-frame.html
│   │   │   ├── package-summary.html
│   │   │   ├── TcpClientPlus.html
│   │   │   ├── TcpListenerPlus.html
│   │   │   └── UdpClientPlus.html
│   │   ├── index.html
│   │   ├── overview-frame.html
│   │   ├── overview-summary.html
│   │   └── stylesheet.css
│   ├── Help-Java-SC
│   │   ├── allclasses-frame.html
│   │   ├── appendixA
│   │   │   ├── catalog.html
│   │   │   └── details.html
│   │   ├── FaceId
│   │   │   ├── ArrayUtils.html
│   │   │   ├── Base64.html
│   │   │   ├── FaceIdAnswer.html
│   │   │   ├── FaceId_ErrorCode.html
│   │   │   ├── FaceId.html
│   │   │   ├── FaceId_Item.html
│   │   │   ├── IDgramPacketHandler.html
│   │   │   ├── ISecurity.html
│   │   │   ├── ISocketServerThreadTask.html
│   │   │   ├── ISocketThreadTask.html
│   │   │   ├── ManualResetEvent.html
│   │   │   ├── NetworkStreamPlus.html
│   │   │   ├── package-frame.html
│   │   │   ├── package-summary.html
│   │   │   ├── TcpClientPlus.html
│   │   │   ├── TcpListenerPlus.html
│   │   │   └── UdpClientPlus.html
│   │   ├── index.html
│   │   ├── overview-frame.html
│   │   ├── overview-summary.html
│   │   └── stylesheet.css
│   ├── JDK5
│   │   └── FaceId.jar
│   ├── JDK6
│   │   └── FaceId.jar
│   ├── JDK7
│   │   └── FaceId.jar
│   └── JDK8
│   └── FaceId.jar
├── FaceId-VC-20140924
│   ├── Base64.h
│   ├── FaceIdApi.h
│   ├── FaceIdCommon.h
│   ├── FaceId.h
│   ├── FaceId_Item.h
│   ├── IDgramPacketHandler.h
│   ├── ISecurity.h
│   ├── IServerSocketHandler.h
│   ├── ISocketHandler.h
│   ├── ManualResetEvent.h
│   ├── NetworkStreamPlus.h
│   ├── SocketUtils.h
│   ├── TcpClientPlus.h
│   ├── TcpListenerPlus.h
│   ├── UdpClientPlus.h
│   ├── X64
│   │   ├── FaceId.dll
│   │   └── FaceId.lib
│   └── X86
│   ├── FaceId.dll
│   └── FaceId.lib
├── SDK+Demo(32位+64位)
│   ├── SDK_Demo
│   │   ├── 32
│   │   │   └── HwDev_Demo_Cplusplus.exe
│   │   └── 64
│   │   └── HwDev_Demo_Cplusplus.exe
│   ├── SDK_win32
│   │   ├── HDCP_Utils.dll
│   │   └── HwDevComm.dll
│   └── SDK_x64
│   ├── HDCP_Utils.dll
│   └── HwDevComm.dll
├── 参考资料.txt
└── 汉王科技面部识别终端脱机通讯开发指南V2.3.pdf

161 directories, 516 files

标签:

实例下载地址

汉王考勤机开发包

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警