• 大小: 2.19MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-11-06
  • 语言: C/C++
  • 标签: zxing  vs2010  c++  qrcode  

资源简介

纯c++,vs2010编译通过,自己看头文件调用需要的函数。可以和opencv协同工作生成和解开qr二维码。

资源截图

代码片段和文件信息

// -*- mode:c++; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*-
/*
 *  Created by Christian Brunschen on 13/05/2008.
 *  Copyright 2008 ZXing authors All rights reserved.
 *
 * Licensed under the Apache License Version 2.0 (the “License“);
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing software
 * distributed under the License is distributed on an “AS IS“ BASIS
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

#include “BarcodeFormat.h“

const char* zxing::BarcodeFormat::barcodeFormatNames[] = {
  0
  “AZTEC“
  “CODABAR“
  “CODE_39“
  “CODE_93“
  “CODE_128“
  “DATA_MATRIX“
  “EAN_8“
  “EAN_13“
  “ITF“
  “MAXICODE“
  “PDF_417“
  “QR_CODE“
  “RSS_14“
  “RSS_EXPANDED“
  “UPC_A“
  “UPC_E“
  “UPC_EAN_EXTENSION“
};

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2013-12-18 17:12  ZXingPro\
     文件        1066  2013-12-13 16:11  ZXingPro\BarcodeFormat.cpp
     文件        1334  2013-04-14 19:12  ZXingPro\BarcodeFormat.h
     文件        1203  2013-12-13 16:45  ZXingPro\Binarizer.cpp
     文件        1308  2013-12-13 17:42  ZXingPro\Binarizer.h
     文件        2083  2013-12-13 16:09  ZXingPro\BinaryBitmap.cpp
     文件        1416  2013-12-13 17:42  ZXingPro\BinaryBitmap.h
     文件        1037  2013-12-16 17:59  ZXingPro\ChecksumException.cpp
     文件        1045  2013-12-16 17:54  ZXingPro\ChecksumException.h
     目录           0  2013-12-20 17:59  ZXingPro\Debug\
     文件       47364  2013-12-20 17:59  ZXingPro\Debug\AlignmentPattern.obj
     文件      192687  2013-12-20 17:59  ZXingPro\Debug\AlignmentPatternFinder.obj
     文件        4930  2013-12-20 17:59  ZXingPro\Debug\BarcodeFormat.obj
     文件       49010  2013-12-20 17:59  ZXingPro\Debug\Binarizer.obj
     文件       69554  2013-12-20 17:59  ZXingPro\Debug\BinaryBitmap.obj
     文件      128638  2013-12-20 17:59  ZXingPro\Debug\BitArray.obj
     文件       53632  2013-12-20 17:59  ZXingPro\Debug\BitArrayIO.obj
     文件      134946  2013-12-20 17:59  ZXingPro\Debug\BitMatrix.obj
     文件      140192  2013-12-20 17:59  ZXingPro\Debug\BitMatrixParser.obj
     文件      159108  2013-12-20 17:59  ZXingPro\Debug\BitSource.obj
     文件      700640  2013-12-20 17:59  ZXingPro\Debug\CL.read.1.tlog
     文件       26252  2013-12-20 17:59  ZXingPro\Debug\CL.write.1.tlog
     文件      813115  2013-12-20 17:59  ZXingPro\Debug\CharacterSetECI.obj
     文件       41730  2013-12-20 17:59  ZXingPro\Debug\ChecksumException.obj
     文件      352954  2013-12-20 17:59  ZXingPro\Debug\DataBlock.obj
     文件      168680  2013-12-20 17:59  ZXingPro\Debug\DataMask.obj
     文件       69036  2013-12-20 17:59  ZXingPro\Debug\DecodeHints.obj
     文件      397992  2013-12-20 17:59  ZXingPro\Debug\DecodedBitStreamParser.obj
     文件      368599  2013-12-20 17:59  ZXingPro\Debug\Decoder.obj
     文件      111774  2013-12-20 17:59  ZXingPro\Debug\DecoderResult.obj
     文件      355767  2013-12-20 17:59  ZXingPro\Debug\Detector.obj
............此处省略184个文件信息

评论

共有 条评论