资源简介
修改无错版,需要安装 ImageMagick
代码片段和文件信息
#include
#include “Barcode.h“
using namespace std;
void main()
{
string s b;
if (getzbar(“img\\barcode.png“ s b))
{
cout << “类型:“ << s << “序列号:“ << b << endl;
}
else{
cout << “识别失败“ << endl;
}
if (getzbar(“img\\IMG_0146.JPG“ s b)) cout << “类型:“ << s << “序列号:“ << b << endl;
if (getzbar(“img\\IMG_0226.JPG“ s b)) cout << “类型:“ << s << “序列号:“ << b << endl;
if (getzbar(“img\\IMG_0227.JPG“ s b)) cout << “类型:“ << s << “序列号:“ << b << endl;
if (getzbar(“img\\IMG_0228.JPG“ s b)) cout << “类型:“ << s << “序列号:“ << b << endl;
if (getzbar(“img\\kkk.bmp“ s b)) cout << “类型:“ << s << “序列号:“ << b << endl;
//if (getzbar(“img\\liantu.png“ s b)) cout << “类型:“ << s << “序列号:“ << b << endl;
system(“pause“);
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 24031539 2017-03-15 11:58 ImageMagick-7.0.5-2-Q16-x86-dll.exe
文件 57344 2017-03-11 15:51 test\Debug\CORE_RL_bzlib_.dll
文件 1171968 2017-03-11 15:54 test\Debug\CORE_RL_cairo_.dll
文件 3399680 2017-03-11 15:54 test\Debug\CORE_RL_exr_.dll
文件 1055232 2017-03-11 15:53 test\Debug\CORE_RL_flif_.dll
文件 1970176 2017-03-11 15:53 test\Debug\CORE_RL_glib_.dll
文件 183808 2017-03-11 15:52 test\Debug\CORE_RL_jp2_.dll
文件 488960 2017-03-11 15:52 test\Debug\CORE_RL_jpeg_.dll
文件 269312 2017-03-11 15:52 test\Debug\CORE_RL_lcms_.dll
文件 443392 2017-03-11 15:56 test\Debug\CORE_RL_librsvg_.dll
文件 291840 2017-03-11 15:52 test\Debug\CORE_RL_libxm
文件 47104 2017-03-11 15:53 test\Debug\CORE_RL_lqr_.dll
文件 527360 2017-03-11 15:56 test\Debug\CORE_RL_Magick++_.dll
文件 1499648 2017-03-11 15:54 test\Debug\CORE_RL_MagickCore_.dll
文件 742912 2017-03-11 15:55 test\Debug\CORE_RL_MagickWand_.dll
文件 171520 2017-03-11 15:52 test\Debug\CORE_RL_openjpeg_.dll
文件 285184 2017-03-11 15:54 test\Debug\CORE_RL_pango_.dll
文件 159744 2017-03-11 15:52 test\Debug\CORE_RL_png_.dll
文件 314368 2017-03-11 15:53 test\Debug\CORE_RL_tiff_.dll
文件 481792 2017-03-11 15:52 test\Debug\CORE_RL_ttf_.dll
文件 677888 2012-08-01 02:00 test\Debug\CORE_RL_wand_.dll
文件 476160 2017-03-11 15:53 test\Debug\CORE_RL_webp_.dll
文件 74240 2017-03-11 15:52 test\Debug\CORE_RL_zlib_.dll
文件 1182 2009-10-27 23:31 test\Debug\img\barcode.png
文件 1199394 2015-06-15 20:32 test\Debug\img\IMG_0146.JPG
文件 1597437 2015-06-15 20:32 test\Debug\img\IMG_0227.JPG
文件 1356263 2015-06-15 20:32 test\Debug\img\IMG_0228.JPG
文件 185454 2015-06-21 13:33 test\Debug\img\kkk.bmp
文件 13584 2015-06-21 21:19 test\Debug\img\liantu.png
文件 140800 2017-03-11 15:55 test\Debug\IM_MOD_RL_png_.dll
............此处省略475个文件信息
- 上一篇:5G 大规模MIMO频谱仿真
- 下一篇:shx字体解析
评论
共有 条评论