基本信息
源码名称:C# 版本QRCode
源码大小:0.24M
文件格式:.rar
开发语言:C#
更新时间:2023-12-22
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
C#,QRCode PC 。经过对sean owen版本的修改,在PC上接入摄像头就可以进行解码。

.
├── C# 版本QRCode_QRreader.rar
└── QRreader
    ├── QRreader
    │   ├── Camera.cs
    │   ├── Form1.Designer.cs
    │   ├── Form1.cs
    │   ├── Form1.resx
    │   ├── MonochromeBitMap.cs
    │   ├── Program.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   ├── QRreader.csproj
    │   ├── QRreader.csproj.user
    │   ├── SupportClass.cs
    │   ├── Zxing
    │   │   ├── BarcodeFormat.cs
    │   │   ├── BlackPointEstimationMethod.cs
    │   │   ├── DecodeHintType.cs
    │   │   ├── MonochromeBitmapSource.cs
    │   │   ├── MultiFormatReader.cs
    │   │   ├── Reader.cs
    │   │   ├── ReaderException.cs
    │   │   ├── Result.cs
    │   │   ├── ResultPoint.cs
    │   │   └── qrcode
    │   │       ├── QRCodeReader.cs
    │   │       ├── decoder
    │   │       │   ├── BitMatrixParser.cs
    │   │       │   ├── BitSource.cs
    │   │       │   ├── DataBlock.cs
    │   │       │   ├── DataMask.cs
    │   │       │   ├── DecodedBitStreamParser.cs
    │   │       │   ├── Decoder.cs
    │   │       │   ├── ErrorCorrectionLevel.cs
    │   │       │   ├── FormatInformation.cs
    │   │       │   ├── Mode.cs
    │   │       │   └── Version.cs
    │   │       └── detector
    │   │           ├── AlignmentPattern.cs
    │   │           ├── AlignmentPatternFinder.cs
    │   │           ├── DefaultGridSampler.cs
    │   │           ├── Detector.cs
    │   │           ├── DetectorResult.cs
    │   │           ├── FinderPattern.cs
    │   │           ├── FinderPatternFinder.cs
    │   │           ├── FinderPatternInfo.cs
    │   │           ├── GridSampler.cs
    │   │           └── PerspectiveTransform.cs
    │   ├── bin
    │   │   └── Debug
    │   │       ├── QRreader.exe
    │   │       ├── QRreader.pdb
    │   │       ├── QRreader.vshost.exe
    │   │       └── QRreader.vshost.exe.manifest
    │   ├── common
    │   │   ├── BitArray.cs
    │   │   ├── BitMatrix.cs
    │   │   ├── BlackPointEstimator.cs
    │   │   ├── Collections.cs
    │   │   ├── Comparator.cs
    │   │   ├── GenericResultPoint.cs
    │   │   └── reedsolomon
    │   │       ├── GF256.cs
    │   │       ├── GF256Poly.cs
    │   │       ├── ReedSolomonDecoder.cs
    │   │       └── ReedSolomonException.cs
    │   └── obj
    │       └── Debug
    │           ├── QRreader.Properties.Resources.resources
    │           ├── QRreader.Reader.resources
    │           ├── QRreader.csproj.FileListAbsolute.txt
    │           ├── QRreader.csproj.GenerateResource.Cache
    │           ├── QRreader.exe
    │           ├── QRreader.pdb
    │           ├── Refactor
    │           └── TempPE
    ├── QRreader.sln
    └── QRreader.suo

15 directories, 67 files