基本信息
源码名称:条码识别zbar一次识别多个条码
源码大小:24.68M
文件格式:.rar
开发语言:C#
更新时间:2021-12-09
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 1 元×
微信扫码支付:1 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
条码识别zbar一次识别多个条码
.
└── 条码识别
├── packages
│ └── Spire.Barcode.5.9.4
│ ├── Spire.Barcode.5.9.4.nupkg
│ ├── lib
│ │ ├── MonoAndroid
│ │ │ ├── Spire.Barcode.dll
│ │ │ ├── Spire.Barcode.xml
│ │ │ ├── Spire.License.dll
│ │ │ └── Spire.License.xml
│ │ ├── net20
│ │ │ ├── Spire.Barcode.dll
│ │ │ ├── Spire.Barcode.xml
│ │ │ ├── Spire.License.dll
│ │ │ └── Spire.License.xml
│ │ ├── net40
│ │ │ ├── Spire.Barcode.dll
│ │ │ ├── Spire.Barcode.xml
│ │ │ ├── Spire.License.dll
│ │ │ └── Spire.License.xml
│ │ ├── net5.0
│ │ │ ├── Spire.Barcode.dll
│ │ │ ├── Spire.Barcode.xml
│ │ │ ├── Spire.License.dll
│ │ │ └── Spire.License.xml
│ │ ├── netstandard2.0
│ │ │ ├── Spire.Barcode.dll
│ │ │ ├── Spire.Barcode.xml
│ │ │ ├── Spire.License.dll
│ │ │ └── Spire.License.xml
│ │ └── xamarinios
│ │ ├── Spire.Barcode.dll
│ │ ├── Spire.Barcode.xml
│ │ ├── Spire.License.dll
│ │ └── Spire.License.xml
│ └── license.txt
├── 条码识别
│ ├── 20090914145900-51487171.jpg
│ ├── MainForm.Designer.cs
│ ├── MainForm.cs
│ ├── MainForm.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Demo
│ │ │ │ ├── 1.jpg
│ │ │ │ ├── 20090914145900-51487171.jpg
│ │ │ │ └── 22220090914145900-51487171.jpg
│ │ │ ├── libiconv-2.dll
│ │ │ ├── libzbar-cil.dll
│ │ │ ├── libzbar.dll
│ │ │ ├── 条码识别.exe
│ │ │ ├── 条码识别.pdb
│ │ │ └── 条码识别.vshost.exe
│ │ └── Release
│ ├── lib
│ │ ├── libiconv-2.dll
│ │ ├── libzbar-cil.dll
│ │ └── libzbar.dll
│ ├── obj
│ │ └── x86
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GenerateResource.read.1.tlog
│ │ ├── GenerateResource.write.1.tlog
│ │ ├── TempPE
│ │ ├── 条码识别.MainForm.resources
│ │ ├── 条码识别.Properties.Resources.resources
│ │ ├── 条码识别.csproj.CoreCompileInputs.cache
│ │ ├── 条码识别.csproj.FileListAbsolute.txt
│ │ └── 条码识别.csproj.GenerateResource.cache
│ ├── packages.config
│ └── 条码识别.csproj
├── 条码识别.sln
└── 条码识别.suo
21 directories, 61 files
条码识别zbar一次识别多个条码
.
└── 条码识别
├── packages
│ └── Spire.Barcode.5.9.4
│ ├── Spire.Barcode.5.9.4.nupkg
│ ├── lib
│ │ ├── MonoAndroid
│ │ │ ├── Spire.Barcode.dll
│ │ │ ├── Spire.Barcode.xml
│ │ │ ├── Spire.License.dll
│ │ │ └── Spire.License.xml
│ │ ├── net20
│ │ │ ├── Spire.Barcode.dll
│ │ │ ├── Spire.Barcode.xml
│ │ │ ├── Spire.License.dll
│ │ │ └── Spire.License.xml
│ │ ├── net40
│ │ │ ├── Spire.Barcode.dll
│ │ │ ├── Spire.Barcode.xml
│ │ │ ├── Spire.License.dll
│ │ │ └── Spire.License.xml
│ │ ├── net5.0
│ │ │ ├── Spire.Barcode.dll
│ │ │ ├── Spire.Barcode.xml
│ │ │ ├── Spire.License.dll
│ │ │ └── Spire.License.xml
│ │ ├── netstandard2.0
│ │ │ ├── Spire.Barcode.dll
│ │ │ ├── Spire.Barcode.xml
│ │ │ ├── Spire.License.dll
│ │ │ └── Spire.License.xml
│ │ └── xamarinios
│ │ ├── Spire.Barcode.dll
│ │ ├── Spire.Barcode.xml
│ │ ├── Spire.License.dll
│ │ └── Spire.License.xml
│ └── license.txt
├── 条码识别
│ ├── 20090914145900-51487171.jpg
│ ├── MainForm.Designer.cs
│ ├── MainForm.cs
│ ├── MainForm.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Demo
│ │ │ │ ├── 1.jpg
│ │ │ │ ├── 20090914145900-51487171.jpg
│ │ │ │ └── 22220090914145900-51487171.jpg
│ │ │ ├── libiconv-2.dll
│ │ │ ├── libzbar-cil.dll
│ │ │ ├── libzbar.dll
│ │ │ ├── 条码识别.exe
│ │ │ ├── 条码识别.pdb
│ │ │ └── 条码识别.vshost.exe
│ │ └── Release
│ ├── lib
│ │ ├── libiconv-2.dll
│ │ ├── libzbar-cil.dll
│ │ └── libzbar.dll
│ ├── obj
│ │ └── x86
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GenerateResource.read.1.tlog
│ │ ├── GenerateResource.write.1.tlog
│ │ ├── TempPE
│ │ ├── 条码识别.MainForm.resources
│ │ ├── 条码识别.Properties.Resources.resources
│ │ ├── 条码识别.csproj.CoreCompileInputs.cache
│ │ ├── 条码识别.csproj.FileListAbsolute.txt
│ │ └── 条码识别.csproj.GenerateResource.cache
│ ├── packages.config
│ └── 条码识别.csproj
├── 条码识别.sln
└── 条码识别.suo
21 directories, 61 files