当前位置:网站首页>QRcode二维码(C语言)遇到的问题
QRcode二维码(C语言)遇到的问题
2022-07-26 10:29:00 【Neo Wordsworth】
我用Dev-C++测试,
EncodeData("http://www.csdn.net/");
printf("size:%d\n",m_nSymbleSize);
//MAX_MODULESIZE
for(i=0;i<MAX_MODULESIZE;i++){
for(j=0;j<MAX_MODULESIZE;j++){
if(m_byModuleData[i][j] == 1)
printf("■");
else
printf("□");
}
printf("\n");
}
一运行,一堆乱七八糟的
■■■■■■■□■■■□■□■□■□■■■■■■■□□□□
□□□□■□□□□□■□■■□■□□□■□□■□□□□□■
□□□□□□□□■□■■■□■□■■■■□■□□■□■□■
■■□■□□□□□□□□■□■■■□■□□□■□□■□■□
□■□■■■□■□□□□□□□□■□■■■□■□■■□□■
■□□□□■□■■■□■□□□□□□□□■□□□□□■□■
■□□■■□■□□■□□□□□■□□□□□□□□■■■■■
■■□■□■□■□■□■□■■■■■■■□□□□□□□□□
□□□□□□□■■□□■□□□■□□□□□□□□□□□□□
□□□□□■□□□■■■□■□□■■■■■■■■□■■■□
□□□□□□□□■□■■□□□□■□■□■□■□□□■■■
□□■□□□□□□□□■□□□□■■□□□■■■■□■□■
□□■■□□■□□□□□□□□□□■□□■□■□■■□■■
□■□■■□■■□■□□□□□□□□□□□□■■■■□■■
■■□□□□■■■■□□□□■□□□□□□□□□■□□□■
□■■□■■□□■□□■□■□□■□□□□□□□□□□■■
□■□■■□■□□■■□□□□□■■■■□□□□□□□□□
□□■■■□■■□□■□□□■□□■□■■□□□□□■□□
□□□□□□□□□□□□■■■□■■■■■■■■■■■■■
■■□□□□□□□□□□□□□□□□■□■□□■■■■□□
□■□□■■□□□□□□□□■■■■■■■□■■■■■■□
■■□■□■□□□□□□□□□□□□■□□□□□■□□□■
□■□■□■□□□■□■□■□□□□□□□□■□■■■□■
□□□□□□□□□■■■■■■■■□□□□□□□□□■□■
■■□■□□□□□■■□■■■□■□□■■□□□□□□□□
□■□■■■□■□■□■□□□■□□■□□□■□□□□□□
□□□□□■□□□□□■□□□■■■□■■□■■■■□□■
■□□□□□□□□■■■■■■■□□■■□■■■□□■■□
■□■□■□□□□□□□□□□□□□□□□□□□□□□□□
找了各种原因找不到,关了Dev-C++,重新打开,调了下这个(调到32位,再调回来),然后准备调试下,报错缺少dll。不想调了,然后点了运行,尽然奇迹搬出现了二维码。
与这个无关,调来调去,依然能显示二维码。
后来再想重现这个问题也无法重现。我新建一个工程,从下载的压缩包放入文件,新建main函数,一运行,二维码还是出来了,无法找到是什么问题
边栏推荐
- Unit test, what is unit test and why is it so difficult to write a single test
- Learning about opencv (2)
- Reproduce the snake game in C language (I) build pages and construct snakes
- 利用原生js实现自定义滚动条(可点击到达,拖动到达)
- Application of crosstab in SQL Server
- cavans实现静态滚动弹幕
- [Halcon vision] software programming ideas
- [C language] LINQ overview
- INSTALL_ FAILED_ SHARED_ USER_ Incompatible error resolution
- Function template parameters (where are the function parameters)
猜你喜欢
PLC概述
Li Kou daily question 917
[Halcon vision] software programming ideas
Review of database -- 1. Overview
Learning about opencv (3)
【Halcon视觉】图像滤波
Data communication foundation telnet remote management equipment
[Halcon vision] programming logic
Dynamically determine file types through links
Data communication foundation - layer 2 switching principle
随机推荐
Reproduce the snake game in C language (I) build pages and construct snakes
微信公众号发布提醒(微信公众号模板消息接口)
String null to empty string (what does empty string mean)
Deduct daily question 838 of a certain day
将json文件中数组转换为struct
Use of Android grendao database
Analyze the hybrid construction objects in JS in detail (construction plus attributes, prototype plus methods)
【Halcon视觉】阈值分割
【Halcon视觉】数组
Controller返回JSON数据
All codes of Tetris
【Halcon视觉】算子的结构
数据分析入门 | kaggle泰坦尼克任务(一)—>数据加载和初步观察
Listening freely, the next stop of online text traffic competition?
Interview questions and answers of the first company (I)
What is wrong about the description of function templates (how to solve link format errors)
The CLOB field cannot be converted when querying Damon database
简单化构造函数的继承方法(二)- ES6中的class继承
单元测试,到底什么是单元测试,为什么单测这么难写
The problem of incomplete or partial display of the last recyclerview is solved