-
大小: 392KB文件类型: .zip金币: 1下载: 0 次发布日期: 2021-06-02
- 语言: C/C++
- 标签: datamatrix 二维码
资源简介
一个开源的datamatrix解码库,采用c语言编写
代码片段和文件信息
/**
* libdmtx - Data Matrix Encoding/Decoding Library
* Copyright 2008 2009 Mike Laughton. All rights reserved.
*
* See LICENSE file in the main project directory for full
* terms of use and distribution.
*
* Contact: Mike Laughton
*
* \file dmtx.c
* \brief Main libdmtx source file
*/
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include “dmtx.h“
#include “dmtxstatic.h“
#ifdef HAVE_CONFIG_H
#include “config.h“
#endif
#ifndef CALLBACK_POINT_PLOT
#define CALLBACK_POINT_PLOT(abcd)
#endif
#ifndef CALLBACK_POINT_XFRM
#define CALLBACK_POINT_XFRM(abcd)
#endif
#ifndef CALLBACK_MODULE
#define CALLBACK_MODULE(abcde)
#endif
#ifndef CALLBACK_MATRIX
#define CALLBACK_MATRIX(a)
#endif
#ifndef CALLBACK_FINAL
#define CALLBACK_FINAL(ab)
#endif
/**
* Use #include to merge the individual .c source files into a single combined
* file during preprocessing. This allows the project to be organized in files
* of like-functionality while still keeping a clean namespace. Specifically
* internal functions can be static without losing the ability to access them
* “externally“ from the other source files in this list.
*/
#include “dmtxencode.c“
#include “dmtxencodestream.c“
#include “dmtxencodescheme.c“
#include “dmtxencodeoptimize.c“
#include “dmtxencodeascii.c“
#include “dmtxencodec40textx12.c“
#include “dmtxencodeedifact.c“
#include “dmtxencodebase256.c“
#include “dmtxdecode.c“
#include “dmtxdecodescheme.c“
#include “dmtxmessage.c“
#include “dmtxregion.c“
#include “dmtxsymbol.c“
#include “dmtxplacemod.c“
#include “dmtxreedsol.c“
#include “dmtxscangrid.c“
#include “dmtximage.c“
#include “dmtxbytelist.c“
#include “dmtxtime.c“
#include “dmtxvector2.c“
#include “dmtxmatrix3.c“
extern char *
dmtxVersion(void)
{
return DmtxVersion;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2011-06-02 07:11 libdmtx-0.7.4\
目录 0 2011-06-02 07:11 libdmtx-0.7.4\man\
文件 8451 2011-06-02 07:09 libdmtx-0.7.4\man\libdmtx.3
文件 1361 2011-06-02 07:09 libdmtx-0.7.4\README.freebsd
文件 1989 2011-06-02 07:09 libdmtx-0.7.4\README.mingw
文件 21398 2011-06-02 07:09 libdmtx-0.7.4\dmtx.h
文件 7246 2011-06-02 07:09 libdmtx-0.7.4\dmtxsymbol.c
文件 1885 2011-06-02 07:10 libdmtx-0.7.4\config.h.in
文件 2698 2011-06-02 07:09 libdmtx-0.7.4\dmtxmessage.c
文件 7957 2011-06-02 07:09 libdmtx-0.7.4\dmtxmatrix3.c
文件 826 2011-06-02 07:09 libdmtx-0.7.4\configure.ac
文件 1790 2011-06-02 07:09 libdmtx-0.7.4\README.osx
文件 12123 2011-06-02 07:09 libdmtx-0.7.4\TODO
文件 7684 2011-06-02 07:09 libdmtx-0.7.4\dmtxencodeba
文件 17766 2011-06-02 07:09 libdmtx-0.7.4\dmtxreedsol.c
文件 33 2011-06-02 07:09 libdmtx-0.7.4\AUTHORS
文件 8485 2011-06-02 07:09 libdmtx-0.7.4\ChangeLog
文件 5006 2011-06-02 07:09 libdmtx-0.7.4\dmtxencodeedifact.c
文件 5539 2011-06-02 07:09 libdmtx-0.7.4\dmtxencodeascii.c
文件 11883 2011-06-02 07:09 libdmtx-0.7.4\dmtxplacemod.c
文件 3323 2011-06-02 07:09 libdmtx-0.7.4\dmtxvector2.c
文件 11660 2011-06-02 07:09 libdmtx-0.7.4\dmtximage.c
文件 34423 2011-06-02 07:10 libdmtx-0.7.4\config.sub
文件 2386 2011-06-02 07:09 libdmtx-0.7.4\dmtxbytelist.c
文件 11419 2011-06-02 07:10 libdmtx-0.7.4\missing
文件 1207 2011-06-02 07:09 libdmtx-0.7.4\Makefile.am
目录 0 2011-06-02 07:11 libdmtx-0.7.4\test\
目录 0 2011-06-02 07:11 libdmtx-0.7.4\test\simple_test\
文件 2005 2011-06-02 07:09 libdmtx-0.7.4\test\simple_test\simple_test.c
文件 164 2011-06-02 07:09 libdmtx-0.7.4\test\simple_test\Makefile.am
文件 14358 2011-06-02 07:10 libdmtx-0.7.4\test\simple_test\Makefile.in
............此处省略46个文件信息
- 上一篇:C++数值排序
- 下一篇:批量16位图像转8位
相关资源
- 二维码生成BMP
- QR二维码C++源码 算法实现
- WIndow下使用QT C++开发生成带Logo的二维
- zxing有关qrcode二维码源码的vs2010编译
- 二维码生成 C++
- vs2013 c++ 条码 条形码 二维码识别 通
- QR二维码生成 VC++6.0 带中文日文双注
- C++生成二维码并保存成BMP图片
- 利用开源库bssQRCodeGenerator.dll创建最最
- C/C++二维码生成动态库(使用非常简单
- vc++ 条形码 二维码 识别
- 简单易用QR二维码生成源码 VC++2015 编
- MFC生成二维码并显示的基于qrencode修改
- 二维码扫描 表单提交支持多文件更新
- QR码二维码编码C++源代码VS2010编译环境
- QR二维码解码,C++源代码VS2010编译环境
- zxing识别二维码的C++版本,提供OpenC
- 安卓系统二维码扫描
- c++二维码定位和识别+zbar+opencv+ubuntu
- VC生成二维码sample
- zxing库c++)
- 二维码RS数据纠错算法
- c语言实现二维码生成
- 二维码驱动C语言
- ZBAR官方开源二维码识别库
- DMDECODER二维码识别MFC工程
- Qrcode二维码生成C++
- C++Builder XE 10.3(二维码).rar
- Zxing cpp二维码识别源码
- c++二维码识别opencv+zbar
评论
共有 条评论