• 大小: 2.18MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-05
  • 语言: 其他
  • 标签:

资源简介

QRencode+Qt+VS实现二维码生成,二维码的生成图保存路径默认为C:/QRgenerator.png

资源截图

代码片段和文件信息

#include “stdafx.h“
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 

#include “qrencode.h“
// -------------------------------------------------------


// -------------------------------------------------------
// DEFines
// -------------------------------------------------------

#define QRCODE_TEXT “http://my.csdn.net/“; // Text to encode into QRCode张小三 12床 男 20岁
#define OUT_FILE “C:/QRGenerator.bmp“ // Output file name
#define OUT_FILE_PIXEL_PRESCALER 8 // Prescaler (number of pixels in bmp file for each QRCode pixel on each dimension)

#define PIXEL_COLOR_R 0 // Color of bmp pixels
#define PIXEL_COLOR_G 0
#define PIXEL

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      81920  2017-12-26 00:29  QRGenerator\Debug\QRGenerator.exe

     文件     393892  2017-12-26 00:29  QRGenerator\Debug\QRGenerator.ilk

     文件     568320  2017-12-26 00:29  QRGenerator\Debug\QRGenerator.pdb

     文件    3211264  2017-12-26 15:29  QRGenerator\ipch\qrgenerator-6e95bbf1\qrgenerator-1c3c8756.ipch

     文件      12458  2017-12-25 20:08  QRGenerator\QRGenerator\Debug\bitstream.obj

     文件      13428  2013-06-05 19:21  QRGenerator\QRGenerator\Debug\BuildLog.htm

     文件      10010  2017-12-26 00:29  QRGenerator\QRGenerator\Debug\cl.command.1.tlog

     文件      26288  2017-12-26 00:29  QRGenerator\QRGenerator\Debug\CL.read.1.tlog

     文件       7418  2017-12-26 00:29  QRGenerator\QRGenerator\Debug\CL.write.1.tlog

     文件          2  2017-12-26 00:29  QRGenerator\QRGenerator\Debug\link-cvtres.read.1.tlog

     文件          2  2017-12-26 00:29  QRGenerator\QRGenerator\Debug\link-cvtres.write.1.tlog

     文件          2  2017-12-26 00:29  QRGenerator\QRGenerator\Debug\link.10996-cvtres.read.1.tlog

     文件          2  2017-12-26 00:29  QRGenerator\QRGenerator\Debug\link.10996-cvtres.write.1.tlog

     文件          2  2017-12-26 00:29  QRGenerator\QRGenerator\Debug\link.10996.read.1.tlog

     文件          2  2017-12-26 00:29  QRGenerator\QRGenerator\Debug\link.10996.write.1.tlog

     文件          2  2017-12-26 00:29  QRGenerator\QRGenerator\Debug\link.11408-cvtres.read.1.tlog

     文件          2  2017-12-26 00:29  QRGenerator\QRGenerator\Debug\link.11408-cvtres.write.1.tlog

     文件          2  2017-12-26 00:29  QRGenerator\QRGenerator\Debug\link.11408.read.1.tlog

     文件          2  2017-12-26 00:29  QRGenerator\QRGenerator\Debug\link.11408.write.1.tlog

     文件          2  2017-12-26 00:29  QRGenerator\QRGenerator\Debug\link.8664-cvtres.read.1.tlog

     文件          2  2017-12-26 00:29  QRGenerator\QRGenerator\Debug\link.8664-cvtres.write.1.tlog

     文件          2  2017-12-26 00:29  QRGenerator\QRGenerator\Debug\link.8664.read.1.tlog

     文件          2  2017-12-26 00:29  QRGenerator\QRGenerator\Debug\link.8664.write.1.tlog

     文件       3568  2017-12-26 00:29  QRGenerator\QRGenerator\Debug\link.command.1.tlog

     文件       6274  2017-12-26 00:29  QRGenerator\QRGenerator\Debug\link.read.1.tlog

     文件       2490  2017-12-26 00:29  QRGenerator\QRGenerator\Debug\link.write.1.tlog

     文件       1711  2017-12-25 20:18  QRGenerator\QRGenerator\Debug\main.obj

     文件      18908  2017-12-25 20:08  QRGenerator\QRGenerator\Debug\mask.obj

     文件      11568  2017-12-25 20:08  QRGenerator\QRGenerator\Debug\mmask.obj

     文件      13903  2017-12-25 20:08  QRGenerator\QRGenerator\Debug\mqrspec.obj

............此处省略79个文件信息

评论

共有 条评论

相关资源