在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → 二维码识别

二维码识别

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:27.43M
  • 下载次数:35
  • 浏览次数:254
  • 发布时间:2023-06-02
  • 实例类别:C#语言基础
  • 发 布 人:知识就是力量
  • 文件格式:.rar
  • 所需积分:2
 相关标签: 二维码识别 二维码 识别

实例介绍

【实例简介】二维码识别

【实例截图】

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


实例下载地址

二维码识别

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

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

网友评论

发表评论

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

查看所有1条评论>>

小贴士

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

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

关于好例子网

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

;
报警