在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 车牌识别一体机开发包2.0.5.4

车牌识别一体机开发包2.0.5.4

一般编程问题

下载此实例

实例介绍

【实例简介】车牌识别开发

【实例截图】

from clipboard

【核心代码】

车牌识别一体机开发包2.0.5.4

├── SDK
│   ├── ActiveX
│   │   ├── activex
│   │   │   ├── LPROCXReg.exe
│   │   │   ├── Microsoft.VC90.CRT.manifest
│   │   │   ├── VZLPRClientCtrl.ocx
│   │   │   ├── VzAudioDataPlayer.dll
│   │   │   ├── VzDrawsLib.dll
│   │   │   ├── VzLPRSDK.dll
│   │   │   ├── VzPlayer2.dll
│   │   │   ├── VzStreamClient.dll
│   │   │   ├── avcodec-57.dll
│   │   │   ├── avformat-57.dll
│   │   │   ├── avutil-55.dll
│   │   │   ├── install.bat
│   │   │   ├── msvcr90.dll
│   │   │   ├── ocx_name.ini
│   │   │   └── uninstall.bat
│   │   ├── demo
│   │   │   └── VZLPRClientDemo.exe
│   │   ├── doc
│   │   │   └── 车牌识别一体机ActiveX控件开发手册.chm
│   │   ├── source
│   │   │   ├── C#
│   │   │   │   └── LPRDemo
│   │   │   │       ├── LPRDemo
│   │   │   │       │   ├── Form1.Designer.cs
│   │   │   │       │   ├── Form1.cs
│   │   │   │       │   ├── Form1.resx
│   │   │   │       │   ├── LPRDemo.csproj
│   │   │   │       │   ├── Program.cs
│   │   │   │       │   ├── Properties
│   │   │   │       │   │   ├── AssemblyInfo.cs
│   │   │   │       │   │   ├── Resources.Designer.cs
│   │   │   │       │   │   ├── Resources.resx
│   │   │   │       │   │   ├── Settings.Designer.cs
│   │   │   │       │   │   └── Settings.settings
│   │   │   │       │   ├── bin
│   │   │   │       │   │   ├── Debug
│   │   │   │       │   │   └── x86
│   │   │   │       │   │       └── Debug
│   │   │   │       │   └── obj
│   │   │   │       │       ├── Debug
│   │   │   │       │       │   ├── AxInterop.VZLPRClientCtrlLib.dll
│   │   │   │       │       │   ├── Interop.VZLPRClientCtrlLib.dll
│   │   │   │       │       │   ├── LPRDemo.Form1.resources
│   │   │   │       │       │   ├── LPRDemo.Properties.Resources.resources
│   │   │   │       │       │   ├── LPRDemo.csproj.FileListAbsolute.txt
│   │   │   │       │       │   ├── LPRDemo.csproj.GenerateResource.Cache
│   │   │   │       │       │   ├── LPRDemo.csproj.ResolveComReference.cache
│   │   │   │       │       │   ├── LPRDemo.exe
│   │   │   │       │       │   ├── LPRDemo.pdb
│   │   │   │       │       │   └── TempPE
│   │   │   │       │       └── x86
│   │   │   │       │           └── Debug
│   │   │   │       │               ├── AxInterop.VZLPRClientCtrlLib.dll
│   │   │   │       │               ├── Interop.VZLPRClientCtrlLib.dll
│   │   │   │       │               ├── LPRDemo.Form1.resources
│   │   │   │       │               ├── LPRDemo.Properties.Resources.resources
│   │   │   │       │               ├── LPRDemo.csproj.FileListAbsolute.txt
│   │   │   │       │               ├── LPRDemo.csproj.GenerateResource.Cache
│   │   │   │       │               ├── LPRDemo.csproj.ResolveComReference.cache
│   │   │   │       │               ├── LPRDemo.exe
│   │   │   │       │               ├── LPRDemo.pdb
│   │   │   │       │               └── TempPE
│   │   │   │       ├── LPRDemo.sln
│   │   │   │       └── LPRDemo.suo
│   │   │   ├── Delphi7
│   │   │   │   ├── Project1.cfg
│   │   │   │   ├── Project1.dof
│   │   │   │   ├── Project1.dpr
│   │   │   │   ├── Project1.~dpr
│   │   │   │   ├── Unit1.dcu
│   │   │   │   ├── Unit1.ddp
│   │   │   │   ├── Unit1.dfm
│   │   │   │   ├── Unit1.pas
│   │   │   │   ├── Unit1.~ddp
│   │   │   │   ├── Unit1.~dfm
│   │   │   │   └── Unit1.~pas
│   │   │   ├── VB
│   │   │   │   ├── Form1.frm
│   │   │   │   ├── Form1.log
│   │   │   │   ├── Form2.frm
│   │   │   │   ├── MSSCCPRJ.SCC
│   │   │   │   ├── 工程1.vbp
│   │   │   │   └── 工程1.vbw
│   │   │   └── VC
│   │   │       ├── OCXGroupDemo
│   │   │       │   ├── Debug
│   │   │       │   ├── OCXGroupDemo
│   │   │       │   │   ├── Debug
│   │   │       │   │   ├── OCXGroupDemo.aps
│   │   │       │   │   ├── OCXGroupDemo.cpp
│   │   │       │   │   ├── OCXGroupDemo.h
│   │   │       │   │   ├── OCXGroupDemo.rc
│   │   │       │   │   ├── OCXGroupDemo.vcproj
│   │   │       │   │   ├── OCXGroupDemoDlg.cpp
│   │   │       │   │   ├── OCXGroupDemoDlg.h
│   │   │       │   │   ├── ReadMe.txt
│   │   │       │   │   ├── Release
│   │   │       │   │   ├── res
│   │   │       │   │   │   ├── OCXGroupDemo.ico
│   │   │       │   │   │   └── OCXGroupDemo.rc2
│   │   │       │   │   ├── resource.h
│   │   │       │   │   ├── stdafx.cpp
│   │   │       │   │   ├── stdafx.h
│   │   │       │   │   ├── targetver.h
│   │   │       │   │   ├── vzlprclientctrlctrl1.cpp
│   │   │       │   │   └── vzlprclientctrlctrl1.h
│   │   │       │   ├── OCXGroupDemo.sln
│   │   │       │   ├── OCXGroupDemo.suo
│   │   │       │   └── Release
│   │   │       └── iLPRClientDemo
│   │   │           ├── iLPRClientDemo
│   │   │           │   ├── Debug
│   │   │           │   ├── DlgLedCtrl.cpp
│   │   │           │   ├── DlgLedCtrl.h
│   │   │           │   ├── DlgPlateInfo.cpp
│   │   │           │   ├── DlgPlateInfo.h
│   │   │           │   ├── DlgPlateQuery.cpp
│   │   │           │   ├── DlgPlateQuery.h
│   │   │           │   ├── DlgUserPwd.cpp
│   │   │           │   ├── DlgUserPwd.h
│   │   │           │   ├── DlgWlist.cpp
│   │   │           │   ├── DlgWlist.h
│   │   │           │   ├── ExtDlg.cpp
│   │   │           │   ├── ExtDlg.h
│   │   │           │   ├── ReadMe.txt
│   │   │           │   ├── Release
│   │   │           │   ├── VZLPRClientDemo.aps
│   │   │           │   ├── VZLPRClientDemo.cpp
│   │   │           │   ├── VZLPRClientDemo.h
│   │   │           │   ├── VZLPRClientDemo.idc
│   │   │           │   ├── VZLPRClientDemo.rc
│   │   │           │   ├── VZLPRClientDemo.vcproj
│   │   │           │   ├── VZLPRClientDemoDlg.cpp
│   │   │           │   ├── VZLPRClientDemoDlg.h
│   │   │           │   ├── VzFile.cpp
│   │   │           │   ├── VzFile.h
│   │   │           │   ├── conn_status.txt
│   │   │           │   ├── libcsv.cpp
│   │   │           │   ├── libcsv.h
│   │   │           │   ├── res
│   │   │           │   │   ├── VZLPRClientDemo.ico
│   │   │           │   │   └── VZLPRClientDemo.rc2
│   │   │           │   ├── resource.h
│   │   │           │   ├── stdafx.cpp
│   │   │           │   ├── stdafx.h
│   │   │           │   ├── targetver.h
│   │   │           │   ├── vzlprclientctrlctrl1.cpp
│   │   │           │   └── vzlprclientctrlctrl1.h
│   │   │           ├── iLPRClientDemo.sln
│   │   │           └── iLPRClientDemo.suo
│   │   ├── 说明.txt
│   │   └── 中心服务器配置说明.txt
│   ├── SDK说明.txt
│   ├── 开源TcpSDK
│   │   ├── TcpSDK1.0.7
│   │   │   ├── demo
│   │   │   │   ├── c
│   │   │   │   │   └── vzlprtcpsdkdemo.cpp
│   │   │   │   └── java
│   │   │   │       ├── jar
│   │   │   │       │   └── jna.jar
│   │   │   │       ├── readMe.txt
│   │   │   │       └── src
│   │   │   │           ├── DemoMain.java
│   │   │   │           └── LPRTcpSDK.java
│   │   │   ├── doc
│   │   │   │   └── 车牌识别一体机TcpSDK开发手册.chm
│   │   │   └── opensrc
│   │   │       ├── CMakeLists.txt
│   │   │       ├── README.md
│   │   │       ├── arm_make.cmake
│   │   │       ├── src
│   │   │       │   ├── CMakeLists.txt
│   │   │       │   ├── base
│   │   │       │   │   ├── asyncfile.cpp
│   │   │       │   │   ├── asyncfile.h
│   │   │       │   │   ├── asyncsocket.cpp
│   │   │       │   │   ├── asyncsocket.h
│   │   │       │   │   ├── base64.cpp
│   │   │       │   │   ├── base64.h
│   │   │       │   │   ├── basictypes.h
│   │   │       │   │   ├── buffer.h
│   │   │       │   │   ├── bytebuffer.cpp
│   │   │       │   │   ├── bytebuffer.h
│   │   │       │   │   ├── byteorder.h
│   │   │       │   │   ├── changedevicenetwork.cpp
│   │   │       │   │   ├── changedevicenetwork.h
│   │   │       │   │   ├── common.cpp
│   │   │       │   │   ├── common.h
│   │   │       │   │   ├── constructormagic.h
│   │   │       │   │   ├── criticalsection.h
│   │   │       │   │   ├── helpmethods.cpp
│   │   │       │   │   ├── helpmethods.h
│   │   │       │   │   ├── ipaddress.cpp
│   │   │       │   │   ├── ipaddress.h
│   │   │       │   │   ├── logging.cpp
│   │   │       │   │   ├── logging.h
│   │   │       │   │   ├── maccocoathreadhelper.h
│   │   │       │   │   ├── maccocoathreadhelper.mm
│   │   │       │   │   ├── nethelpers.cpp
│   │   │       │   │   ├── nethelpers.h
│   │   │       │   │   ├── noncopyable.h
│   │   │       │   │   ├── scoped_autorelease_pool.h
│   │   │       │   │   ├── scoped_autorelease_pool.mm
│   │   │       │   │   ├── scoped_ptr.h
│   │   │       │   │   ├── scoped_ref_ptr.h
│   │   │       │   │   ├── sha1.cpp
│   │   │       │   │   ├── sha1.h
│   │   │       │   │   ├── shared_ptr.h
│   │   │       │   │   ├── signalthread.cpp
│   │   │       │   │   ├── signalthread.h
│   │   │       │   │   ├── sigslot.h
│   │   │       │   │   ├── socket.h
│   │   │       │   │   ├── socketaddress.cpp
│   │   │       │   │   ├── socketaddress.h
│   │   │       │   │   ├── socketfactory.h
│   │   │       │   │   ├── socketserver.h
│   │   │       │   │   ├── stream.cpp
│   │   │       │   │   ├── stream.h
│   │   │       │   │   ├── stringencode.cpp
│   │   │       │   │   ├── stringencode.h
│   │   │       │   │   ├── stringutils.cpp
│   │   │       │   │   ├── stringutils.h
│   │   │       │   │   ├── timeutils.cpp
│   │   │       │   │   ├── timeutils.h
│   │   │       │   │   ├── vzfile.cpp
│   │   │       │   │   ├── vzfile.h
│   │   │       │   │   ├── win32.cpp
│   │   │       │   │   ├── win32.h
│   │   │       │   │   ├── win32socketinit.cpp
│   │   │       │   │   ├── win32socketinit.h
│   │   │       │   │   ├── winping.cpp
│   │   │       │   │   └── winping.h
│   │   │       │   ├── event
│   │   │       │   │   ├── messagehandler.cpp
│   │   │       │   │   ├── messagehandler.h
│   │   │       │   │   ├── messagequeue.cpp
│   │   │       │   │   ├── messagequeue.h
│   │   │       │   │   ├── physicalsocketserver.cpp
│   │   │       │   │   ├── physicalsocketserver.h
│   │   │       │   │   ├── thread.cpp
│   │   │       │   │   └── thread.h
│   │   │       │   ├── json
│   │   │       │   │   ├── json-forwards.h
│   │   │       │   │   ├── json.h
│   │   │       │   │   └── jsoncpp.cpp
│   │   │       │   └── vzsdk
│   │   │       │       ├── DeviceFinderManage.cpp
│   │   │       │       ├── DeviceFinderManage.h
│   │   │       │       ├── LprDeviceFinder.cpp
│   │   │       │       ├── LprDeviceFinder.h
│   │   │       │       ├── MultiRecv.cpp
│   │   │       │       ├── MultiRecv.h
│   │   │       │       ├── commandanalysis.cpp
│   │   │       │       ├── commandanalysis.h
│   │   │       │       ├── commfunc.h
│   │   │       │       ├── internalmessage.cpp
│   │   │       │       ├── internalmessage.h
│   │   │       │       ├── posix_thread.cpp
│   │   │       │       ├── posix_thread.h
│   │   │       │       ├── queuelayer.cpp
│   │   │       │       ├── queuelayer.h
│   │   │       │       ├── session.cpp
│   │   │       │       ├── session.h
│   │   │       │       ├── sessionmanager.cpp
│   │   │       │       ├── sessionmanager.h
│   │   │       │       ├── task.cpp
│   │   │       │       ├── task.h
│   │   │       │       ├── vzclientsdk_commondefine.h
│   │   │       │       ├── vzclientsdk_lpdefine.h
│   │   │       │       ├── vzconnectdev.cpp
│   │   │       │       ├── vzconnectdev.h
│   │   │       │       ├── vziodev.cpp
│   │   │       │       ├── vziodev.h
│   │   │       │       ├── vzlprtcpsdk.cpp
│   │   │       │       ├── vzlprtcpsdk.h
│   │   │       │       ├── vzlprtcpsdkdefine.h
│   │   │       │       ├── vzmaintendev.cpp
│   │   │       │       ├── vzmaintendev.h
│   │   │       │       ├── vzmodulebase.cpp
│   │   │       │       ├── vzmodulebase.h
│   │   │       │       ├── vzrecognition.cpp
│   │   │       │       ├── vzrecognition.h
│   │   │       │       ├── vzsdkbase.h
│   │   │       │       ├── vzsdkdefines.h
│   │   │       │       ├── vzsdkpushhandle.cpp
│   │   │       │       ├── vzsdkpushhandle.h
│   │   │       │       ├── vzsdkpushmanager.cpp
│   │   │       │       ├── vzsdkpushmanager.h
│   │   │       │       ├── vzsdkservice.cpp
│   │   │       │       ├── vzsdkservice.h
│   │   │       │       ├── vzserialdev.cpp
│   │   │       │       ├── vzserialdev.h
│   │   │       │       ├── vztcpdevicemanage.cpp
│   │   │       │       ├── vztcpdevicemanage.h
│   │   │       │       ├── vzwlistdev.cpp
│   │   │       │       └── vzwlistdev.h
│   │   │       ├── test
│   │   │       │   ├── boost_test
│   │   │       │   │   ├── CMakeLists.txt
│   │   │       │   │   └── boost_test_main.cpp
│   │   │       │   ├── connected_test
│   │   │       │   │   ├── CMakeLists.txt
│   │   │       │   │   └── connected_test_main.cpp
│   │   │       │   ├── libevent_test
│   │   │       │   │   ├── CMakeLists.txt
│   │   │       │   │   └── libevent_test_main.cpp
│   │   │       │   ├── sdk_test
│   │   │       │   │   ├── CMakeLists.txt
│   │   │       │   │   └── sdk_test_main.cpp
│   │   │       │   ├── session_test
│   │   │       │   │   ├── CMakeLists.txt
│   │   │       │   │   └── session_test_main.cpp
│   │   │       │   ├── thead_test
│   │   │       │   │   ├── CMakeLists.txt
│   │   │       │   │   └── thead_test_main.cpp
│   │   │       │   └── unit_test
│   │   │       │       ├── CMakeLists.txt
│   │   │       │       ├── base64_unittest.cpp
│   │   │       │       ├── basictypes_unittest.cpp
│   │   │       │       ├── buffer_unittest.cpp
│   │   │       │       ├── bytebuffer_unittest.cpp
│   │   │       │       ├── byteorder_unittest.cpp
│   │   │       │       ├── gunit.h
│   │   │       │       ├── sigslot_unittest.cpp
│   │   │       │       ├── stream_unittest.cpp
│   │   │       │       ├── stringencode_unittest.cpp
│   │   │       │       ├── stringutils_unittest.cpp
│   │   │       │       ├── testbase64.h
│   │   │       │       ├── timeutils_unittest.cpp
│   │   │       │       ├── unittest_main.cpp
│   │   │       │       └── win32_unittest.cpp
│   │   │       └── third_part
│   │   │           ├── boost
│   │   │           │   ├── assert.hpp
│   │   │           │   ├── boost_settings.hpp
│   │   │           │   ├── checked_delete.hpp
│   │   │           │   ├── config
│   │   │           │   │   ├── abi
│   │   │           │   │   │   ├── borland_prefix.hpp
│   │   │           │   │   │   ├── borland_suffix.hpp
│   │   │           │   │   │   ├── msvc_prefix.hpp
│   │   │           │   │   │   └── msvc_suffix.hpp
│   │   │           │   │   ├── abi_prefix.hpp
│   │   │           │   │   ├── abi_suffix.hpp
│   │   │           │   │   ├── auto_link.hpp
│   │   │           │   │   ├── compiler
│   │   │           │   │   │   ├── borland.hpp
│   │   │           │   │   │   ├── clang.hpp
│   │   │           │   │   │   ├── codegear.hpp
│   │   │           │   │   │   ├── comeau.hpp
│   │   │           │   │   │   ├── common_edg.hpp
│   │   │           │   │   │   ├── compaq_cxx.hpp
│   │   │           │   │   │   ├── cray.hpp
│   │   │           │   │   │   ├── digitalmars.hpp
│   │   │           │   │   │   ├── gcc.hpp
│   │   │           │   │   │   ├── gcc_xml.hpp
│   │   │           │   │   │   ├── greenhills.hpp
│   │   │           │   │   │   ├── hp_acc.hpp
│   │   │           │   │   │   ├── intel.hpp
│   │   │           │   │   │   ├── kai.hpp
│   │   │           │   │   │   ├── metrowerks.hpp
│   │   │           │   │   │   ├── mpw.hpp
│   │   │           │   │   │   ├── nvcc.hpp
│   │   │           │   │   │   ├── pathscale.hpp
│   │   │           │   │   │   ├── pgi.hpp
│   │   │           │   │   │   ├── sgi_mipspro.hpp
│   │   │           │   │   │   ├── sunpro_cc.hpp
│   │   │           │   │   │   ├── vacpp.hpp
│   │   │           │   │   │   └── visualc.hpp
│   │   │           │   │   ├── no_tr1
│   │   │           │   │   │   ├── cmath.hpp
│   │   │           │   │   │   ├── complex.hpp
│   │   │           │   │   │   ├── functional.hpp
│   │   │           │   │   │   ├── memory.hpp
│   │   │           │   │   │   └── utility.hpp
│   │   │           │   │   ├── platform
│   │   │           │   │   │   ├── aix.hpp
│   │   │           │   │   │   ├── amigaos.hpp
│   │   │           │   │   │   ├── beos.hpp
│   │   │           │   │   │   ├── bsd.hpp
│   │   │           │   │   │   ├── cray.hpp
│   │   │           │   │   │   ├── cygwin.hpp
│   │   │           │   │   │   ├── hpux.hpp
│   │   │           │   │   │   ├── irix.hpp
│   │   │           │   │   │   ├── linux.hpp
│   │   │           │   │   │   ├── macos.hpp
│   │   │           │   │   │   ├── qnxnto.hpp
│   │   │           │   │   │   ├── solaris.hpp
│   │   │           │   │   │   ├── symbian.hpp
│   │   │           │   │   │   ├── vms.hpp
│   │   │           │   │   │   ├── vxworks.hpp
│   │   │           │   │   │   └── win32.hpp
│   │   │           │   │   ├── posix_features.hpp
│   │   │           │   │   ├── requires_threads.hpp
│   │   │           │   │   ├── select_compiler_config.hpp
│   │   │           │   │   ├── select_platform_config.hpp
│   │   │           │   │   ├── select_stdlib_config.hpp
│   │   │           │   │   ├── stdlib
│   │   │           │   │   │   ├── dinkumware.hpp
│   │   │           │   │   │   ├── libcomo.hpp
│   │   │           │   │   │   ├── libcpp.hpp
│   │   │           │   │   │   ├── libstdcpp3.hpp
│   │   │           │   │   │   ├── modena.hpp
│   │   │           │   │   │   ├── msl.hpp
│   │   │           │   │   │   ├── roguewave.hpp
│   │   │           │   │   │   ├── sgi.hpp
│   │   │           │   │   │   ├── stlport.hpp
│   │   │           │   │   │   └── vacpp.hpp
│   │   │           │   │   ├── suffix.hpp
│   │   │           │   │   ├── user.hpp
│   │   │           │   │   └── warning_disable.hpp
│   │   │           │   ├── config.hpp
│   │   │           │   ├── core
│   │   │           │   │   ├── addressof.hpp
│   │   │           │   │   ├── checked_delete.hpp
│   │   │           │   │   ├── demangle.hpp
│   │   │           │   │   └── typeinfo.hpp
│   │   │           │   ├── current_function.hpp
│   │   │           │   ├── detail
│   │   │           │   │   ├── lightweight_mutex.hpp
│   │   │           │   │   ├── sp_typeinfo.hpp
│   │   │           │   │   └── workaround.hpp
│   │   │           │   ├── enable_shared_from_this.hpp
│   │   │           │   ├── exception
│   │   │           │   │   └── exception.hpp
│   │   │           │   ├── mpl
│   │   │           │   │   ├── aux_
│   │   │           │   │   │   ├── adl_barrier.hpp
│   │   │           │   │   │   ├── arity.hpp
│   │   │           │   │   │   ├── config
│   │   │           │   │   │   │   ├── adl.hpp
│   │   │           │   │   │   │   ├── arrays.hpp
│   │   │           │   │   │   │   ├── ctps.hpp
│   │   │           │   │   │   │   ├── dtp.hpp
│   │   │           │   │   │   │   ├── eti.hpp
│   │   │           │   │   │   │   ├── gcc.hpp
│   │   │           │   │   │   │   ├── integral.hpp
│   │   │           │   │   │   │   ├── intel.hpp
│   │   │           │   │   │   │   ├── lambda.hpp
│   │   │           │   │   │   │   ├── msvc.hpp
│   │   │           │   │   │   │   ├── nttp.hpp
│   │   │           │   │   │   │   ├── overload_resolution.hpp
│   │   │           │   │   │   │   ├── preprocessor.hpp
│   │   │           │   │   │   │   ├── static_constant.hpp
│   │   │           │   │   │   │   ├── ttp.hpp
│   │   │           │   │   │   │   └── workaround.hpp
│   │   │           │   │   │   ├── integral_wrapper.hpp
│   │   │           │   │   │   ├── lambda_arity_param.hpp
│   │   │           │   │   │   ├── lambda_support.hpp
│   │   │           │   │   │   ├── na.hpp
│   │   │           │   │   │   ├── na_fwd.hpp
│   │   │           │   │   │   ├── na_spec.hpp
│   │   │           │   │   │   ├── nttp_decl.hpp
│   │   │           │   │   │   ├── preprocessor
│   │   │           │   │   │   │   ├── def_params_tail.hpp
│   │   │           │   │   │   │   ├── enum.hpp
│   │   │           │   │   │   │   ├── filter_params.hpp
│   │   │           │   │   │   │   ├── params.hpp
│   │   │           │   │   │   │   ├── sub.hpp
│   │   │           │   │   │   │   └── tuple.hpp
│   │   │           │   │   │   ├── static_cast.hpp
│   │   │           │   │   │   ├── template_arity_fwd.hpp
│   │   │           │   │   │   ├── value_wknd.hpp
│   │   │           │   │   │   └── yes_no.hpp
│   │   │           │   │   ├── bool.hpp
│   │   │           │   │   ├── bool_fwd.hpp
│   │   │           │   │   ├── if.hpp
│   │   │           │   │   ├── int.hpp
│   │   │           │   │   ├── int_fwd.hpp
│   │   │           │   │   ├── integral_c.hpp
│   │   │           │   │   ├── integral_c_fwd.hpp
│   │   │           │   │   ├── integral_c_tag.hpp
│   │   │           │   │   ├── lambda_fwd.hpp
│   │   │           │   │   ├── limits
│   │   │           │   │   │   └── arity.hpp
│   │   │           │   │   ├── size_t.hpp
│   │   │           │   │   ├── size_t_fwd.hpp
│   │   │           │   │   └── void_fwd.hpp
│   │   │           │   ├── predef
│   │   │           │   │   ├── architecture
│   │   │           │   │   │   ├── alpha.h
│   │   │           │   │   │   ├── arm.h
│   │   │           │   │   │   ├── blackfin.h
│   │   │           │   │   │   ├── convex.h
│   │   │           │   │   │   ├── ia64.h
│   │   │           │   │   │   ├── m68k.h
│   │   │           │   │   │   ├── mips.h
│   │   │           │   │   │   ├── parisc.h
│   │   │           │   │   │   ├── ppc.h
│   │   │           │   │   │   ├── pyramid.h
│   │   │           │   │   │   ├── rs6k.h
│   │   │           │   │   │   ├── sparc.h
│   │   │           │   │   │   ├── superh.h
│   │   │           │   │   │   ├── sys370.h
│   │   │           │   │   │   ├── sys390.h
│   │   │           │   │   │   ├── x86
│   │   │           │   │   │   │   ├── 32.h
│   │   │           │   │   │   │   └── 64.h
│   │   │           │   │   │   ├── x86.h
│   │   │           │   │   │   └── z.h
│   │   │           │   │   ├── architecture.h
│   │   │           │   │   ├── compiler
│   │   │           │   │   │   ├── borland.h
│   │   │           │   │   │   ├── clang.h
│   │   │           │   │   │   ├── comeau.h
│   │   │           │   │   │   ├── compaq.h
│   │   │           │   │   │   ├── diab.h
│   │   │           │   │   │   ├── digitalmars.h
│   │   │           │   │   │   ├── dignus.h
│   │   │           │   │   │   ├── edg.h
│   │   │           │   │   │   ├── ekopath.h
│   │   │           │   │   │   ├── gcc.h
│   │   │           │   │   │   ├── gcc_xml.h
│   │   │           │   │   │   ├── greenhills.h
│   │   │           │   │   │   ├── hp_acc.h
│   │   │           │   │   │   ├── iar.h
│   │   │           │   │   │   ├── ibm.h
│   │   │           │   │   │   ├── intel.h
│   │   │           │   │   │   ├── kai.h
│   │   │           │   │   │   ├── llvm.h
│   │   │           │   │   │   ├── metaware.h
│   │   │           │   │   │   ├── metrowerks.h
│   │   │           │   │   │   ├── microtec.h
│   │   │           │   │   │   ├── mpw.h
│   │   │           │   │   │   ├── palm.h
│   │   │           │   │   │   ├── pgi.h
│   │   │           │   │   │   ├── sgi_mipspro.h
│   │   │           │   │   │   ├── sunpro.h
│   │   │           │   │   │   ├── tendra.h
│   │   │           │   │   │   ├── visualc.h
│   │   │           │   │   │   └── watcom.h
│   │   │           │   │   ├── compiler.h
│   │   │           │   │   ├── detail
│   │   │           │   │   │   ├── _cassert.h
│   │   │           │   │   │   ├── _exception.h
│   │   │           │   │   │   ├── comp_detected.h
│   │   │           │   │   │   ├── os_detected.h
│   │   │           │   │   │   ├── platform_detected.h
│   │   │           │   │   │   └── test.h
│   │   │           │   │   ├── language
│   │   │           │   │   │   ├── objc.h
│   │   │           │   │   │   ├── stdc.h
│   │   │           │   │   │   └── stdcpp.h
│   │   │           │   │   ├── language.h
│   │   │           │   │   ├── library
│   │   │           │   │   │   ├── c
│   │   │           │   │   │   │   ├── _prefix.h
│   │   │           │   │   │   │   ├── gnu.h
│   │   │           │   │   │   │   ├── uc.h
│   │   │           │   │   │   │   ├── vms.h
│   │   │           │   │   │   │   └── zos.h
│   │   │           │   │   │   ├── c.h
│   │   │           │   │   │   ├── std
│   │   │           │   │   │   │   ├── _prefix.h
│   │   │           │   │   │   │   ├── cxx.h
│   │   │           │   │   │   │   ├── dinkumware.h
│   │   │           │   │   │   │   ├── libcomo.h
│   │   │           │   │   │   │   ├── modena.h
│   │   │           │   │   │   │   ├── msl.h
│   │   │           │   │   │   │   ├── roguewave.h
│   │   │           │   │   │   │   ├── sgi.h
│   │   │           │   │   │   │   ├── stdcpp3.h
│   │   │           │   │   │   │   ├── stlport.h
│   │   │           │   │   │   │   └── vacpp.h
│   │   │           │   │   │   └── std.h
│   │   │           │   │   ├── library.h
│   │   │           │   │   ├── make.h
│   │   │           │   │   ├── os
│   │   │           │   │   │   ├── aix.h
│   │   │           │   │   │   ├── amigaos.h
│   │   │           │   │   │   ├── android.h
│   │   │           │   │   │   ├── beos.h
│   │   │           │   │   │   ├── bsd
│   │   │           │   │   │   │   ├── bsdi.h
│   │   │           │   │   │   │   ├── dragonfly.h
│   │   │           │   │   │   │   ├── free.h
│   │   │           │   │   │   │   ├── net.h
│   │   │           │   │   │   │   └── open.h
│   │   │           │   │   │   ├── bsd.h
│   │   │           │   │   │   ├── cygwin.h
│   │   │           │   │   │   ├── hpux.h
│   │   │           │   │   │   ├── ios.h
│   │   │           │   │   │   ├── irix.h
│   │   │           │   │   │   ├── linux.h
│   │   │           │   │   │   ├── macos.h
│   │   │           │   │   │   ├── os400.h
│   │   │           │   │   │   ├── qnxnto.h
│   │   │           │   │   │   ├── solaris.h
│   │   │           │   │   │   ├── unix.h
│   │   │           │   │   │   ├── vms.h
│   │   │           │   │   │   └── windows.h
│   │   │           │   │   ├── os.h
│   │   │           │   │   ├── other
│   │   │           │   │   │   └── endian.h
│   │   │           │   │   ├── other.h
│   │   │           │   │   ├── platform
│   │   │           │   │   │   ├── mingw.h
│   │   │           │   │   │   ├── windows_desktop.h
│   │   │           │   │   │   ├── windows_phone.h
│   │   │           │   │   │   ├── windows_runtime.h
│   │   │           │   │   │   └── windows_store.h
│   │   │           │   │   ├── platform.h
│   │   │           │   │   └── version_number.h
│   │   │           │   ├── predef.h
│   │   │           │   ├── preprocessor
│   │   │           │   │   ├── arithmetic
│   │   │           │   │   │   ├── add.hpp
│   │   │           │   │   │   ├── dec.hpp
│   │   │           │   │   │   ├── inc.hpp
│   │   │           │   │   │   └── sub.hpp
│   │   │           │   │   ├── array
│   │   │           │   │   │   ├── data.hpp
│   │   │           │   │   │   ├── elem.hpp
│   │   │           │   │   │   └── size.hpp
│   │   │           │   │   ├── cat.hpp
│   │   │           │   │   ├── comma_if.hpp
│   │   │           │   │   ├── config
│   │   │           │   │   │   └── config.hpp
│   │   │           │   │   ├── control
│   │   │           │   │   │   ├── detail
│   │   │           │   │   │   │   ├── dmc
│   │   │           │   │   │   │   │   └── while.hpp
│   │   │           │   │   │   │   ├── edg
│   │   │           │   │   │   │   │   └── while.hpp
│   │   │           │   │   │   │   ├── msvc
│   │   │           │   │   │   │   │   └── while.hpp
│   │   │           │   │   │   │   └── while.hpp
│   │   │           │   │   │   ├── expr_iif.hpp
│   │   │           │   │   │   ├── if.hpp
│   │   │           │   │   │   ├── iif.hpp
│   │   │           │   │   │   └── while.hpp
│   │   │           │   │   ├── debug
│   │   │           │   │   │   └── error.hpp
│   │   │           │   │   ├── detail
│   │   │           │   │   │   ├── auto_rec.hpp
│   │   │           │   │   │   ├── check.hpp
│   │   │           │   │   │   ├── dmc
│   │   │           │   │   │   │   └── auto_rec.hpp
│   │   │           │   │   │   └── is_binary.hpp
│   │   │           │   │   ├── empty.hpp
│   │   │           │   │   ├── enum_params.hpp
│   │   │           │   │   ├── facilities
│   │   │           │   │   │   ├── empty.hpp
│   │   │           │   │   │   ├── identity.hpp
│   │   │           │   │   │   └── overload.hpp
│   │   │           │   │   ├── identity.hpp
│   │   │           │   │   ├── inc.hpp
│   │   │           │   │   ├── iterate.hpp
│   │   │           │   │   ├── iteration
│   │   │           │   │   │   ├── detail
│   │   │           │   │   │   │   ├── bounds
│   │   │           │   │   │   │   │   ├── lower1.hpp
│   │   │           │   │   │   │   │   ├── lower2.hpp
│   │   │           │   │   │   │   │   ├── lower3.hpp
│   │   │           │   │   │   │   │   ├── lower4.hpp
│   │   │           │   │   │   │   │   ├── lower5.hpp
│   │   │           │   │   │   │   │   ├── upper1.hpp
│   │   │           │   │   │   │   │   ├── upper2.hpp
│   │   │           │   │   │   │   │   ├── upper3.hpp
│   │   │           │   │   │   │   │   ├── upper4.hpp
│   │   │           │   │   │   │   │   └── upper5.hpp
│   │   │           │   │   │   │   ├── finish.hpp
│   │   │           │   │   │   │   ├── iter
│   │   │           │   │   │   │   │   ├── forward1.hpp
│   │   │           │   │   │   │   │   ├── forward2.hpp
│   │   │           │   │   │   │   │   ├── forward3.hpp
│   │   │           │   │   │   │   │   ├── forward4.hpp
│   │   │           │   │   │   │   │   ├── forward5.hpp
│   │   │           │   │   │   │   │   ├── reverse1.hpp
│   │   │           │   │   │   │   │   ├── reverse2.hpp
│   │   │           │   │   │   │   │   ├── reverse3.hpp
│   │   │           │   │   │   │   │   ├── reverse4.hpp
│   │   │           │   │   │   │   │   └── reverse5.hpp
│   │   │           │   │   │   │   ├── local.hpp
│   │   │           │   │   │   │   ├── rlocal.hpp
│   │   │           │   │   │   │   ├── self.hpp
│   │   │           │   │   │   │   └── start.hpp
│   │   │           │   │   │   ├── iterate.hpp
│   │   │           │   │   │   ├── local.hpp
│   │   │           │   │   │   └── self.hpp
│   │   │           │   │   ├── list
│   │   │           │   │   │   ├── adt.hpp
│   │   │           │   │   │   ├── append.hpp
│   │   │           │   │   │   ├── detail
│   │   │           │   │   │   │   ├── dmc
│   │   │           │   │   │   │   │   └── fold_left.hpp
│   │   │           │   │   │   │   ├── edg
│   │   │           │   │   │   │   │   ├── fold_left.hpp
│   │   │           │   │   │   │   │   └── fold_right.hpp
│   │   │           │   │   │   │   ├── fold_left.hpp
│   │   │           │   │   │   │   └── fold_right.hpp
│   │   │           │   │   │   ├── fold_left.hpp
│   │   │           │   │   │   ├── fold_right.hpp
│   │   │           │   │   │   ├── for_each_i.hpp
│   │   │           │   │   │   ├── reverse.hpp
│   │   │           │   │   │   └── transform.hpp
│   │   │           │   │   ├── logical
│   │   │           │   │   │   ├── and.hpp
│   │   │           │   │   │   ├── bitand.hpp
│   │   │           │   │   │   ├── bool.hpp
│   │   │           │   │   │   └── compl.hpp
│   │   │           │   │   ├── punctuation
│   │   │           │   │   │   ├── comma.hpp
│   │   │           │   │   │   └── comma_if.hpp
│   │   │           │   │   ├── repeat.hpp
│   │   │           │   │   ├── repetition
│   │   │           │   │   │   ├── detail
│   │   │           │   │   │   │   ├── dmc
│   │   │           │   │   │   │   │   └── for.hpp
│   │   │           │   │   │   │   ├── edg
│   │   │           │   │   │   │   │   └── for.hpp
│   │   │           │   │   │   │   ├── for.hpp
│   │   │           │   │   │   │   └── msvc
│   │   │           │   │   │   │       └── for.hpp
│   │   │           │   │   │   ├── enum_params.hpp
│   │   │           │   │   │   ├── for.hpp
│   │   │           │   │   │   └── repeat.hpp
│   │   │           │   │   ├── slot
│   │   │           │   │   │   ├── detail
│   │   │           │   │   │   │   ├── counter.hpp
│   │   │           │   │   │   │   ├── def.hpp
│   │   │           │   │   │   │   ├── shared.hpp
│   │   │           │   │   │   │   ├── slot1.hpp
│   │   │           │   │   │   │   ├── slot2.hpp
│   │   │           │   │   │   │   ├── slot3.hpp
│   │   │           │   │   │   │   ├── slot4.hpp
│   │   │           │   │   │   │   └── slot5.hpp
│   │   │           │   │   │   └── slot.hpp
│   │   │           │   │   ├── tuple
│   │   │           │   │   │   ├── eat.hpp
│   │   │           │   │   │   ├── elem.hpp
│   │   │           │   │   │   ├── rem.hpp
│   │   │           │   │   │   ├── size.hpp
│   │   │           │   │   │   └── to_list.hpp
│   │   │           │   │   └── variadic
│   │   │           │   │       ├── elem.hpp
│   │   │           │   │       └── size.hpp
│   │   │           │   ├── scoped_array.hpp
│   │   │           │   ├── scoped_ptr.hpp
│   │   │           │   ├── shared_array.hpp
│   │   │           │   ├── shared_ptr.hpp
│   │   │           │   ├── smart_ptr
│   │   │           │   │   ├── bad_weak_ptr.hpp
│   │   │           │   │   ├── detail
│   │   │           │   │   │   ├── lightweight_mutex.hpp
│   │   │           │   │   │   ├── lwm_nop.hpp
│   │   │           │   │   │   ├── lwm_pthreads.hpp
│   │   │           │   │   │   ├── lwm_win32_cs.hpp
│   │   │           │   │   │   ├── operator_bool.hpp
│   │   │           │   │   │   ├── quick_allocator.hpp
│   │   │           │   │   │   ├── shared_count.hpp
│   │   │           │   │   │   ├── sp_convertible.hpp
│   │   │           │   │   │   ├── sp_counted_base.hpp
│   │   │           │   │   │   ├── sp_counted_base_acc_ia64.hpp
│   │   │           │   │   │   ├── sp_counted_base_aix.hpp
│   │   │           │   │   │   ├── sp_counted_base_cw_ppc.hpp
│   │   │           │   │   │   ├── sp_counted_base_gcc_ia64.hpp
│   │   │           │   │   │   ├── sp_counted_base_gcc_mips.hpp
│   │   │           │   │   │   ├── sp_counted_base_gcc_ppc.hpp
│   │   │           │   │   │   ├── sp_counted_base_gcc_sparc.hpp
│   │   │           │   │   │   ├── sp_counted_base_gcc_x86.hpp
│   │   │           │   │   │   ├── sp_counted_base_nt.hpp
│   │   │           │   │   │   ├── sp_counted_base_pt.hpp
│   │   │           │   │   │   ├── sp_counted_base_snc_ps3.hpp
│   │   │           │   │   │   ├── sp_counted_base_spin.hpp
│   │   │           │   │   │   ├── sp_counted_base_std_atomic.hpp
│   │   │           │   │   │   ├── sp_counted_base_sync.hpp
│   │   │           │   │   │   ├── sp_counted_base_vacpp_ppc.hpp
│   │   │           │   │   │   ├── sp_counted_base_w32.hpp
│   │   │           │   │   │   ├── sp_counted_impl.hpp
│   │   │           │   │   │   ├── sp_has_sync.hpp
│   │   │           │   │   │   ├── sp_interlocked.hpp
│   │   │           │   │   │   ├── sp_nullptr_t.hpp
│   │   │           │   │   │   ├── spinlock.hpp
│   │   │           │   │   │   ├── spinlock_gcc_arm.hpp
│   │   │           │   │   │   ├── spinlock_nt.hpp
│   │   │           │   │   │   ├── spinlock_pool.hpp
│   │   │           │   │   │   ├── spinlock_pt.hpp
│   │   │           │   │   │   ├── spinlock_std_atomic.hpp
│   │   │           │   │   │   ├── spinlock_sync.hpp
│   │   │           │   │   │   ├── spinlock_w32.hpp
│   │   │           │   │   │   └── yield_k.hpp
│   │   │           │   │   ├── enable_shared_from_this.hpp
│   │   │           │   │   ├── scoped_array.hpp
│   │   │           │   │   ├── scoped_ptr.hpp
│   │   │           │   │   ├── shared_array.hpp
│   │   │           │   │   ├── shared_ptr.hpp
│   │   │           │   │   └── weak_ptr.hpp
│   │   │           │   ├── static_assert.hpp
│   │   │           │   ├── throw_exception.hpp
│   │   │           │   ├── type_traits
│   │   │           │   │   ├── add_lvalue_reference.hpp
│   │   │           │   │   ├── add_reference.hpp
│   │   │           │   │   ├── add_rvalue_reference.hpp
│   │   │           │   │   ├── alignment_of.hpp
│   │   │           │   │   ├── config.hpp
│   │   │           │   │   ├── detail
│   │   │           │   │   │   ├── bool_trait_def.hpp
│   │   │           │   │   │   ├── bool_trait_undef.hpp
│   │   │           │   │   │   ├── cv_traits_impl.hpp
│   │   │           │   │   │   ├── false_result.hpp
│   │   │           │   │   │   ├── ice_and.hpp
│   │   │           │   │   │   ├── ice_eq.hpp
│   │   │           │   │   │   ├── ice_not.hpp
│   │   │           │   │   │   ├── ice_or.hpp
│   │   │           │   │   │   ├── is_function_ptr_helper.hpp
│   │   │           │   │   │   ├── is_function_ptr_tester.hpp
│   │   │           │   │   │   ├── is_mem_fun_pointer_impl.hpp
│   │   │           │   │   │   ├── is_mem_fun_pointer_tester.hpp
│   │   │           │   │   │   ├── size_t_trait_def.hpp
│   │   │           │   │   │   ├── size_t_trait_undef.hpp
│   │   │           │   │   │   ├── template_arity_spec.hpp
│   │   │           │   │   │   ├── type_trait_def.hpp
│   │   │           │   │   │   ├── type_trait_undef.hpp
│   │   │           │   │   │   └── yes_no_type.hpp
│   │   │           │   │   ├── ice.hpp
│   │   │           │   │   ├── integral_constant.hpp
│   │   │           │   │   ├── intrinsics.hpp
│   │   │           │   │   ├── is_abstract.hpp
│   │   │           │   │   ├── is_arithmetic.hpp
│   │   │           │   │   ├── is_array.hpp
│   │   │           │   │   ├── is_class.hpp
│   │   │           │   │   ├── is_convertible.hpp
│   │   │           │   │   ├── is_enum.hpp
│   │   │           │   │   ├── is_float.hpp
│   │   │           │   │   ├── is_function.hpp
│   │   │           │   │   ├── is_integral.hpp
│   │   │           │   │   ├── is_lvalue_reference.hpp
│   │   │           │   │   ├── is_member_function_pointer.hpp
│   │   │           │   │   ├── is_member_pointer.hpp
│   │   │           │   │   ├── is_pod.hpp
│   │   │           │   │   ├── is_pointer.hpp
│   │   │           │   │   ├── is_polymorphic.hpp
│   │   │           │   │   ├── is_reference.hpp
│   │   │           │   │   ├── is_rvalue_reference.hpp
│   │   │           │   │   ├── is_same.hpp
│   │   │           │   │   ├── is_scalar.hpp
│   │   │           │   │   ├── is_union.hpp
│   │   │           │   │   ├── is_void.hpp
│   │   │           │   │   ├── is_volatile.hpp
│   │   │           │   │   ├── remove_bounds.hpp
│   │   │           │   │   ├── remove_cv.hpp
│   │   │           │   │   ├── remove_reference.hpp
│   │   │           │   │   └── type_with_alignment.hpp
│   │   │           │   ├── utility
│   │   │           │   │   ├── addressof.hpp
│   │   │           │   │   └── declval.hpp
│   │   │           │   ├── version.hpp
│   │   │           │   └── weak_ptr.hpp
│   │   │           └── gtest
│   │   │               └── googletest
│   │   │                   ├── include
│   │   │                   │   └── gtest
│   │   │                   │       ├── gtest-death-test.h
│   │   │                   │       ├── gtest-message.h
│   │   │                   │       ├── gtest-param-test.h
│   │   │                   │       ├── gtest-param-test.h.pump
│   │   │                   │       ├── gtest-printers.h
│   │   │                   │       ├── gtest-spi.h
│   │   │                   │       ├── gtest-test-part.h
│   │   │                   │       ├── gtest-typed-test.h
│   │   │                   │       ├── gtest.h
│   │   │                   │       ├── gtest_pred_impl.h
│   │   │                   │       ├── gtest_prod.h
│   │   │                   │       └── internal
│   │   │                   │           ├── custom
│   │   │                   │           │   ├── gtest-port.h
│   │   │                   │           │   ├── gtest-printers.h
│   │   │                   │           │   └── gtest.h
│   │   │                   │           ├── gtest-death-test-internal.h
│   │   │                   │           ├── gtest-filepath.h
│   │   │                   │           ├── gtest-internal.h
│   │   │                   │           ├── gtest-linked_ptr.h
│   │   │                   │           ├── gtest-param-util-generated.h
│   │   │                   │           ├── gtest-param-util-generated.h.pump
│   │   │                   │           ├── gtest-param-util.h
│   │   │                   │           ├── gtest-port-arch.h
│   │   │                   │           ├── gtest-port.h
│   │   │                   │           ├── gtest-string.h
│   │   │                   │           ├── gtest-tuple.h
│   │   │                   │           ├── gtest-tuple.h.pump
│   │   │                   │           ├── gtest-type-util.h
│   │   │                   │           └── gtest-type-util.h.pump
│   │   │                   └── lib
│   │   │                       └── libgtest.a
│   │   └── TcpSDK1.0.7.zip
│   └── 一体机SDK
│       ├── DemoSource
│       │   ├── C#
│       │   │   ├── GroupNetDemo
│       │   │   │   ├── GroupNetDemo
│       │   │   │   │   ├── GroupNetDemo.csproj
│       │   │   │   │   ├── GroupNetDemo.csproj.user
│       │   │   │   │   ├── Program.cs
│       │   │   │   │   ├── Properties
│       │   │   │   │   │   ├── AssemblyInfo.cs
│       │   │   │   │   │   ├── Resources.Designer.cs
│       │   │   │   │   │   ├── Resources.resx
│       │   │   │   │   │   ├── Settings.Designer.cs
│       │   │   │   │   │   └── Settings.settings
│       │   │   │   │   ├── VzClientSDK.cs
│       │   │   │   │   ├── VzGroupNetDemo.Designer.cs
│       │   │   │   │   ├── VzGroupNetDemo.cs
│       │   │   │   │   ├── VzGroupNetDemo.resx
│       │   │   │   │   ├── bin
│       │   │   │   │   │   └── x86
│       │   │   │   │   │       └── Debug
│       │   │   │   │   │           └── GroupNetDemo.exe
│       │   │   │   │   └── obj
│       │   │   │   │       └── x86
│       │   │   │   │           └── Debug
│       │   │   │   ├── GroupNetDemo.sln
│       │   │   │   └── GroupNetDemo.suo
│       │   │   └── VzClientSDKDemo
│       │   │       ├── VzClientSDKDemo
│       │   │       │   ├── AlgResultParamCfg.Designer.cs
│       │   │       │   ├── AlgResultParamCfg.cs
│       │   │       │   ├── AlgResultParamCfg.resx
│       │   │       │   ├── BaseConfig_From.Designer.cs
│       │   │       │   ├── BaseConfig_From.cs
│       │   │       │   ├── BaseConfig_From.resx
│       │   │       │   ├── EncryptCfg_Form.cs
│       │   │       │   ├── EncryptCfg_Form.designer.cs
│       │   │       │   ├── EncryptCfg_Form.resx
│       │   │       │   ├── Form1.Designer.cs
│       │   │       │   ├── Form1.cs
│       │   │       │   ├── Form1.resx
│       │   │       │   ├── Form2.Designer.cs
│       │   │       │   ├── Form2.cs
│       │   │       │   ├── Form2.resx
│       │   │       │   ├── Form3.Designer.cs
│       │   │       │   ├── Form3.cs
│       │   │       │   ├── Form3.resx
│       │   │       │   ├── Form4.Designer.cs
│       │   │       │   ├── Form4.cs
│       │   │       │   ├── Form4.resx
│       │   │       │   ├── InAndOut.Designer.cs
│       │   │       │   ├── InAndOut.cs
│       │   │       │   ├── InAndOut.resx
│       │   │       │   ├── NetCfg_Form.Designer.cs
│       │   │       │   ├── NetCfg_Form.cs
│       │   │       │   ├── NetCfg_Form.resx
│       │   │       │   ├── OSDSET_Form.Designer.cs
│       │   │       │   ├── OSDSET_Form.cs
│       │   │       │   ├── OSDSET_Form.resx
│       │   │       │   ├── ParamExt_Form.Designer.cs
│       │   │       │   ├── ParamExt_Form.cs
│       │   │       │   ├── ParamExt_Form.resx
│       │   │       │   ├── PlateQuery_Form.Designer.cs
│       │   │       │   ├── PlateQuery_Form.cs
│       │   │       │   ├── PlateQuery_Form.resx
│       │   │       │   ├── PlayVoice.Designer.cs
│       │   │       │   ├── PlayVoice.cs
│       │   │       │   ├── PlayVoice.resx
│       │   │       │   ├── Program.cs
│       │   │       │   ├── Properties
│       │   │       │   │   ├── AssemblyInfo.cs
│       │   │       │   │   ├── Resources.Designer.cs
│       │   │       │   │   ├── Resources.resx
│       │   │       │   │   ├── Settings.Designer.cs
│       │   │       │   │   └── Settings.settings
│       │   │       │   ├── QueryPicShow.Designer.cs
│       │   │       │   ├── QueryPicShow.cs
│       │   │       │   ├── QueryPicShow.resx
│       │   │       │   ├── RVideoCfg_Form.Designer.cs
│       │   │       │   ├── RVideoCfg_Form.cs
│       │   │       │   ├── RVideoCfg_Form.resx
│       │   │       │   ├── RuleCfg_Form.Designer.cs
│       │   │       │   ├── RuleCfg_Form.cs
│       │   │       │   ├── RuleCfg_Form.resx
│       │   │       │   ├── SerialControl_Form.Designer.cs
│       │   │       │   ├── SerialControl_Form.cs
│       │   │       │   ├── SerialControl_Form.resx
│       │   │       │   ├── SetParameter_Form.Designer.cs
│       │   │       │   ├── SetParameter_Form.cs
│       │   │       │   ├── SetParameter_Form.resx
│       │   │       │   ├── VideoCfg_Form.Designer.cs
│       │   │       │   ├── VideoCfg_Form.cs
│       │   │       │   ├── VideoCfg_Form.resx
│       │   │       │   ├── VzClientSDK.cs
│       │   │       │   ├── VzClientSDKDemo.csproj
│       │   │       │   ├── VzClientSDKDemo.csproj.user
│       │   │       │   ├── VzLPRSDKDemo_Form.Designer.cs
│       │   │       │   ├── VzLPRSDKDemo_Form.cs
│       │   │       │   ├── VzLPRSDKDemo_Form.resx
│       │   │       │   ├── WhiteListAdd_Form.Designer.cs
│       │   │       │   ├── WhiteListAdd_Form.cs
│       │   │       │   ├── WhiteListAdd_Form.resx
│       │   │       │   ├── WhiteListChange_Form.Designer.cs
│       │   │       │   ├── WhiteListChange_Form.cs
│       │   │       │   ├── WhiteListChange_Form.resx
│       │   │       │   ├── WhiteList_Form.Designer.cs
│       │   │       │   ├── WhiteList_Form.cs
│       │   │       │   ├── WhiteList_Form.resx
│       │   │       │   ├── bin
│       │   │       │   └── obj
│       │   │       ├── VzClientSDKDemo.sln
│       │   │       └── VzClientSDKDemo.suo
│       │   ├── Delphi
│       │   │   ├── DelphiGroupDemo
│       │   │   │   ├── DelphiGroupDemo.dpr
│       │   │   │   ├── DelphiGroupDemo.res
│       │   │   │   ├── GroupNetDemoForm.dfm
│       │   │   │   ├── GroupNetDemoForm.pas
│       │   │   │   ├── VzLPRSDK.pas
│       │   │   │   └── inc
│       │   │   │       ├── VzClientSDK_CommonDefine.h
│       │   │   │       ├── VzClientSDK_LPDefine.h
│       │   │   │       ├── VzLPRClientSDK.h
│       │   │   │       └── VzLPRClientSDKDefine.h
│       │   │   └── VzDelphiSDKDemo
│       │   │       ├── Microsoft.VC90.CRT.manifest
│       │   │       ├── Result
│       │   │       ├── VzDelphiSDKDemo.cfg
│       │   │       ├── VzDelphiSDKDemo.dpr
│       │   │       ├── VzDelphiSDKDemo.res
│       │   │       ├── VzDephiSDKDemoMain.dfm
│       │   │       ├── VzDephiSDKDemoMain.pas
│       │   │       ├── VzLPRSDK.pas
│       │   │       ├── frmBaseCfg.dfm
│       │   │       ├── frmBaseCfg.pas
│       │   │       ├── frmInAndOut.dfm
│       │   │       ├── frmInAndOut.pas
│       │   │       ├── frmNetCfg.dfm
│       │   │       ├── frmNetCfg.pas
│       │   │       ├── frmOSDSet.dfm
│       │   │       ├── frmOSDSet.pas
│       │   │       ├── frmPlateQuery.dfm
│       │   │       ├── frmPlateQuery.pas
│       │   │       ├── frmPlateShow.dfm
│       │   │       ├── frmPlateShow.pas
│       │   │       ├── frmPlayVoice.dfm
│       │   │       ├── frmPlayVoice.pas
│       │   │       ├── frmSerialControl.dfm
│       │   │       ├── frmSerialControl.pas
│       │   │       ├── frmVideoCfg.dfm
│       │   │       ├── frmVideoCfg.pas
│       │   │       ├── frmWLAdd.dfm
│       │   │       ├── frmWLAdd.pas
│       │   │       ├── frmWLEdit.dfm
│       │   │       ├── frmWLEdit.pas
│       │   │       ├── frmWhiteList.dfm
│       │   │       ├── frmWhiteList.pas
│       │   │       └── inc
│       │   │           ├── VzClientSDK_CommonDefine.h
│       │   │           ├── VzClientSDK_LPDefine.h
│       │   │           ├── VzLPRClientSDK.h
│       │   │           └── VzLPRClientSDKDefine.h
│       │   ├── Java
│       │   │   ├── bin
│       │   │   ├── lib
│       │   │   │   └── jna.jar
│       │   │   └── src
│       │   │       ├── LPR.java
│       │   │       └── LPRMain.java
│       │   └── VC
│       │       ├── NetGroup
│       │       │   ├── NetGroup
│       │       │   │   ├── GDIDraw.cpp
│       │       │   │   ├── GDIDraw.h
│       │       │   │   ├── InteractViewer.cpp
│       │       │   │   ├── InteractViewer.h
│       │       │   │   ├── NetGroup.aps
│       │       │   │   ├── NetGroup.cpp
│       │       │   │   ├── NetGroup.h
│       │       │   │   ├── NetGroup.rc
│       │       │   │   ├── NetGroup.vcproj
│       │       │   │   ├── NetGroup.vcxproj
│       │       │   │   ├── NetGroup.vcxproj.filters
│       │       │   │   ├── NetGroupDlg.cpp
│       │       │   │   ├── NetGroupDlg.h
│       │       │   │   ├── OutputWin.cpp
│       │       │   │   ├── OutputWin.h
│       │       │   │   ├── ReadMe.txt
│       │       │   │   ├── VzClientTcp.cpp
│       │       │   │   ├── VzClientTcp.h
│       │       │   │   ├── VzClientTcp_485.cpp
│       │       │   │   ├── VzClientTcp_485.h
│       │       │   │   ├── VzClientTcp_BaseParam.cpp
│       │       │   │   ├── VzClientTcp_BaseParam.h
│       │       │   │   ├── VzClientTcp_PlateGroup.cpp
│       │       │   │   ├── VzClientTcp_PlateGroup.h
│       │       │   │   ├── VzClientTcp_init.cpp
│       │       │   │   ├── VzClientTcp_init.h
│       │       │   │   ├── VzLPRSDK.lib
│       │       │   │   ├── inc
│       │       │   │   │   ├── VzClientSDK_CommonDefine.h
│       │       │   │   │   ├── VzClientSDK_LPDefine.h
│       │       │   │   │   ├── VzLPRClientSDK.h
│       │       │   │   │   ├── VzLPRClientSDKDefine.h
│       │       │   │   │   ├── VzLPRClientSDK_WhiteList.h
│       │       │   │   │   ├── VzLPRClientSDK_WhiteListDefine.h
│       │       │   │   │   └── VzLPRParkClientSDK.h
│       │       │   │   ├── res
│       │       │   │   │   ├── NetGroup.ico
│       │       │   │   │   └── NetGroup.rc2
│       │       │   │   ├── resource.h
│       │       │   │   ├── stdafx.cpp
│       │       │   │   ├── stdafx.h
│       │       │   │   └── targetver.h
│       │       │   ├── NetGroup.sln
│       │       │   └── NetGroup.v12.suo
│       │       └── VzLPRSDKDemo
│       │           ├── Base64.cpp
│       │           ├── Base64.h
│       │           ├── BuildEvent.sh
│       │           ├── DlgActiveStatus.cpp
│       │           ├── DlgActiveStatus.h
│       │           ├── DlgConfigExt.cpp
│       │           ├── DlgConfigExt.h
│       │           ├── DlgConfigRules.cpp
│       │           ├── DlgConfigRules.h
│       │           ├── DlgConfigWhiteList.cpp
│       │           ├── DlgConfigWhiteList.h
│       │           ├── DlgDeviceInfo.cpp
│       │           ├── DlgDeviceInfo.h
│       │           ├── DlgEncrypt.cpp
│       │           ├── DlgEncrypt.h
│       │           ├── DlgGroupCfg.cpp
│       │           ├── DlgGroupCfg.h
│       │           ├── DlgGroupEdit.cpp
│       │           ├── DlgGroupEdit.h
│       │           ├── DlgMaintain.cpp
│       │           ├── DlgMaintain.h
│       │           ├── DlgModifyIP.cpp
│       │           ├── DlgModifyIP.h
│       │           ├── DlgNetwork.cpp
│       │           ├── DlgNetwork.h
│       │           ├── DlgOSDSet.cpp
│       │           ├── DlgOSDSet.h
│       │           ├── DlgOutputAndInBase.h
│       │           ├── DlgPlateQuery.cpp
│       │           ├── DlgPlateQuery.h
│       │           ├── DlgPlayVoice.cpp
│       │           ├── DlgPlayVoice.h
│       │           ├── DlgRVideoCfg.cpp
│       │           ├── DlgRVideoCfg.h
│       │           ├── DlgSerialData.cpp
│       │           ├── DlgSerialData.h
│       │           ├── DlgStore.cpp
│       │           ├── DlgStore.h
│       │           ├── DlgSubVideoCfgR1.cpp
│       │           ├── DlgSubVideoCfgR1.h
│       │           ├── DlgSubVideoCfgR2.cpp
│       │           ├── DlgSubVideoCfgR2.h
│       │           ├── DlgTalkClient.cpp
│       │           ├── DlgTalkClient.h
│       │           ├── DlgTcpTran.cpp
│       │           ├── DlgTcpTran.h
│       │           ├── DlgTriggerShow.cpp
│       │           ├── DlgTriggerShow.h
│       │           ├── DlgVideoCfg.cpp
│       │           ├── DlgVideoCfg.h
│       │           ├── DlgVoice.cpp
│       │           ├── DlgVoice.h
│       │           ├── DlgWhiteList.cpp
│       │           ├── DlgWhiteList.h
│       │           ├── GDIDraw.cpp
│       │           ├── GDIDraw.h
│       │           ├── InteractViewer.cpp
│       │           ├── InteractViewer.h
│       │           ├── OutAndIn.cpp
│       │           ├── OutAndIn.h
│       │           ├── OutputConfig.cpp
│       │           ├── OutputConfig.h
│       │           ├── ReadMe.txt
│       │           ├── SpecialPlatesCfg.cpp
│       │           ├── SpecialPlatesCfg.h
│       │           ├── SubDlgConfigWhiteList.cpp
│       │           ├── SubDlgConfigWhiteList.h
│       │           ├── SubDlgConfigWhiteList2.cpp
│       │           ├── SubDlgConfigWhiteList2.h
│       │           ├── SubDlgVideoCfg.cpp
│       │           ├── SubDlgVideoCfg.h
│       │           ├── SubVideoCfg2.cpp
│       │           ├── SubVideoCfg2.h
│       │           ├── TriggerDelay.cpp
│       │           ├── TriggerDelay.h
│       │           ├── VzDeviceLPR.h
│       │           ├── VzDlgSerialParam.cpp
│       │           ├── VzDlgSerialParam.h
│       │           ├── VzLPRSDKDemo.aps
│       │           ├── VzLPRSDKDemo.cpp
│       │           ├── VzLPRSDKDemo.h
│       │           ├── VzLPRSDKDemo.rc
│       │           ├── VzLPRSDKDemo.sln
│       │           ├── VzLPRSDKDemo.suo
│       │           ├── VzLPRSDKDemo.vcproj
│       │           ├── VzLPRSDKDemo.vcproj.DESKTOP-2S6G0JP.yxl.user
│       │           ├── VzLPRSDKDemo.vcproj.ly-PC.ly.user
│       │           ├── VzLPRSDKDemo.vcproj.yxl-PC.yxl.user
│       │           ├── VzLPRSDKDemo.vcproj.yxln-PC.yxln.user
│       │           ├── VzLPRSDKDemoDlg.cpp
│       │           ├── VzLPRSDKDemoDlg.h
│       │           ├── VzString.cpp
│       │           ├── VzString.h
│       │           ├── VzTreeCtrl.cpp
│       │           ├── VzTreeCtrl.h
│       │           ├── WList.cpp
│       │           ├── WList.h
│       │           ├── Wave
│       │           │   ├── Wave.cpp
│       │           │   └── Wave.h
│       │           ├── connet.log
│       │           ├── gpiotest.txt
│       │           ├── gvz.jpg
│       │           ├── iBuildEvent.sh
│       │           ├── iLPRSDKDemo.vcproj
│       │           ├── iLPRSDKDemo.vcproj.yxl-PC.yxl.user
│       │           ├── icon
│       │           │   ├── VZZZLog.bmp
│       │           │   ├── offline.bmp
│       │           │   └── online.bmp
│       │           ├── ivzDraw
│       │           │   ├── _ivzDraw.cpp
│       │           │   └── _ivzDraw.h
│       │           ├── res
│       │           │   ├── VzLPRSDKDemo.ico
│       │           │   └── VzLPRSDKDemo.rc2
│       │           ├── resource.h
│       │           ├── stdafx.cpp
│       │           ├── stdafx.h
│       │           ├── targetver.h
│       │           └── testring.wav
│       ├── Doc
│       │   └── 车牌识别一体机SDK开发手册.chm
│       ├── SDK
│       │   ├── bin
│       │   │   ├── Microsoft.VC90.CRT.manifest
│       │   │   ├── VzAudioDataPlayer.dll
│       │   │   ├── VzDrawsLib.dll
│       │   │   ├── VzLPRSDK.dll
│       │   │   ├── VzPlayer2.dll
│       │   │   ├── VzStreamClient.dll
│       │   │   ├── avcodec-57.dll
│       │   │   ├── avformat-57.dll
│       │   │   ├── avutil-55.dll
│       │   │   ├── msvcr90.dll
│       │   │   └── user.ini
│       │   └── lib
│       │       └── VzLPRSDK.lib
│       ├── SDK(64位)
│       │   ├── bin
│       │   │   ├── VzAudioDataPlayer.dll
│       │   │   ├── VzDrawsLib.dll
│       │   │   ├── VzLPRSDK.dll
│       │   │   ├── VzPlayer2.dll
│       │   │   ├── VzStreamClient.dll
│       │   │   ├── avcodec-57.dll
│       │   │   ├── avformat-57.dll
│       │   │   ├── avutil-54.dll
│       │   │   ├── avutil-55.dll
│       │   │   ├── libwinpthread-1.dll
│       │   │   ├── swscale-3.dll
│       │   │   └── user.ini
│       │   └── lib
│       │       └── VzLPRSDK.lib
│       ├── demo
│       │   ├── Microsoft.VC90.CRT.manifest
│       │   ├── VzAudioDataPlayer.dll
│       │   ├── VzDrawsLib.dll
│       │   ├── VzLPRSDK.dll
│       │   ├── VzLPRSDKDemo.exe
│       │   ├── VzPlayer2.dll
│       │   ├── VzStreamClient.dll
│       │   ├── avcodec-57.dll
│       │   ├── avformat-57.dll
│       │   ├── avutil-55.dll
│       │   ├── connet.log
│       │   ├── gpiotest.txt
│       │   ├── msvcr90.dll
│       │   ├── testring.wav
│       │   └── user.ini
│       ├── inc
│       │   ├── VzClientSDK_CommonDefine.h
│       │   ├── VzClientSDK_FaceDefine.h
│       │   ├── VzClientSDK_LPDefine.h
│       │   ├── VzClientSDK_ParkDefine.h
│       │   ├── VzLPRClientSDK.h
│       │   ├── VzLPRClientSDKDefine.h
│       │   ├── VzLPRClientSDK_WhiteList.h
│       │   ├── VzLPRClientSDK_WhiteListDefine.h
│       │   ├── VzLPRDiscardClientSDK.h
│       │   ├── VzLPRFaceClientSDK.h
│       │   ├── VzLPRParkClientSDK.h
│       │   └── VzLPRRoadsiteClientSDK.h
│       ├── linux
│       │   ├── demo_centos
│       │   │   ├── Makefile
│       │   │   ├── include
│       │   │   │   ├── VzClientSDK_CommonDefine.h
│       │   │   │   ├── VzClientSDK_FaceDefine.h
│       │   │   │   ├── VzClientSDK_LPDefine.h
│       │   │   │   ├── VzClientSDK_ParkDefine.h
│       │   │   │   ├── VzLPRClientSDK.h
│       │   │   │   ├── VzLPRClientSDKDefine.h
│       │   │   │   ├── VzLPRClientSDK_WhiteList.h
│       │   │   │   ├── VzLPRClientSDK_WhiteListDefine.h
│       │   │   │   ├── VzLPRDiscardClientSDK.h
│       │   │   │   ├── VzLPRFaceClientSDK.h
│       │   │   │   ├── VzLPRParkClientSDK.h
│       │   │   │   └── VzLPRRoadsiteClientSDK.h
│       │   │   ├── lib
│       │   │   │   └── libVzLPRSDK.so
│       │   │   ├── userapp
│       │   │   └── userapp.cpp
│       │   └── linux sdk说明.txt
│       └── 说明.txt
└── 协议
    ├── HTTP协议
    │   ├── demo
    │   │   ├── asp_net
    │   │   │   └── CSharpServer
    │   │   │       ├── CSharpServer
    │   │   │       │   ├── App_Data
    │   │   │       │   ├── CSharpServer.Publish.xml
    │   │   │       │   ├── CSharpServer.csproj
    │   │   │       │   ├── CSharpServer.csproj.user
    │   │   │       │   ├── Default.aspx
    │   │   │       │   ├── Default.aspx.cs
    │   │   │       │   ├── Default.aspx.designer.cs
    │   │   │       │   ├── Properties
    │   │   │       │   │   └── AssemblyInfo.cs
    │   │   │       │   ├── Web.config
    │   │   │       │   ├── bin
    │   │   │       │   │   ├── CSharpServer.dll
    │   │   │       │   │   ├── Newtonsoft.Json.dll
    │   │   │       │   │   ├── Newtonsoft.Json.pdb
    │   │   │       │   │   └── Newtonsoft.Json.xml
    │   │   │       │   └── obj
    │   │   │       ├── CSharpServer.sln
    │   │   │       └── CSharpServer.suo
    │   │   ├── java
    │   │   │   ├── HTTP推送Java示例使用说明.docx
    │   │   │   └── PlateServer
    │   │   │       ├── WebContent
    │   │   │       │   ├── META-INF
    │   │   │       │   │   └── MANIFEST.MF
    │   │   │       │   └── WEB-INF
    │   │   │       │       └── lib
    │   │   │       ├── build
    │   │   │       └── src
    │   │   │           ├── PlateServlet.java
    │   │   │           └── com
    │   │   │               └── google
    │   │   │                   └── gson
    │   │   │                       ├── DefaultDateTypeAdapter.java
    │   │   │                       ├── ExclusionStrategy.java
    │   │   │                       ├── FieldAttributes.java
    │   │   │                       ├── FieldNamingPolicy.java
    │   │   │                       ├── FieldNamingStrategy.java
    │   │   │                       ├── Gson.java
    │   │   │                       ├── GsonBuilder.java
    │   │   │                       ├── InstanceCreator.java
    │   │   │                       ├── JsonArray.java
    │   │   │                       ├── JsonDeserializationContext.java
    │   │   │                       ├── JsonDeserializer.java
    │   │   │                       ├── JsonElement.java
    │   │   │                       ├── JsonIOException.java
    │   │   │                       ├── JsonNull.java
    │   │   │                       ├── JsonObject.java
    │   │   │                       ├── JsonParseException.java
    │   │   │                       ├── JsonParser.java
    │   │   │                       ├── JsonPrimitive.java
    │   │   │                       ├── JsonSerializationContext.java
    │   │   │                       ├── JsonSerializer.java
    │   │   │                       ├── JsonStreamParser.java
    │   │   │                       ├── JsonSyntaxException.java
    │   │   │                       ├── LongSerializationPolicy.java
    │   │   │                       ├── TypeAdapter.java
    │   │   │                       ├── TypeAdapterFactory.java
    │   │   │                       ├── annotations
    │   │   │                       │   ├── Expose.java
    │   │   │                       │   ├── JsonAdapter.java
    │   │   │                       │   ├── SerializedName.java
    │   │   │                       │   ├── Since.java
    │   │   │                       │   ├── Until.java
    │   │   │                       │   └── package-info.java
    │   │   │                       ├── internal
    │   │   │                       │   ├── $Gson$Preconditions.java
    │   │   │                       │   ├── $Gson$Types.java
    │   │   │                       │   ├── ConstructorConstructor.java
    │   │   │                       │   ├── Excluder.java
    │   │   │                       │   ├── JsonReaderInternalAccess.java
    │   │   │                       │   ├── LazilyParsedNumber.java
    │   │   │                       │   ├── LinkedHashTreeMap.java
    │   │   │                       │   ├── LinkedTreeMap.java
    │   │   │                       │   ├── ObjectConstructor.java
    │   │   │                       │   ├── Primitives.java
    │   │   │                       │   ├── Streams.java
    │   │   │                       │   ├── UnsafeAllocator.java
    │   │   │                       │   ├── bind
    │   │   │                       │   │   ├── ArrayTypeAdapter.java
    │   │   │                       │   │   ├── CollectionTypeAdapterFactory.java
    │   │   │                       │   │   ├── DateTypeAdapter.java
    │   │   │                       │   │   ├── JsonAdapterAnnotationTypeAdapterFactory.java
    │   │   │                       │   │   ├── JsonTreeReader.java
    │   │   │                       │   │   ├── JsonTreeWriter.java
    │   │   │                       │   │   ├── MapTypeAdapterFactory.java
    │   │   │                       │   │   ├── ObjectTypeAdapter.java
    │   │   │                       │   │   ├── ReflectiveTypeAdapterFactory.java
    │   │   │                       │   │   ├── SqlDateTypeAdapter.java
    │   │   │                       │   │   ├── TimeTypeAdapter.java
    │   │   │                       │   │   ├── TreeTypeAdapter.java
    │   │   │                       │   │   ├── TypeAdapterRuntimeTypeWrapper.java
    │   │   │                       │   │   ├── TypeAdapters.java
    │   │   │                       │   │   └── util
    │   │   │                       │   │       └── ISO8601Utils.java
    │   │   │                       │   └── package-info.java
    │   │   │                       ├── package-info.java
    │   │   │                       ├── reflect
    │   │   │                       │   ├── TypeToken.java
    │   │   │                       │   └── package-info.java
    │   │   │                       └── stream
    │   │   │                           ├── JsonReader.java
    │   │   │                           ├── JsonScope.java
    │   │   │                           ├── JsonToken.java
    │   │   │                           ├── JsonWriter.java
    │   │   │                           └── MalformedJsonException.java
    │   │   └── php
    │   │       └── plateresult.php
    │   └── doc
    │       └── HTTP推送协议.pdf
    ├── TCP协议
    │   ├── demo
    │   │   ├── c
    │   │   │   └── LPRTCPTest
    │   │   │       ├── LPRTCPTest
    │   │   │       │   ├── LPRTCPTest.vcproj
    │   │   │       │   ├── inc
    │   │   │       │   │   ├── VzClientSDK_CommonDefine.h
    │   │   │       │   │   ├── VzClientSDK_LPDefine.h
    │   │   │       │   │   ├── VzLPRClientSDK.h
    │   │   │       │   │   ├── VzLPRClientSDKDefine.h
    │   │   │       │   │   ├── VzLPRClientSDK_WhiteList.h
    │   │   │       │   │   └── VzLPRClientSDK_WhiteListDefine.h
    │   │   │       │   └── tcpclient.cpp
    │   │   │       ├── LPRTCPTest.sln
    │   │   │       └── LPRTCPTest.suo
    │   │   └── java
    │   │       └── JavaProject
    │   │           ├── bin
    │   │           │   ├── Main.class
    │   │           │   └── com
    │   │           │       └── google
    │   │           │           └── gson
    │   │           │               ├── DefaultDateTypeAdapter.class
    │   │           │               ├── ExclusionStrategy.class
    │   │           │               ├── FieldAttributes.class
    │   │           │               ├── FieldNamingPolicy$1.class
    │   │           │               ├── FieldNamingPolicy$2.class
    │   │           │               ├── FieldNamingPolicy$3.class
    │   │           │               ├── FieldNamingPolicy$4.class
    │   │           │               ├── FieldNamingPolicy$5.class
    │   │           │               ├── FieldNamingPolicy.class
    │   │           │               ├── FieldNamingStrategy.class
    │   │           │               ├── Gson$1.class
    │   │           │               ├── Gson$2.class
    │   │           │               ├── Gson$3.class
    │   │           │               ├── Gson$4.class
    │   │           │               ├── Gson$5.class
    │   │           │               ├── Gson$FutureTypeAdapter.class
    │   │           │               ├── Gson.class
    │   │           │               ├── GsonBuilder.class
    │   │           │               ├── InstanceCreator.class
    │   │           │               ├── JsonArray.class
    │   │           │               ├── JsonDeserializationContext.class
    │   │           │               ├── JsonDeserializer.class
    │   │           │               ├── JsonElement.class
    │   │           │               ├── JsonIOException.class
    │   │           │               ├── JsonNull.class
    │   │           │               ├── JsonObject.class
    │   │           │               ├── JsonParseException.class
    │   │           │               ├── JsonParser.class
    │   │           │               ├── JsonPrimitive.class
    │   │           │               ├── JsonSerializationContext.class
    │   │           │               ├── JsonSerializer.class
    │   │           │               ├── JsonStreamParser.class
    │   │           │               ├── JsonSyntaxException.class
    │   │           │               ├── LongSerializationPolicy$1.class
    │   │           │               ├── LongSerializationPolicy$2.class
    │   │           │               ├── LongSerializationPolicy.class
    │   │           │               ├── TypeAdapter$1.class
    │   │           │               ├── TypeAdapter.class
    │   │           │               ├── TypeAdapterFactory.class
    │   │           │               ├── annotations
    │   │           │               │   ├── Expose.class
    │   │           │               │   ├── JsonAdapter.class
    │   │           │               │   ├── SerializedName.class
    │   │           │               │   ├── Since.class
    │   │           │               │   ├── Until.class
    │   │           │               │   └── package-info.class
    │   │           │               ├── internal
    │   │           │               │   ├── $Gson$Preconditions.class
    │   │           │               │   ├── $Gson$Types$GenericArrayTypeImpl.class
    │   │           │               │   ├── $Gson$Types$ParameterizedTypeImpl.class
    │   │           │               │   ├── $Gson$Types$WildcardTypeImpl.class
    │   │           │               │   ├── $Gson$Types.class
    │   │           │               │   ├── ConstructorConstructor$1.class
    │   │           │               │   ├── ConstructorConstructor$10.class
    │   │           │               │   ├── ConstructorConstructor$11.class
    │   │           │               │   ├── ConstructorConstructor$12.class
    │   │           │               │   ├── ConstructorConstructor$13.class
    │   │           │               │   ├── ConstructorConstructor$14.class
    │   │           │               │   ├── ConstructorConstructor$2.class
    │   │           │               │   ├── ConstructorConstructor$3.class
    │   │           │               │   ├── ConstructorConstructor$4.class
    │   │           │               │   ├── ConstructorConstructor$5.class
    │   │           │               │   ├── ConstructorConstructor$6.class
    │   │           │               │   ├── ConstructorConstructor$7.class
    │   │           │               │   ├── ConstructorConstructor$8.class
    │   │           │               │   ├── ConstructorConstructor$9.class
    │   │           │               │   ├── ConstructorConstructor.class
    │   │           │               │   ├── Excluder$1.class
    │   │           │               │   ├── Excluder.class
    │   │           │               │   ├── JsonReaderInternalAccess.class
    │   │           │               │   ├── LazilyParsedNumber.class
    │   │           │               │   ├── LinkedHashTreeMap$1.class
    │   │           │               │   ├── LinkedHashTreeMap$AvlBuilder.class
    │   │           │               │   ├── LinkedHashTreeMap$AvlIterator.class
    │   │           │               │   ├── LinkedHashTreeMap$EntrySet$1.class
    │   │           │               │   ├── LinkedHashTreeMap$EntrySet.class
    │   │           │               │   ├── LinkedHashTreeMap$KeySet$1.class
    │   │           │               │   ├── LinkedHashTreeMap$KeySet.class
    │   │           │               │   ├── LinkedHashTreeMap$LinkedTreeMapIterator.class
    │   │           │               │   ├── LinkedHashTreeMap$Node.class
    │   │           │               │   ├── LinkedHashTreeMap.class
    │   │           │               │   ├── LinkedTreeMap$1.class
    │   │           │               │   ├── LinkedTreeMap$EntrySet$1.class
    │   │           │               │   ├── LinkedTreeMap$EntrySet.class
    │   │           │               │   ├── LinkedTreeMap$KeySet$1.class
    │   │           │               │   ├── LinkedTreeMap$KeySet.class
    │   │           │               │   ├── LinkedTreeMap$LinkedTreeMapIterator.class
    │   │           │               │   ├── LinkedTreeMap$Node.class
    │   │           │               │   ├── LinkedTreeMap.class
    │   │           │               │   ├── ObjectConstructor.class
    │   │           │               │   ├── Primitives.class
    │   │           │               │   ├── Streams$AppendableWriter$CurrentWrite.class
    │   │           │               │   ├── Streams$AppendableWriter.class
    │   │           │               │   ├── Streams.class
    │   │           │               │   ├── UnsafeAllocator$1.class
    │   │           │               │   ├── UnsafeAllocator$2.class
    │   │           │               │   ├── UnsafeAllocator$3.class
    │   │           │               │   ├── UnsafeAllocator$4.class
    │   │           │               │   ├── UnsafeAllocator.class
    │   │           │               │   ├── bind
    │   │           │               │   │   ├── ArrayTypeAdapter$1.class
    │   │           │               │   │   ├── ArrayTypeAdapter.class
    │   │           │               │   │   ├── CollectionTypeAdapterFactory$Adapter.class
    │   │           │               │   │   ├── CollectionTypeAdapterFactory.class
    │   │           │               │   │   ├── DateTypeAdapter$1.class
    │   │           │               │   │   ├── DateTypeAdapter.class
    │   │           │               │   │   ├── JsonAdapterAnnotationTypeAdapterFactory.class
    │   │           │               │   │   ├── JsonTreeReader$1.class
    │   │           │               │   │   ├── JsonTreeReader.class
    │   │           │               │   │   ├── JsonTreeWriter$1.class
    │   │           │               │   │   ├── JsonTreeWriter.class
    │   │           │               │   │   ├── MapTypeAdapterFactory$Adapter.class
    │   │           │               │   │   ├── MapTypeAdapterFactory.class
    │   │           │               │   │   ├── ObjectTypeAdapter$1.class
    │   │           │               │   │   ├── ObjectTypeAdapter.class
    │   │           │               │   │   ├── ReflectiveTypeAdapterFactory$1.class
    │   │           │               │   │   ├── ReflectiveTypeAdapterFactory$Adapter.class
    │   │           │               │   │   ├── ReflectiveTypeAdapterFactory$BoundField.class
    │   │           │               │   │   ├── ReflectiveTypeAdapterFactory.class
    │   │           │               │   │   ├── SqlDateTypeAdapter$1.class
    │   │           │               │   │   ├── SqlDateTypeAdapter.class
    │   │           │               │   │   ├── TimeTypeAdapter$1.class
    │   │           │               │   │   ├── TimeTypeAdapter.class
    │   │           │               │   │   ├── TreeTypeAdapter$GsonContextImpl.class
    │   │           │               │   │   ├── TreeTypeAdapter$SingleTypeFactory.class
    │   │           │               │   │   ├── TreeTypeAdapter.class
    │   │           │               │   │   ├── TypeAdapterRuntimeTypeWrapper.class
    │   │           │               │   │   ├── TypeAdapters$1.class
    │   │           │               │   │   ├── TypeAdapters$10.class
    │   │           │               │   │   ├── TypeAdapters$11.class
    │   │           │               │   │   ├── TypeAdapters$12.class
    │   │           │               │   │   ├── TypeAdapters$13.class
    │   │           │               │   │   ├── TypeAdapters$14.class
    │   │           │               │   │   ├── TypeAdapters$15.class
    │   │           │               │   │   ├── TypeAdapters$16.class
    │   │           │               │   │   ├── TypeAdapters$17.class
    │   │           │               │   │   ├── TypeAdapters$18.class
    │   │           │               │   │   ├── TypeAdapters$19.class
    │   │           │               │   │   ├── TypeAdapters$2.class
    │   │           │               │   │   ├── TypeAdapters$20.class
    │   │           │               │   │   ├── TypeAdapters$21.class
    │   │           │               │   │   ├── TypeAdapters$22.class
    │   │           │               │   │   ├── TypeAdapters$23.class
    │   │           │               │   │   ├── TypeAdapters$24.class
    │   │           │               │   │   ├── TypeAdapters$25.class
    │   │           │               │   │   ├── TypeAdapters$26$1.class
    │   │           │               │   │   ├── TypeAdapters$26.class
    │   │           │               │   │   ├── TypeAdapters$27.class
    │   │           │               │   │   ├── TypeAdapters$28.class
    │   │           │               │   │   ├── TypeAdapters$29.class
    │   │           │               │   │   ├── TypeAdapters$3.class
    │   │           │               │   │   ├── TypeAdapters$30.class
    │   │           │               │   │   ├── TypeAdapters$31.class
    │   │           │               │   │   ├── TypeAdapters$32.class
    │   │           │               │   │   ├── TypeAdapters$33.class
    │   │           │               │   │   ├── TypeAdapters$34.class
    │   │           │               │   │   ├── TypeAdapters$35$1.class
    │   │           │               │   │   ├── TypeAdapters$35.class
    │   │           │               │   │   ├── TypeAdapters$4.class
    │   │           │               │   │   ├── TypeAdapters$5.class
    │   │           │               │   │   ├── TypeAdapters$6.class
    │   │           │               │   │   ├── TypeAdapters$7.class
    │   │           │               │   │   ├── TypeAdapters$8.class
    │   │           │               │   │   ├── TypeAdapters$9.class
    │   │           │               │   │   ├── TypeAdapters$EnumTypeAdapter.class
    │   │           │               │   │   ├── TypeAdapters.class
    │   │           │               │   │   └── util
    │   │           │               │   │       └── ISO8601Utils.class
    │   │           │               │   └── package-info.class
    │   │           │               ├── package-info.class
    │   │           │               ├── reflect
    │   │           │               │   ├── TypeToken.class
    │   │           │               │   └── package-info.class
    │   │           │               └── stream
    │   │           │                   ├── JsonReader$1.class
    │   │           │                   ├── JsonReader.class
    │   │           │                   ├── JsonScope.class
    │   │           │                   ├── JsonToken.class
    │   │           │                   ├── JsonWriter.class
    │   │           │                   └── MalformedJsonException.class
    │   │           └── src
    │   │               ├── Main.java
    │   │               └── com
    │   │                   └── google
    │   │                       └── gson
    │   │                           ├── DefaultDateTypeAdapter.java
    │   │                           ├── ExclusionStrategy.java
    │   │                           ├── FieldAttributes.java
    │   │                           ├── FieldNamingPolicy.java
    │   │                           ├── FieldNamingStrategy.java
    │   │                           ├── Gson.java
    │   │                           ├── GsonBuilder.java
    │   │                           ├── InstanceCreator.java
    │   │                           ├── JsonArray.java
    │   │                           ├── JsonDeserializationContext.java
    │   │                           ├── JsonDeserializer.java
    │   │                           ├── JsonElement.java
    │   │                           ├── JsonIOException.java
    │   │                           ├── JsonNull.java
    │   │                           ├── JsonObject.java
    │   │                           ├── JsonParseException.java
    │   │                           ├── JsonParser.java
    │   │                           ├── JsonPrimitive.java
    │   │                           ├── JsonSerializationContext.java
    │   │                           ├── JsonSerializer.java
    │   │                           ├── JsonStreamParser.java
    │   │                           ├── JsonSyntaxException.java
    │   │                           ├── LongSerializationPolicy.java
    │   │                           ├── TypeAdapter.java
    │   │                           ├── TypeAdapterFactory.java
    │   │                           ├── annotations
    │   │                           │   ├── Expose.java
    │   │                           │   ├── JsonAdapter.java
    │   │                           │   ├── SerializedName.java
    │   │                           │   ├── Since.java
    │   │                           │   ├── Until.java
    │   │                           │   └── package-info.java
    │   │                           ├── internal
    │   │                           │   ├── $Gson$Preconditions.java
    │   │                           │   ├── $Gson$Types.java
    │   │                           │   ├── ConstructorConstructor.java
    │   │                           │   ├── Excluder.java
    │   │                           │   ├── JsonReaderInternalAccess.java
    │   │                           │   ├── LazilyParsedNumber.java
    │   │                           │   ├── LinkedHashTreeMap.java
    │   │                           │   ├── LinkedTreeMap.java
    │   │                           │   ├── ObjectConstructor.java
    │   │                           │   ├── Primitives.java
    │   │                           │   ├── Streams.java
    │   │                           │   ├── UnsafeAllocator.java
    │   │                           │   ├── bind
    │   │                           │   │   ├── ArrayTypeAdapter.java
    │   │                           │   │   ├── CollectionTypeAdapterFactory.java
    │   │                           │   │   ├── DateTypeAdapter.java
    │   │                           │   │   ├── JsonAdapterAnnotationTypeAdapterFactory.java
    │   │                           │   │   ├── JsonTreeReader.java
    │   │                           │   │   ├── JsonTreeWriter.java
    │   │                           │   │   ├── MapTypeAdapterFactory.java
    │   │                           │   │   ├── ObjectTypeAdapter.java
    │   │                           │   │   ├── ReflectiveTypeAdapterFactory.java
    │   │                           │   │   ├── SqlDateTypeAdapter.java
    │   │                           │   │   ├── TimeTypeAdapter.java
    │   │                           │   │   ├── TreeTypeAdapter.java
    │   │                           │   │   ├── TypeAdapterRuntimeTypeWrapper.java
    │   │                           │   │   ├── TypeAdapters.java
    │   │                           │   │   └── util
    │   │                           │   │       └── ISO8601Utils.java
    │   │                           │   └── package-info.java
    │   │                           ├── package-info.java
    │   │                           ├── reflect
    │   │                           │   ├── TypeToken.java
    │   │                           │   └── package-info.java
    │   │                           └── stream
    │   │                               ├── JsonReader.java
    │   │                               ├── JsonScope.java
    │   │                               ├── JsonToken.java
    │   │                               ├── JsonWriter.java
    │   │                               └── MalformedJsonException.java
    │   └── doc
    │       └── 车牌识别一体机Tcp通讯协议说明文档.pdf
    └── 协议说明.txt

238 directories, 1473 files


网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警