找传奇、传世资源到传世资源站!

二维码识别

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

【例子介绍】二维码识别

【相关图片】

from clipboard

【源码结构】

.
├── C#二维码识别_QR.rar
└── QR
    ├── QR
    │   ├── QR
    │   │   ├── App.xaml
    │   │   ├── App.xaml.cs
    │   │   ├── AssemblyInfo.cs
    │   │   ├── MainPage.xaml
    │   │   ├── MainPage.xaml.cs
    │   │   ├── QR.csproj
    │   │   ├── QRScanOverlay.cs
    │   │   ├── QRScanOverlayOptions.cs
    │   │   ├── QRScanPage.cs
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       └── netstandard2.0
    │   │   │           ├── QR.deps.json
    │   │   │           ├── QR.dll
    │   │   │           └── QR.pdb
    │   │   └── obj
    │   └── QR.Android
    │       ├── Assets
    │       │   └── AboutAssets.txt
    │       ├── MainActivity.cs
    │       ├── Properties
    │       │   ├── AndroidManifest.xml
    │       │   └── AssemblyInfo.cs
    │       ├── QR.Android.csproj
    │       ├── QR.Android.csproj.user
    │       ├── Resources
    │       │   ├── AboutResources.txt
    │       │   ├── Resource.designer.cs
    │       │   ├── drawable
    │       │   ├── drawable-hdpi
    │       │   ├── drawable-xhdpi
    │       │   ├── drawable-xxhdpi
    │       │   ├── drawable-xxxhdpi
    │       │   ├── layout
    │       │   │   ├── Tabbar.axml
    │       │   │   └── Toolbar.axml
    │       │   ├── mipmap-anydpi-v26
    │       │   │   ├── icon.xml
    │       │   │   └── icon_round.xml
    │       │   ├── mipmap-hdpi
    │       │   │   ├── icon.png
    │       │   │   └── launcher_foreground.png
    │       │   ├── mipmap-mdpi
    │       │   │   ├── icon.png
    │       │   │   └── launcher_foreground.png
    │       │   ├── mipmap-xhdpi
    │       │   │   ├── icon.png
    │       │   │   └── launcher_foreground.png
    │       │   ├── mipmap-xxhdpi
    │       │   │   ├── icon.png
    │       │   │   └── launcher_foreground.png
    │       │   ├── mipmap-xxxhdpi
    │       │   │   ├── icon.png
    │       │   │   └── launcher_foreground.png
    │       │   └── values
    │       │       ├── colors.xml
    │       │       └── styles.xml
    │       ├── bin
    │       │   └── Debug
    │       │       ├── FormsViewGroup.pdb
    │       │       ├── Mono.Android.pdb
    │       │       ├── Mono.Security.pdb
    │       │       ├── Plugin.Permissions.dll.mdb
    │       │       ├── System.ComponentModel.Composition.pdb
    │       │       ├── System.Core.pdb
    │       │       ├── System.Data.pdb
    │       │       ├── System.IO.Compression.FileSystem.pdb
    │       │       ├── System.IO.Compression.pdb
    │       │       ├── System.Net.Http.pdb
    │       │       ├── System.Numerics.Vectors.pdb
    │       │       ├── System.Numerics.pdb
    │       │       ├── System.Runtime.Serialization.pdb
    │       │       ├── System.ServiceModel.Internals.pdb
    │       │       ├── System.Transactions.pdb
    │       │       ├── System.Web.Services.pdb
    │       │       ├── System.Xml.Linq.pdb
    │       │       ├── System.Xml.pdb
    │       │       ├── System.pdb
    │       │       ├── XFZxing.Android.dll
    │       │       ├── XFZxing.Android.pdb
    │       │       ├── XFZxing.dll
    │       │       ├── XFZxing.dll.mdb
    │       │       ├── XFZxing.pdb
    │       │       ├── Xamarin.Essentials.dll.mdb
    │       │       ├── Xamarin.Forms.Core.pdb
    │       │       ├── Xamarin.Forms.Platform.Android.pdb
    │       │       ├── Xamarin.Forms.Xaml.pdb
    │       │       ├── com.companyname-Signed.apk
    │       │       └── mscorlib.pdb
    │       └── obj
    │           ├── Debug
    │           │   ├── 71
    │           │   │   ├── TempPE
    │           │   │   ├── XFZxing.Android.csproj.FileListAbsolute.txt
    │           │   │   ├── adb.props
    │           │   │   ├── build.props
    │           │   │   ├── designtime
    │           │   │   ├── devices.cache
    │           │   │   └── stamp
    │           │   │       └── _CleanIntermediateIfNeeded.stamp
    │           │   └── 81
    │           │       ├── Component.R.cs.flag
    │           │       ├── DesignTimeResolveAssemblyReferencesInput.cache
    │           │       ├── MonoAndroid,Version=v8.1.AssemblyAttributes.cs
    │           │       ├── TempPE
    │           │       ├── XFZxing.Android.csproj.AssemblyReference.cache
    │           │       ├── XFZxing.Android.csproj.CopyComplete
    │           │       ├── XFZxing.Android.csproj.CoreCompileInputs.cache
    │           │       ├── XFZxing.Android.csproj.FileListAbsolute.txt
    │           │       ├── XFZxing.Android.csprojAssemblyReference.cache
    │           │       ├── XFZxing.Android.dll
    │           │       ├── XFZxing.Android.pdb
    │           │       ├── XamlC.stamp
    │           │       ├── _TelemetryProps
    │           │       ├── _javastubs.stamp
    │           │       ├── build.props
    │           │       ├── customview-map.txt
    │           │       ├── designtime
    │           │       │   ├── Resource.designer.cs
    │           │       │   ├── build.props
    │           │       │   └── libraryprojectimports.cache
    │           │       ├── devices.cache
    │           │       ├── flat
    │           │       │   ├── layout_tabbar.xml.flat
    │           │       │   ├── layout_toolbar.xml.flat
    │           │       │   ├── mipmap-anydpi-v26_icon.xml.flat
    │           │       │   ├── mipmap-anydpi-v26_icon_round.xml.flat
    │           │       │   ├── mipmap-hdpi_icon.png.flat
    │           │       │   ├── mipmap-hdpi_launcher_foreground.png.flat
    │           │       │   ├── mipmap-mdpi_icon.png.flat
    │           │       │   ├── mipmap-mdpi_launcher_foreground.png.flat
    │           │       │   ├── mipmap-xhdpi_icon.png.flat
    │           │       │   ├── mipmap-xhdpi_launcher_foreground.png.flat
    │           │       │   ├── mipmap-xxhdpi_icon.png.flat
    │           │       │   ├── mipmap-xxhdpi_launcher_foreground.png.flat
    │           │       │   ├── mipmap-xxxhdpi_icon.png.flat
    │           │       │   ├── mipmap-xxxhdpi_launcher_foreground.png.flat
    │           │       │   ├── values_colors.arsc.flat
    │           │       │   └── values_styles.arsc.flat
    │           │       ├── flata
    │           │       ├── libraryimports.cache
    │           │       ├── libraryimports.cache.stamp
    │           │       ├── libraryprojectimports.cache
    │           │       ├── linkdst
    │           │       │   ├── XFZxing.Android.dll
    │           │       │   └── XFZxing.Android.pdb
    │           │       ├── linksrc
    │           │       │   ├── FastAndroidCamera.dll
    │           │       │   ├── FormsViewGroup.dll
    │           │       │   ├── FormsViewGroup.pdb
    │           │       │   ├── Java.Interop.dll
    │           │       │   ├── Mono.Android.dll
    │           │       │   ├── Mono.Android.pdb
    │           │       │   ├── Mono.Security.dll
    │           │       │   ├── Mono.Security.pdb
    │           │       │   ├── Plugin.CurrentActivity.dll
    │           │       │   ├── Plugin.Permissions.dll
    │           │       │   ├── Plugin.Permissions.dll.mdb
    │           │       │   ├── System.Collections.dll
    │           │       │   ├── System.ComponentModel.Composition.dll
    │           │       │   ├── System.ComponentModel.Composition.pdb
    │           │       │   ├── System.Core.dll
    │           │       │   ├── System.Core.pdb
    │           │       │   ├── System.Data.dll
    │           │       │   ├── System.Data.pdb
    │           │       │   ├── System.Diagnostics.Debug.dll
    │           │       │   ├── System.Globalization.dll
    │           │       │   ├── System.IO.Compression.FileSystem.dll
    │           │       │   ├── System.IO.Compression.FileSystem.pdb
    │           │       │   ├── System.IO.Compression.dll
    │           │       │   ├── System.IO.Compression.pdb
    │           │       │   ├── System.IO.dll
    │           │       │   ├── System.Net.Http.dll
    │           │       │   ├── System.Net.Http.pdb
    │           │       │   ├── System.Numerics.Vectors.dll
    │           │       │   ├── System.Numerics.Vectors.pdb
    │           │       │   ├── System.Numerics.dll
    │           │       │   ├── System.Numerics.pdb
    │           │       │   ├── System.ObjectModel.dll
    │           │       │   ├── System.Runtime.Extensions.dll
    │           │       │   ├── System.Runtime.Serialization.dll
    │           │       │   ├── System.Runtime.Serialization.pdb
    │           │       │   ├── System.Runtime.dll
    │           │       │   ├── System.ServiceModel.Internals.dll
    │           │       │   ├── System.ServiceModel.Internals.pdb
    │           │       │   ├── System.Text.Encoding.dll
    │           │       │   ├── System.Text.RegularExpressions.dll
    │           │       │   ├── System.Threading.Tasks.dll
    │           │       │   ├── System.Threading.dll
    │           │       │   ├── System.Transactions.dll
    │           │       │   ├── System.Transactions.pdb
    │           │       │   ├── System.Web.Services.dll
    │           │       │   ├── System.Web.Services.pdb
    │           │       │   ├── System.Xml.Linq.dll
    │           │       │   ├── System.Xml.Linq.pdb
    │           │       │   ├── System.Xml.dll
    │           │       │   ├── System.Xml.pdb
    │           │       │   ├── System.dll
    │           │       │   ├── System.pdb
    │           │       │   ├── XFZxing.Android.dll
    │           │       │   ├── XFZxing.Android.pdb
    │           │       │   ├── XFZxing.dll
    │           │       │   ├── XFZxing.dll.mdb
    │           │       │   ├── Xamarin.Android.Arch.Core.Common.dll
    │           │       │   ├── Xamarin.Android.Arch.Lifecycle.Common.dll
    │           │       │   ├── Xamarin.Android.Arch.Lifecycle.Runtime.dll
    │           │       │   ├── Xamarin.Android.Support.Animated.Vector.Drawable.dll
    │           │       │   ├── Xamarin.Android.Support.Annotations.dll
    │           │       │   ├── Xamarin.Android.Support.Compat.dll
    │           │       │   ├── Xamarin.Android.Support.Core.UI.dll
    │           │       │   ├── Xamarin.Android.Support.Core.Utils.dll
    │           │       │   ├── Xamarin.Android.Support.CustomTabs.dll
    │           │       │   ├── Xamarin.Android.Support.Design.dll
    │           │       │   ├── Xamarin.Android.Support.Fragment.dll
    │           │       │   ├── Xamarin.Android.Support.Media.Compat.dll
    │           │       │   ├── Xamarin.Android.Support.Transition.dll
    │           │       │   ├── Xamarin.Android.Support.Vector.Drawable.dll
    │           │       │   ├── Xamarin.Android.Support.v4.dll
    │           │       │   ├── Xamarin.Android.Support.v7.AppCompat.dll
    │           │       │   ├── Xamarin.Android.Support.v7.CardView.dll
    │           │       │   ├── Xamarin.Android.Support.v7.MediaRouter.dll
    │           │       │   ├── Xamarin.Android.Support.v7.Palette.dll
    │           │       │   ├── Xamarin.Android.Support.v7.RecyclerView.dll
    │           │       │   ├── Xamarin.Essentials.dll
    │           │       │   ├── Xamarin.Essentials.dll.mdb
    │           │       │   ├── Xamarin.Forms.Core.dll
    │           │       │   ├── Xamarin.Forms.Core.pdb
    │           │       │   ├── Xamarin.Forms.Platform.Android.dll
    │           │       │   ├── Xamarin.Forms.Platform.Android.pdb
    │           │       │   ├── Xamarin.Forms.Platform.dll
    │           │       │   ├── Xamarin.Forms.Xaml.dll
    │           │       │   ├── Xamarin.Forms.Xaml.pdb
    │           │       │   ├── ZXing.Net.Mobile.Core.dll
    │           │       │   ├── ZXing.Net.Mobile.Forms.Android.dll
    │           │       │   ├── ZXing.Net.Mobile.Forms.dll
    │           │       │   ├── ZXingNetMobile.dll
    │           │       │   ├── mscorlib.dll
    │           │       │   ├── mscorlib.pdb
    │           │       │   ├── netstandard.dll
    │           │       │   └── zxing.portable.dll
    │           │       ├── lp
    │           │       ├── res
    │           │       │   ├── layout
    │           │       │   │   ├── tabbar.xml
    │           │       │   │   └── toolbar.xml
    │           │       │   ├── mipmap-anydpi-v26
    │           │       │   │   ├── icon.xml
    │           │       │   │   └── icon_round.xml
    │           │       │   ├── mipmap-hdpi
    │           │       │   │   ├── icon.png
    │           │       │   │   └── launcher_foreground.png
    │           │       │   ├── mipmap-mdpi
    │           │       │   │   ├── icon.png
    │           │       │   │   └── launcher_foreground.png
    │           │       │   ├── mipmap-xhdpi
    │           │       │   │   ├── icon.png
    │           │       │   │   └── launcher_foreground.png
    │           │       │   ├── mipmap-xxhdpi
    │           │       │   │   ├── icon.png
    │           │       │   │   └── launcher_foreground.png
    │           │       │   ├── mipmap-xxxhdpi
    │           │       │   │   ├── icon.png
    │           │       │   │   └── launcher_foreground.png
    │           │       │   └── values
    │           │       │       ├── colors.xml
    │           │       │       └── styles.xml
    │           │       ├── res.flag
    │           │       ├── resourcepaths.cache
    │           │       └── stamp
    │           │           ├── _BuildLibraryImportsCache.stamp
    │           │           ├── _CleanIntermediateIfNeeded.stamp
    │           │           ├── _ConvertResourcesCases.stamp
    │           │           └── _ResolveLibraryProjectImports.stamp
    │           ├── XFZxing.Android.csproj.nuget.cache
    │           ├── XFZxing.Android.csproj.nuget.dgspec.json
    │           ├── XFZxing.Android.csproj.nuget.g.props
    │           ├── XFZxing.Android.csproj.nuget.g.targets
    │           ├── project.assets.json
    │           └── project.nuget.cache
    └── QR.sln

50 directories, 234 files

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复