• 大小: 27.85MB
    文件类型: .zip
    金币: 2
    下载: 1 次
    发布日期: 2023-07-05
  • 语言: Java
  • 标签: Live20R  C#Demo  

资源简介

中控指纹仪Live20R开发包SDK文档和C#、C、ActiveX、java等多语言Demo

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.IO;
using System.Reflection;
using System.Threading;
using System.Data.OleDb;
using System.Collections;

namespace Biokey01
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
            
        }
        //private System.Timers.Timer showpicture = new System.Timers.Timer();

        int FMatchType;
        int fpcHandle;
        int FPID = 0;
        string sRegTemplate sRegTemplate10;

        private void btnInitialSensor_Click(object sender EventArgs e)        
        {
            if (chkFakeFunOn.Checked)
                axZKFPEngX1.FakeFunOn = 1;
            else
                axZKFPEngX1.FakeFunOn = 0;

            if (axZKFPEngX1.InitEngine() == 0)
            {
                EnableButton(false);
                if (rdb9.Checked)
                {
                    axZKFPEngX1.FPEngineVersion = “9“;
                }
                else
                    axZKFPEngX1.FPEngineVersion = “10“;
                fpcHandle = axZKFPEngX1.CreateFPCacheDBEx();

                txtb1.Text = axZKFPEngX1.SensorCount.ToString();
                txtb2.Text = axZKFPEngX1.SensorIndex.ToString();
                txtb5.Text = axZKFPEngX1.SensorSN;
                statusBar1.Panels[0].Text = “Sensor Connected!“;
                MessageBox.Show(“Initial success!“ “Information“);                
            }
            else
            {
                axZKFPEngX1.EndEngine();
                MessageBox.Show(“Initial Failed!“ “Error“); 
            }

            FMatchType = 2;
        }

        private void btnReg_Click(object sender EventArgs e)
        {
            if (axZKFPEngX1.IsRegister)
            {
                axZKFPEngX1.CancelEnroll();
            }
            axZKFPEngX1.EnrollCount = 3;
            axZKFPEngX1.BeginEnroll();
            statusBar1.Panels[0].Text = “start register“;
        }
 
        private void btnCloseSensor_Click(object sender EventArgs e)
        {
            axZKFPEngX1.EndEngine();
            EnableButton(true);
        }

        private void btnbrowse_Click(object sender EventArgs e)
        {
            if (radioButton1.Checked)
                axZKFPEngX1.SaveBitmap(“Fingerprint.bmp“);
            else
                axZKFPEngX1.SaveJPG(“Fingerprint.jpg“);
            MessageBox.Show(“Fingerprint Image saved“ “Warn“ MessageBoxButtons.OK);
        }

        private void btnVerify_Click(object sender EventArgs e)
        {
            if (axZKFPEngX1.IsRegister)
                axZKFPEngX1.CancelEnroll();
            statusBar1.Panels[0].Text = “Verify(1:1)“;
            FMatchType = 1;
        }

        private void btnIdentify_Click(object sender E

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-05-24 09:41  ZKFinger SDK 5.0.0.20_20170424\
     目录           0  2017-05-24 09:41  ZKFinger SDK 5.0.0.20_20170424\ActiveX\
     目录           0  2017-05-24 09:41  ZKFinger SDK 5.0.0.20_20170424\ActiveX\chs-doc\
     文件      902104  2016-04-01 13:14  ZKFinger SDK 5.0.0.20_20170424\ActiveX\chs-doc\ZKFinger SDK_chs.pdf
     文件        2230  2009-08-18 14:26  ZKFinger SDK 5.0.0.20_20170424\ActiveX\chs-doc\最终用户使用许可协议.txt
     文件        3016  2016-04-01 08:20  ZKFinger SDK 5.0.0.20_20170424\ActiveX\chs-doc\说明.txt
     目录           0  2017-05-24 09:41  ZKFinger SDK 5.0.0.20_20170424\ActiveX\en-doc\
     文件        4772  2014-09-19 10:13  ZKFinger SDK 5.0.0.20_20170424\ActiveX\en-doc\Licence.txt
     文件        4002  2016-04-01 08:19  ZKFinger SDK 5.0.0.20_20170424\ActiveX\en-doc\Readme.txt
     文件      594990  2016-04-01 13:13  ZKFinger SDK 5.0.0.20_20170424\ActiveX\en-doc\ZKFinger SDK_en.pdf
     目录           0  2017-05-24 09:41  ZKFinger SDK 5.0.0.20_20170424\ActiveX\samples\
     目录           0  2017-05-24 09:41  ZKFinger SDK 5.0.0.20_20170424\ActiveX\samples\C#\
     文件        1652  2009-12-15 17:46  ZKFinger SDK 5.0.0.20_20170424\ActiveX\samples\C#\Biokey01_TemporaryKey.pfx
     文件        9454  2016-04-06 21:08  ZKFinger SDK 5.0.0.20_20170424\ActiveX\samples\C#\Demo.csproj
     文件         559  2013-10-28 14:50  ZKFinger SDK 5.0.0.20_20170424\ActiveX\samples\C#\Demo.csproj.user
     文件        1251  2016-04-06 20:15  ZKFinger SDK 5.0.0.20_20170424\ActiveX\samples\C#\Demo.sln
     文件       98304  2016-08-31 13:37  ZKFinger SDK 5.0.0.20_20170424\ActiveX\samples\C#\Demo.suo
     文件       23505  2016-04-06 21:05  ZKFinger SDK 5.0.0.20_20170424\ActiveX\samples\C#\Form1.Designer.cs
     文件       10435  2016-08-31 13:53  ZKFinger SDK 5.0.0.20_20170424\ActiveX\samples\C#\Form1.cs
     文件        7062  2016-04-06 21:05  ZKFinger SDK 5.0.0.20_20170424\ActiveX\samples\C#\Form1.resx
     文件         467  2009-12-15 09:51  ZKFinger SDK 5.0.0.20_20170424\ActiveX\samples\C#\Program.cs
     目录           0  2017-05-24 09:41  ZKFinger SDK 5.0.0.20_20170424\ActiveX\samples\C#\Properties\
     文件        1156  2016-04-06 11:06  ZKFinger SDK 5.0.0.20_20170424\ActiveX\samples\C#\Properties\AssemblyInfo.cs
     文件        2897  2013-10-28 14:50  ZKFinger SDK 5.0.0.20_20170424\ActiveX\samples\C#\Properties\Resources.Designer.cs
     文件        5817  2010-04-09 11:10  ZKFinger SDK 5.0.0.20_20170424\ActiveX\samples\C#\Properties\Resources.resx
     文件        1122  2013-10-28 14:50  ZKFinger SDK 5.0.0.20_20170424\ActiveX\samples\C#\Properties\Settings.Designer.cs
     文件         249  2009-12-15 09:51  ZKFinger SDK 5.0.0.20_20170424\ActiveX\samples\C#\Properties\Settings.settings
     目录           0  2017-05-24 09:42  ZKFinger SDK 5.0.0.20_20170424\ActiveX\samples\C#\Resources\
     文件        1226  2010-04-09 11:57  ZKFinger SDK 5.0.0.20_20170424\ActiveX\samples\C#\Settings.cs
     文件        3768  2009-12-22 16:13  ZKFinger SDK 5.0.0.20_20170424\ActiveX\samples\C#\UpgradeLog.xml
     文件        4811  2013-10-28 14:50  ZKFinger SDK 5.0.0.20_20170424\ActiveX\samples\C#\UpgradeLog2.xml
............此处省略288个文件信息

评论

共有 条评论