-
大小: 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位
相关资源
- zxing库c++)
- 二维码RS数据纠错算法
- c语言实现二维码生成
- 二维码驱动C语言
- ZBAR官方开源二维码识别库
- DMDECODER二维码识别MFC工程
- Qrcode二维码生成C++
- C++Builder XE 10.3(二维码).rar
- Zxing cpp二维码识别源码
- c++二维码识别opencv+zbar
- 51单片机生成二维码(QR Code)+12864并
- iOS条形码二维码识别项目源码
- esp32 qr(QRCode.ino)
- 仿微信的扫描二维码登录功能 原理源
- c++ 二维码
- C++ 二维码识别
- 识别条形码及二维码
- qt 解析二维码图片中的文本
- 二维码生成
- opencv+zbar识别二维码
- 二维码扫描+QT
- qrcode 解析一维码和二维码
- c++ 二维码编解码
- C语言 libqrencode 二维码库
- qrcode二维码c++源码可以直接使用的工
- VS2017-MFC-生成二维码小程序
- qt/c++ 实现二维码生成利用qrencode
- Qt5(QWidget)实现的C++二维码生成程序
评论
共有 条评论