在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → 海康明眸门禁开发

海康明眸门禁开发

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:39.52M
  • 下载次数:13
  • 浏览次数:99
  • 发布时间:2024-11-05
  • 实例类别:C#语言基础
  • 发 布 人:技术(黄勇)
  • 文件格式:.zip
  • 所需积分:2
 相关标签: 海康、门禁、摄像头

实例介绍

【实例简介】

【实例截图】

from clipboard

【核心代码】

明眸门禁相关功能

├── 1-门禁&人证功能
│   ├── AcsDemo.Designer.cs
│   ├── AcsDemo.cs
│   ├── AcsDemo.csproj
│   ├── AcsDemo.resx
│   ├── AcsDemo.sln
│   ├── App.config
│   ├── GetAcsEventType.cs
│   ├── HCNetSDK.cs
│   ├── Language
│   │   ├── Chinese.xml
│   │   ├── DefaultLanguage.xml
│   │   ├── English.xml
│   │   └── MultiLanguage.cs
│   ├── PlayCtrl.cs
│   ├── ProductAcs
│   │   ├── ACS_FACE_PARAM_CFG.Designer.cs
│   │   ├── ACS_FACE_PARAM_CFG.cs
│   │   ├── ACS_FACE_PARAM_CFG.resx
│   │   ├── CaptureDataSearch.Designer.cs
│   │   ├── CaptureDataSearch.cs
│   │   ├── CaptureDataSearch.resx
│   │   ├── CardAdd.Designer.cs
│   │   ├── CardAdd.cs
│   │   ├── CardAdd.resx
│   │   ├── CardConfigure.Designer.cs
│   │   ├── CardConfigure.cs
│   │   ├── CardConfigure.resx
│   │   ├── CardManage
│   │   │   ├── CardAdd.Designer.cs
│   │   │   ├── CardAdd.cs
│   │   │   ├── CardAdd.resx
│   │   │   ├── CardManagement.Designer.cs
│   │   │   ├── CardManagement.cs
│   │   │   ├── CardManagement.resx
│   │   │   ├── CardModify.Designer.cs
│   │   │   ├── CardModify.cs
│   │   │   ├── CardModify.resx
│   │   │   ├── UserAdd.Designer.cs
│   │   │   ├── UserAdd.cs
│   │   │   └── UserAdd.resx
│   │   ├── CardManagement.Designer.cs
│   │   ├── CardManagement.cs
│   │   ├── CardManagement.resx
│   │   ├── CardManagementByStaffCenter.Designer.cs
│   │   ├── CardManagementByStaffCenter.cs
│   │   ├── CardManagementByStaffCenter.resx
│   │   ├── ClearACSParameters.Designer.cs
│   │   ├── ClearACSParameters.cs
│   │   ├── ClearACSParameters.resx
│   │   ├── DevicePlanStatus.Designer.cs
│   │   ├── DevicePlanStatus.cs
│   │   ├── DevicePlanStatus.resx
│   │   ├── DeviceTimeCorrection.Designer.cs
│   │   ├── DeviceTimeCorrection.cs
│   │   ├── DeviceTimeCorrection.resx
│   │   ├── DoorControl.Designer.cs
│   │   ├── DoorControl.cs
│   │   ├── DoorControl.resx
│   │   ├── EventCardLinkage.Designer.cs
│   │   ├── EventCardLinkage.cs
│   │   ├── EventCardLinkage.resx
│   │   ├── FaceConfigure.Designer.cs
│   │   ├── FaceConfigure.cs
│   │   ├── FaceConfigure.resx
│   │   ├── FaceRecordManagement.Designer.cs
│   │   ├── FaceRecordManagement.cs
│   │   ├── FaceRecordManagement.resx
│   │   ├── FingerPrintMgr.Designer.cs
│   │   ├── FingerPrintMgr.cs
│   │   ├── FingerPrintMgr.resx
│   │   ├── FingerPrintMgrByStaffCenter.Designer.cs
│   │   ├── FingerPrintMgrByStaffCenter.cs
│   │   ├── FingerPrintMgrByStaffCenter.resx
│   │   ├── GetAcsEvent.Designer.cs
│   │   ├── GetAcsEvent.cs
│   │   ├── GetAcsEvent.resx
│   │   ├── GuardAndUnguard.Designer.cs
│   │   ├── GuardAndUnguard.cs
│   │   ├── GuardAndUnguard.resx
│   │   ├── HolidayGroupPlan.Designer.cs
│   │   ├── HolidayGroupPlan.cs
│   │   ├── HolidayGroupPlan.resx
│   │   ├── HolidayPlan.Designer.cs
│   │   ├── HolidayPlan.cs
│   │   ├── HolidayPlan.resx
│   │   ├── PlanTemplate.Designer.cs
│   │   ├── PlanTemplate.cs
│   │   ├── PlanTemplate.resx
│   │   ├── RemoteControlCapture.Designer.cs
│   │   ├── RemoteControlCapture.cs
│   │   ├── RemoteControlCapture.resx
│   │   ├── StaffManagement.Designer.cs
│   │   ├── StaffManagement.cs
│   │   ├── StaffManagement.resx
│   │   ├── SynInfo.Designer.cs
│   │   ├── SynInfo.cs
│   │   ├── SynInfo.resx
│   │   ├── Upgrade.Designer.cs
│   │   ├── Upgrade.cs
│   │   ├── Upgrade.resx
│   │   ├── UserAdd.Designer.cs
│   │   ├── UserAdd.cs
│   │   ├── UserAdd.resx
│   │   ├── UserCardMgr.Designer.cs
│   │   ├── UserCardMgr.cs
│   │   ├── UserCardMgr.resx
│   │   ├── UserManagement.Designer.cs
│   │   ├── UserManagement.cs
│   │   ├── UserManagement.resx
│   │   ├── VideoCall.Designer.cs
│   │   ├── VideoCall.cs
│   │   ├── VideoCall.resx
│   │   ├── WeekPlan.Designer.cs
│   │   ├── WeekPlan.cs
│   │   └── WeekPlan.resx
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Resources.zh-CN.Designer.cs
│   │   ├── Resources.zh-CN.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── Public
│   │   ├── AcsDemoPublic.cs
│   │   ├── AddDevice.Designer.cs
│   │   ├── AddDevice.cs
│   │   ├── AddDevice.resx
│   │   ├── AlarmInfoShow.Designer.cs
│   │   ├── AlarmInfoShow.cs
│   │   ├── AlarmInfoShow.resx
│   │   ├── DeviceInfo.Designer.cs
│   │   ├── DeviceInfo.cs
│   │   ├── DeviceInfo.resx
│   │   ├── DeviceLogList.Designer.cs
│   │   ├── DeviceLogList.cs
│   │   ├── DeviceLogList.resx
│   │   ├── DeviceTree.Designer.cs
│   │   ├── DeviceTree.cs
│   │   ├── DeviceTree.resx
│   │   ├── PicAlarmInfo.Designer.cs
│   │   ├── PicAlarmInfo.cs
│   │   └── PicAlarmInfo.resx
│   ├── bin
│   │   ├── AcsDemo.exe
│   │   ├── AcsDemo.exe.config
│   │   ├── AcsDemo.pdb
│   │   ├── AnalyzeData.dll
│   │   ├── AudioIntercom.dll
│   │   ├── AudioRender.dll
│   │   ├── ClientDemo.exe
│   │   ├── ClientDemoDll
│   │   │   ├── ReadMe.txt
│   │   │   ├── calib.dll
│   │   │   ├── iconv.dll
│   │   │   ├── libcrypto-1_1.dll
│   │   │   ├── libcurl.dll
│   │   │   ├── libssl-1_1.dll
│   │   │   ├── libxml2.dll
│   │   │   ├── msvcr120.dll
│   │   │   └── zlib1.dll
│   │   ├── Devices.json
│   │   ├── GdiPlus.lib
│   │   ├── HCAlarm.dll
│   │   ├── HCAlarm.lib
│   │   ├── HCCore.dll
│   │   ├── HCCore.lib
│   │   ├── HCCoreDevCfg.dll
│   │   ├── HCDisplay.dll
│   │   ├── HCGeneralCfgMgr.dll
│   │   ├── HCGeneralCfgMgr.lib
│   │   ├── HCIndustry.dll
│   │   ├── HCNetSDK.dll
│   │   ├── HCNetSDK.lib
│   │   ├── HCNetSDKCom
│   │   │   ├── AnalyzeData.dll
│   │   │   ├── AudioIntercom.dll
│   │   │   ├── AudioRender.dll
│   │   │   ├── HCAlarm.dll
│   │   │   ├── HCAlarm.lib
│   │   │   ├── HCCoreDevCfg.dll
│   │   │   ├── HCDisplay.dll
│   │   │   ├── HCGeneralCfgMgr.dll
│   │   │   ├── HCGeneralCfgMgr.lib
│   │   │   ├── HCIndustry.dll
│   │   │   ├── HCPlayBack.dll
│   │   │   ├── HCPreview.dll
│   │   │   ├── HCPreview.lib
│   │   │   ├── HCVoiceTalk.dll
│   │   │   ├── OpenAL32.dll
│   │   │   ├── StreamTransClient.dll
│   │   │   ├── SystemTransform.dll
│   │   │   ├── libiconv2.dll
│   │   │   └── msvcr90.dll
│   │   ├── HCPlayBack.dll
│   │   ├── HCPreview.dll
│   │   ├── HCPreview.lib
│   │   ├── HCVoiceTalk.dll
│   │   ├── HXVA.dll
│   │   ├── HmMerge.dll
│   │   ├── Language
│   │   │   ├── Chinese.xml
│   │   │   ├── DefaultLanguage.xml
│   │   │   └── English.xml
│   │   ├── LocalXml.zip
│   │   ├── MP_Render.dll
│   │   ├── MP_VIE.dll
│   │   ├── NPQos.dll
│   │   ├── Newtonsoft.Json.dll
│   │   ├── OpenAL32.dll
│   │   ├── PlayCtrl.dll
│   │   ├── PlayCtrl.lib
│   │   ├── StreamTransClient.dll
│   │   ├── SuperRender.dll
│   │   ├── SystemTransform.dll
│   │   ├── YUVProcess.dll
│   │   ├── gdiplus.dll
│   │   ├── hlog.dll
│   │   ├── hpr.dll
│   │   ├── libcrypto-1_1.dll
│   │   ├── libiconv2.dll
│   │   ├── libssl-1_1.dll
│   │   ├── msvcr90.dll
│   │   ├── res
│   │   │   ├── IPChan.bmp
│   │   │   ├── card_reader.bmp
│   │   │   ├── card_reader_offline.bmp
│   │   │   ├── dev_alarm.bmp
│   │   │   ├── door_closed.bmp
│   │   │   ├── door_open.bmp
│   │   │   ├── fortify.bmp
│   │   │   ├── fortify_alarm.bmp
│   │   │   ├── login.bmp
│   │   │   ├── logout.bmp
│   │   │   └── tree.bmp
│   │   ├── zh-CN
│   │   │   └── AcsDemo.resources.dll
│   │   ├── zlib1.dll
│   │   └── 请先看这里:Demo内容说明和注意事项.txt
│   ├── obj
│   │   └── Debug
│   │       ├── AcsDemo.AcsDemo.resources
│   │       ├── AcsDemo.FaceRecordManagement.resources
│   │       ├── AcsDemo.ProductAcs.ACS_FACE_PARAM_CFG.resources
│   │       ├── AcsDemo.ProductAcs.CaptureDataSearch.resources
│   │       ├── AcsDemo.ProductAcs.CardConfigure.resources
│   │       ├── AcsDemo.ProductAcs.CardManage.CardAdd.resources
│   │       ├── AcsDemo.ProductAcs.CardManage.CardModify.resources
│   │       ├── AcsDemo.ProductAcs.CardManage.UserAdd.resources
│   │       ├── AcsDemo.ProductAcs.CardManagement.resources
│   │       ├── AcsDemo.ProductAcs.CardManagementByStaffCenter.resources
│   │       ├── AcsDemo.ProductAcs.ClearACSParameters.resources
│   │       ├── AcsDemo.ProductAcs.DevicePlanStatus.resources
│   │       ├── AcsDemo.ProductAcs.DeviceTimeCorrection.resources
│   │       ├── AcsDemo.ProductAcs.EventCardLinkage.resources
│   │       ├── AcsDemo.ProductAcs.FaceConfigure.resources
│   │       ├── AcsDemo.ProductAcs.FingerPrintMgr.resources
│   │       ├── AcsDemo.ProductAcs.FingerPrintMgrByStaffCenter.resources
│   │       ├── AcsDemo.ProductAcs.GetAcsEvent.resources
│   │       ├── AcsDemo.ProductAcs.HolidayGroupPlan.resources
│   │       ├── AcsDemo.ProductAcs.HolidayPlan.resources
│   │       ├── AcsDemo.ProductAcs.PlanTemplate.resources
│   │       ├── AcsDemo.ProductAcs.RemoteControlCapture.resources
│   │       ├── AcsDemo.ProductAcs.StaffManagement.resources
│   │       ├── AcsDemo.ProductAcs.SynInfo.resources
│   │       ├── AcsDemo.ProductAcs.Upgrade.resources
│   │       ├── AcsDemo.ProductAcs.UserCardMgr.resources
│   │       ├── AcsDemo.ProductAcs.UserManagement.resources
│   │       ├── AcsDemo.ProductAcs.VideoCall.resources
│   │       ├── AcsDemo.ProductAcs.WeekPlan.resources
│   │       ├── AcsDemo.Properties.Resources.resources
│   │       ├── AcsDemo.Properties.Resources.zh-CN.resources
│   │       ├── AcsDemo.Public.AddDevice.resources
│   │       ├── AcsDemo.Public.AlarmInfoShow.resources
│   │       ├── AcsDemo.Public.DeviceInfo.resources
│   │       ├── AcsDemo.Public.DeviceLogList.resources
│   │       ├── AcsDemo.Public.DeviceTree.resources
│   │       ├── AcsDemo.Public.PicAlarmInfo.resources
│   │       ├── AcsDemo.csproj.AssemblyReference.cache
│   │       ├── AcsDemo.csproj.CoreCompileInputs.cache
│   │       ├── AcsDemo.csproj.FileListAbsolute.txt
│   │       ├── AcsDemo.csproj.GenerateResource.cache
│   │       ├── AcsDemo.exe
│   │       ├── AcsDemo.pdb
│   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │       ├── TempPE
│   │       └── zh-CN
│   │           └── AcsDemo.resources.dll
│   ├── 操作文档
│   │   └── 门禁C#DEMO操作说明.pdf
│   └── 请先看这里:Demo内容说明和注意事项.txt
├── 2-以卡为中心(优化接口)
│   ├── ACSOptimizationAll.sln
│   ├── CardManagement
│   │   ├── CardManagement
│   │   │   ├── 1.ico
│   │   │   ├── CHCNetSDK.cs
│   │   │   ├── CardManagement.Designer.cs
│   │   │   ├── CardManagement.cs
│   │   │   ├── CardManagement.csproj
│   │   │   ├── CardManagement.csproj.user
│   │   │   ├── CardManagement.resx
│   │   │   ├── Language
│   │   │   │   ├── Chinese.xml
│   │   │   │   ├── DefaultLanguage.xml
│   │   │   │   ├── English.xml
│   │   │   │   └── MultiLanguage.cs
│   │   │   ├── ProductAcs
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Blue_Gradient.jpg
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Public
│   │   │   │   ├── AcsDemoPublic.cs
│   │   │   │   ├── AddDevice.Designer.cs
│   │   │   │   ├── AddDevice.cs
│   │   │   │   └── AddDevice.resx
│   │   │   ├── app.config
│   │   │   └── bin
│   │   │       ├── CardManagement.exe
│   │   │       └── 库文件拷贝到当前文件夹下.txt
│   │   └── CardManagement.sln
│   ├── ControlDoor
│   │   ├── ControlDoor
│   │   │   ├── 1.ico
│   │   │   ├── CHCNetSDK.cs
│   │   │   ├── ControlDoor.Designer.cs
│   │   │   ├── ControlDoor.cs
│   │   │   ├── ControlDoor.csproj
│   │   │   ├── ControlDoor.csproj.user
│   │   │   ├── ControlDoor.resx
│   │   │   ├── Language
│   │   │   │   ├── Chinese.xml
│   │   │   │   ├── DefaultLanguage.xml
│   │   │   │   ├── English.xml
│   │   │   │   └── MultiLanguage.cs
│   │   │   ├── ProductAcs
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Blue_Gradient.jpg
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Public
│   │   │   │   ├── AcsDemoPublic.cs
│   │   │   │   ├── AddDevice.Designer.cs
│   │   │   │   ├── AddDevice.cs
│   │   │   │   └── AddDevice.resx
│   │   │   ├── app.config
│   │   │   └── bin
│   │   │       ├── ControlDoor.exe
│   │   │       └── 库文件拷贝到当前文件夹下.txt
│   │   └── ControlDoor.sln
│   ├── DeleteFace
│   │   ├── DeleteFace
│   │   │   ├── 1.ico
│   │   │   ├── CHCNetSDK.cs
│   │   │   ├── DeleteFace.Designer.cs
│   │   │   ├── DeleteFace.cs
│   │   │   ├── DeleteFace.csproj
│   │   │   ├── DeleteFace.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Blue_Gradient.jpg
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Public
│   │   │   │   ├── AddDevice.Designer.cs
│   │   │   │   ├── AddDevice.cs
│   │   │   │   └── AddDevice.resx
│   │   │   ├── app.config
│   │   │   └── bin
│   │   │       ├── EventByDeploy.exe
│   │   │       └── 库文件拷贝到当前文件夹下.txt
│   │   ├── DeleteFace.sln
│   │   └── DeleteFace.v12.suo
│   ├── FaceManagement
│   │   ├── FaceManagement
│   │   │   ├── 1.ico
│   │   │   ├── AddDev.Designer.cs
│   │   │   ├── AddDev.cs
│   │   │   ├── AddDev.resx
│   │   │   ├── CHCNetSDK.cs
│   │   │   ├── FaceManagement.Designer.cs
│   │   │   ├── FaceManagement.cs
│   │   │   ├── FaceManagement.csproj
│   │   │   ├── FaceManagement.resx
│   │   │   ├── Language
│   │   │   │   ├── Chinese.xml
│   │   │   │   ├── DefaultLanguage.xml
│   │   │   │   ├── English.xml
│   │   │   │   └── MultiLanguage.cs
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Blue_Gradient.jpg
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── app.config
│   │   │   └── bin
│   │   │       ├── FaceManagement.exe
│   │   │       └── 库文件拷贝到当前文件夹下.txt
│   │   └── FaceManagement.sln
│   ├── FingerPrintManagement
│   │   ├── FingerPrintManagement
│   │   │   ├── 1.ico
│   │   │   ├── AddDev.Designer.cs
│   │   │   ├── AddDev.cs
│   │   │   ├── AddDev.resx
│   │   │   ├── CHCNetSDK.cs
│   │   │   ├── FingerPrintManagement.csproj
│   │   │   ├── FingerPrintManagement.csproj.user
│   │   │   ├── FingerPrintMgr.Designer.cs
│   │   │   ├── FingerPrintMgr.cs
│   │   │   ├── FingerPrintMgr.resx
│   │   │   ├── Language
│   │   │   │   ├── Chinese.xml
│   │   │   │   ├── DefaultLanguage.xml
│   │   │   │   ├── English.xml
│   │   │   │   └── MultiLanguage.cs
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Blue_Gradient.jpg
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   ├── FingerPrintManagement.exe
│   │   │   │   └── 库文件拷贝到当前文件夹下.txt
│   │   │   ├── fingerprint.dat
│   │   │   └── public
│   │   │       └── CFingerPrintMgr.cs
│   │   └── FingerPrintManagement.sln
│   ├── GetACSEvent
│   │   ├── GetACSEvent
│   │   │   ├── 1.ico
│   │   │   ├── CHCNetSDK.cs
│   │   │   ├── GetACSEvent.cs
│   │   │   ├── GetACSEvent.csproj
│   │   │   ├── GetACSEvent.csproj.user
│   │   │   ├── GetACSEvent.designer.cs
│   │   │   ├── GetACSEvent.resx
│   │   │   ├── GetAcsEventType.cs
│   │   │   ├── Language
│   │   │   │   ├── Chinese.xml
│   │   │   │   ├── DefaultLanguage.xml
│   │   │   │   ├── English.xml
│   │   │   │   └── MultiLanguage.cs
│   │   │   ├── ProductAcs
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Blue_Gradient.jpg
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Public
│   │   │   │   ├── AddDevice.Designer.cs
│   │   │   │   ├── AddDevice.cs
│   │   │   │   └── AddDevice.resx
│   │   │   ├── app.config
│   │   │   └── bin
│   │   │       ├── GetACSEvent.exe
│   │   │       └── 库文件拷贝到当前文件夹下.txt
│   │   └── GetACSEvent.sln
│   ├── PlanTemplate
│   │   ├── PlanTemplate
│   │   │   ├── 1.ico
│   │   │   ├── CHCNetSDK.cs
│   │   │   ├── Language
│   │   │   │   ├── Chinese.xml
│   │   │   │   ├── DefaultLanguage.xml
│   │   │   │   ├── English.xml
│   │   │   │   └── MultiLanguage.cs
│   │   │   ├── PlanTemplate.Designer.cs
│   │   │   ├── PlanTemplate.cs
│   │   │   ├── PlanTemplate.csproj
│   │   │   ├── PlanTemplate.csproj.user
│   │   │   ├── PlanTemplate.resx
│   │   │   ├── ProductAcs
│   │   │   │   ├── HolidayGroupPlan.Designer.cs
│   │   │   │   ├── HolidayGroupPlan.cs
│   │   │   │   ├── HolidayGroupPlan.resx
│   │   │   │   ├── HolidayPlan.Designer.cs
│   │   │   │   ├── HolidayPlan.cs
│   │   │   │   ├── HolidayPlan.resx
│   │   │   │   ├── PlanTemplateM.Designer.cs
│   │   │   │   ├── PlanTemplateM.cs
│   │   │   │   ├── PlanTemplateM.resx
│   │   │   │   ├── WeekPlan.Designer.cs
│   │   │   │   ├── WeekPlan.cs
│   │   │   │   └── WeekPlan.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Blue_Gradient.jpg
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Public
│   │   │   │   ├── AcsDemoPublic.cs
│   │   │   │   ├── AddDevice.Designer.cs
│   │   │   │   ├── AddDevice.cs
│   │   │   │   └── AddDevice.resx
│   │   │   ├── app.config
│   │   │   └── bin
│   │   │       ├── PlanTemplate.exe
│   │   │       └── 库文件拷贝到当前文件夹下.txt
│   │   └── PlanTemplate.sln
│   └── 请先看这里:Demo内容说明和注意事项.txt
└── 3-以人为中心(优化接口)
    ├── ACSOptimizationAll.sln
    ├── CardManagement
    │   ├── CardManagement
    │   │   ├── 1.ico
    │   │   ├── CHCNetSDK.cs
    │   │   ├── CardManagement.Designer.cs
    │   │   ├── CardManagement.cs
    │   │   ├── CardManagement.csproj
    │   │   ├── CardManagement.csproj.user
    │   │   ├── CardManagement.resx
    │   │   ├── Language
    │   │   │   ├── Chinese.xml
    │   │   │   ├── DefaultLanguage.xml
    │   │   │   ├── English.xml
    │   │   │   └── MultiLanguage.cs
    │   │   ├── ProductAcs
    │   │   ├── Program.cs
    │   │   ├── Properties
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── Blue_Gradient.jpg
    │   │   │   ├── Resources.Designer.cs
    │   │   │   ├── Resources.resx
    │   │   │   ├── Settings.Designer.cs
    │   │   │   └── Settings.settings
    │   │   ├── Public
    │   │   │   ├── AcsDemoPublic.cs
    │   │   │   ├── AddDevice.Designer.cs
    │   │   │   ├── AddDevice.cs
    │   │   │   └── AddDevice.resx
    │   │   ├── app.config
    │   │   └── bin
    │   │       ├── CardManagement.exe
    │   │       ├── Newtonsoft.Json.dll
    │   │       └── 库文件拷贝到当前文件夹下.txt
    │   └── CardManagement.sln
    ├── Configuration
    │   ├── Configuration
    │   │   ├── 1.ico
    │   │   ├── CHCNetSDK.cs
    │   │   ├── Configuration.Designer.cs
    │   │   ├── Configuration.cs
    │   │   ├── Configuration.csproj
    │   │   ├── Configuration.csproj.user
    │   │   ├── Configuration.resx
    │   │   ├── Language
    │   │   │   ├── Chinese.xml
    │   │   │   ├── DefaultLanguage.xml
    │   │   │   ├── English.xml
    │   │   │   └── MultiLanguage.cs
    │   │   ├── ProductAcs
    │   │   │   ├── DoorConfig.Designer.cs
    │   │   │   ├── DoorConfig.cs
    │   │   │   ├── DoorConfig.resx
    │   │   │   ├── IsupAddrConfigure.Designer.cs
    │   │   │   ├── IsupAddrConfigure.cs
    │   │   │   ├── IsupAddrConfigure.resx
    │   │   │   ├── RemoteCheck.Designer.cs
    │   │   │   ├── RemoteCheck.cs
    │   │   │   ├── RemoteCheck.resx
    │   │   │   ├── TimeConfig.Designer.cs
    │   │   │   ├── TimeConfig.cs
    │   │   │   ├── TimeConfig.resx
    │   │   │   ├── UploadModeConfig.Designer.cs
    │   │   │   ├── UploadModeConfig.cs
    │   │   │   ├── UploadModeConfig.resx
    │   │   │   ├── WlanConfig.Designer.cs
    │   │   │   ├── WlanConfig.cs
    │   │   │   └── WlanConfig.resx
    │   │   ├── Program.cs
    │   │   ├── Properties
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── Blue_Gradient.jpg
    │   │   │   ├── Resources.Designer.cs
    │   │   │   ├── Resources.resx
    │   │   │   ├── Settings.Designer.cs
    │   │   │   └── Settings.settings
    │   │   ├── Public
    │   │   │   ├── AcsDemoPublic.cs
    │   │   │   ├── AddDevice.Designer.cs
    │   │   │   ├── AddDevice.cs
    │   │   │   ├── AddDevice.resx
    │   │   │   └── lib
    │   │   │       ├── FFmpeg
    │   │   │       ├── GetRealtimeP2PDataByBuf
    │   │   │       ├── Newtonsoft.Json.dll
    │   │   │       ├── PlayCtrl
    │   │   │       ├── RTP
    │   │   │       ├── RTP_CSV
    │   │   │       ├── TINYXMLTRANS.dll
    │   │   │       └── TINYXMLTRANS.dll.metagen
    │   │   ├── app.config
    │   │   └── bin
    │   │       ├── Configuration.exe
    │   │       ├── Newtonsoft.Json.dll
    │   │       └── 库文件拷贝到当前文件夹下.txt
    │   └── Configuration.sln
    ├── ControlDoor
    │   ├── ControlDoor
    │   │   ├── 1.ico
    │   │   ├── CHCNetSDK.cs
    │   │   ├── ControlDoor.Designer.cs
    │   │   ├── ControlDoor.cs
    │   │   ├── ControlDoor.csproj
    │   │   ├── ControlDoor.csproj.user
    │   │   ├── ControlDoor.resx
    │   │   ├── Language
    │   │   │   ├── Chinese.xml
    │   │   │   ├── DefaultLanguage.xml
    │   │   │   ├── English.xml
    │   │   │   └── MultiLanguage.cs
    │   │   ├── ProductAcs
    │   │   ├── Program.cs
    │   │   ├── Properties
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── Blue_Gradient.jpg
    │   │   │   ├── Resources.Designer.cs
    │   │   │   ├── Resources.resx
    │   │   │   ├── Settings.Designer.cs
    │   │   │   └── Settings.settings
    │   │   ├── Public
    │   │   │   ├── AcsDemoPublic.cs
    │   │   │   ├── AddDevice.Designer.cs
    │   │   │   ├── AddDevice.cs
    │   │   │   └── AddDevice.resx
    │   │   ├── app.config
    │   │   └── bin
    │   │       ├── ControlDoor.exe
    │   │       └── 库文件拷贝到当前文件夹下.txt
    │   └── ControlDoor.sln
    ├── FaceManagement
    │   ├── FaceManagement
    │   │   ├── 1.ico
    │   │   ├── CHCNetSDK.cs
    │   │   ├── FaceManagement.Designer.cs
    │   │   ├── FaceManagement.cs
    │   │   ├── FaceManagement.csproj
    │   │   ├── FaceManagement.resx
    │   │   ├── Language
    │   │   │   ├── Chinese.xml
    │   │   │   ├── DefaultLanguage.xml
    │   │   │   ├── English.xml
    │   │   │   └── MultiLanguage.cs
    │   │   ├── Program.cs
    │   │   ├── Properties
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── Blue_Gradient.jpg
    │   │   │   ├── Resources.Designer.cs
    │   │   │   ├── Resources.resx
    │   │   │   ├── Settings.Designer.cs
    │   │   │   └── Settings.settings
    │   │   ├── Public
    │   │   │   ├── AcsDemoPublic.cs
    │   │   │   ├── AddDev.Designer.cs
    │   │   │   ├── AddDev.cs
    │   │   │   └── AddDev.resx
    │   │   ├── app.config
    │   │   └── bin
    │   │       ├── FaceManagement.exe
    │   │       ├── Newtonsoft.Json.dll
    │   │       └── 库文件拷贝到当前文件夹下.txt
    │   └── FaceManagement.sln
    ├── FingerPrintManagement
    │   ├── FingerPrintManagement
    │   │   ├── 1.ico
    │   │   ├── CHCNetSDK.cs
    │   │   ├── FingerPrintManagement.csproj
    │   │   ├── FingerPrintManagement.csproj.user
    │   │   ├── FingerPrintMgr.Designer.cs
    │   │   ├── FingerPrintMgr.cs
    │   │   ├── FingerPrintMgr.resx
    │   │   ├── Language
    │   │   │   ├── Chinese.xml
    │   │   │   ├── DefaultLanguage.xml
    │   │   │   ├── English.xml
    │   │   │   └── MultiLanguage.cs
    │   │   ├── Program.cs
    │   │   ├── Properties
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── Blue_Gradient.jpg
    │   │   │   ├── Resources.Designer.cs
    │   │   │   ├── Resources.resx
    │   │   │   ├── Settings.Designer.cs
    │   │   │   └── Settings.settings
    │   │   ├── app.config
    │   │   ├── bin
    │   │   │   ├── FingerPrintManagement.exe
    │   │   │   ├── Newtonsoft.Json.dll
    │   │   │   └── 库文件拷贝到当前文件夹下.txt
    │   │   ├── fingerprint.dat
    │   │   └── public
    │   │       ├── AcsDemoPublic.cs
    │   │       ├── AddDev.Designer.cs
    │   │       ├── AddDev.cs
    │   │       └── AddDev.resx
    │   └── FingerPrintManagement.sln
    ├── GetACSEvent
    │   ├── GetACSEvent
    │   │   ├── 1.ico
    │   │   ├── CHCNetSDK.cs
    │   │   ├── GetACSEvent.cs
    │   │   ├── GetACSEvent.csproj
    │   │   ├── GetACSEvent.csproj.user
    │   │   ├── GetACSEvent.designer.cs
    │   │   ├── GetACSEvent.resx
    │   │   ├── GetAcsEventType.cs
    │   │   ├── Language
    │   │   │   ├── Chinese.xml
    │   │   │   ├── DefaultLanguage.xml
    │   │   │   ├── English.xml
    │   │   │   └── MultiLanguage.cs
    │   │   ├── ProductAcs
    │   │   ├── Program.cs
    │   │   ├── Properties
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── Blue_Gradient.jpg
    │   │   │   ├── Resources.Designer.cs
    │   │   │   ├── Resources.resx
    │   │   │   ├── Settings.Designer.cs
    │   │   │   └── Settings.settings
    │   │   ├── Public
    │   │   │   ├── AddDevice.Designer.cs
    │   │   │   ├── AddDevice.cs
    │   │   │   └── AddDevice.resx
    │   │   ├── app.config
    │   │   └── bin
    │   │       ├── GetACSEvent.exe
    │   │       └── 库文件拷贝到当前文件夹下.txt
    │   └── GetACSEvent.sln
    ├── PlanTemplate
    │   ├── PlanTemplate
    │   │   ├── 1.ico
    │   │   ├── CHCNetSDK.cs
    │   │   ├── Language
    │   │   │   ├── Chinese.xml
    │   │   │   ├── DefaultLanguage.xml
    │   │   │   ├── English.xml
    │   │   │   └── MultiLanguage.cs
    │   │   ├── PlanTemplate.Designer.cs
    │   │   ├── PlanTemplate.cs
    │   │   ├── PlanTemplate.csproj
    │   │   ├── PlanTemplate.csproj.user
    │   │   ├── PlanTemplate.resx
    │   │   ├── ProductAcs
    │   │   │   ├── HolidayGroupPlan.Designer.cs
    │   │   │   ├── HolidayGroupPlan.cs
    │   │   │   ├── HolidayGroupPlan.resx
    │   │   │   ├── HolidayPlan.Designer.cs
    │   │   │   ├── HolidayPlan.cs
    │   │   │   ├── HolidayPlan.resx
    │   │   │   ├── PlanTemplateM.Designer.cs
    │   │   │   ├── PlanTemplateM.cs
    │   │   │   ├── PlanTemplateM.resx
    │   │   │   ├── WeekPlan.Designer.cs
    │   │   │   ├── WeekPlan.cs
    │   │   │   └── WeekPlan.resx
    │   │   ├── Program.cs
    │   │   ├── Properties
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── Blue_Gradient.jpg
    │   │   │   ├── Resources.Designer.cs
    │   │   │   ├── Resources.resx
    │   │   │   ├── Settings.Designer.cs
    │   │   │   └── Settings.settings
    │   │   ├── Public
    │   │   │   ├── AcsDemoPublic.cs
    │   │   │   ├── AddDevice.Designer.cs
    │   │   │   ├── AddDevice.cs
    │   │   │   └── AddDevice.resx
    │   │   ├── app.config
    │   │   └── bin
    │   │       ├── PlanTemplate.exe
    │   │       └── 库文件拷贝到当前文件夹下.txt
    │   └── PlanTemplate.sln
    ├── UserManagement
    │   ├── UserManagement
    │   │   ├── 1.ico
    │   │   ├── CHCNetSDK.cs
    │   │   ├── Language
    │   │   │   ├── Chinese.xml
    │   │   │   ├── DefaultLanguage.xml
    │   │   │   ├── English.xml
    │   │   │   └── MultiLanguage.cs
    │   │   ├── Program.cs
    │   │   ├── Properties
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── Blue_Gradient.jpg
    │   │   │   ├── Resources.Designer.cs
    │   │   │   ├── Resources.resx
    │   │   │   ├── Settings.Designer.cs
    │   │   │   └── Settings.settings
    │   │   ├── Public
    │   │   │   ├── AcsDemoPublic.cs
    │   │   │   ├── AddDevice.Designer.cs
    │   │   │   ├── AddDevice.cs
    │   │   │   └── AddDevice.resx
    │   │   ├── UserManagement.Designer.cs
    │   │   ├── UserManagement.cs
    │   │   ├── UserManagement.csproj
    │   │   ├── UserManagement.csproj.user
    │   │   ├── UserManagement.resx
    │   │   ├── app.config
    │   │   └── bin
    │   │       ├── Newtonsoft.Json.dll
    │   │       ├── UserManagement.exe
    │   │       └── 库文件拷贝到当前文件夹下.txt
    │   └── UserManagement.sln
    └── 请先看这里:Demo内容说明和注意事项.txt

122 directories, 714 files


实例下载地址

海康明眸门禁开发

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警