QRyuanma

所属分类:其他小程序
开发工具:Visual C++
文件大小:362KB
下载次数:185
上传日期:2008-05-23 13:45:11
上 传 者sp0919
说明:  这是一个基于二维条码编码与解码共存的源码程序,发上来给大家分享,同时希望大家也不要保留
(This is a two-dimensional bar code based on the coexistence of encoding and decoding of source procedures, the table for everyone to share, at the same time we must not hope to retain)

文件列表:
QR源码程序\qrencode-1.0.2\acinclude.m4 (0, 2007-03-24)
QR源码程序\qrencode-1.0.2\aclocal.m4 (272192, 2007-03-24)
QR源码程序\qrencode-1.0.2\autogen.sh (321, 2007-03-24)
QR源码程序\qrencode-1.0.2\bitstream.c (3433, 2007-03-24)
QR源码程序\qrencode-1.0.2\bitstream.h (1405, 2007-03-24)
QR源码程序\qrencode-1.0.2\ChangeLog (920, 2007-03-24)
QR源码程序\qrencode-1.0.2\configure (716686, 2007-03-24)
QR源码程序\qrencode-1.0.2\configure.ac (1223, 2007-03-24)
QR源码程序\qrencode-1.0.2\COPYING (26527, 2007-03-24)
QR源码程序\qrencode-1.0.2\libqrencode.pc.in (189, 2007-03-24)
QR源码程序\qrencode-1.0.2\Makefile.am (690, 2007-03-24)
QR源码程序\qrencode-1.0.2\Makefile.in (29752, 2007-03-24)
QR源码程序\qrencode-1.0.2\NEWS (456, 2007-03-24)
QR源码程序\qrencode-1.0.2\qrenc.c (7055, 2007-03-24)
QR源码程序\qrencode-1.0.2\qrencode.c (18462, 2007-03-24)
QR源码程序\qrencode-1.0.2\qrencode.dsp (3423, 2008-05-23)
QR源码程序\qrencode-1.0.2\qrencode.dsw (524, 2008-05-23)
QR源码程序\qrencode-1.0.2\qrencode.h (7105, 2007-03-24)
QR源码程序\qrencode-1.0.2\qrencode.ncb (41984, 2008-05-23)
QR源码程序\qrencode-1.0.2\qrencode.opt (53760, 2008-05-23)
QR源码程序\qrencode-1.0.2\qrencode.plg (2652, 2008-05-23)
QR源码程序\qrencode-1.0.2\qrencode_inner.h (2611, 2007-03-24)
QR源码程序\qrencode-1.0.2\qrinput.c (16771, 2007-03-24)
QR源码程序\qrencode-1.0.2\qrinput.dsp (3411, 2008-05-23)
QR源码程序\qrencode-1.0.2\qrinput.dsw (522, 2008-05-23)
QR源码程序\qrencode-1.0.2\qrinput.h (3274, 2007-03-24)
QR源码程序\qrencode-1.0.2\qrinput.ncb (41984, 2008-05-23)
QR源码程序\qrencode-1.0.2\qrinput.opt (53760, 2008-05-23)
QR源码程序\qrencode-1.0.2\qrinput.plg (1674, 2008-05-23)
QR源码程序\qrencode-1.0.2\qrspec.c (15715, 2007-03-24)
QR源码程序\qrencode-1.0.2\qrspec.h (5784, 2007-03-24)
QR源码程序\qrencode-1.0.2\rscode.c (8517, 2007-03-24)
QR源码程序\qrencode-1.0.2\rscode.h (1461, 2007-03-24)
QR源码程序\qrencode-1.0.2\tests\common.h (1461, 2007-03-24)
QR源码程序\qrencode-1.0.2\tests\Makefile.am (932, 2007-03-24)
QR源码程序\qrencode-1.0.2\tests\Makefile.in (19834, 2007-03-24)
QR源码程序\qrencode-1.0.2\tests\prof_qrencode.c (755, 2007-03-24)
QR源码程序\qrencode-1.0.2\tests\test_bitstream.c (1818, 2007-03-24)
QR源码程序\qrencode-1.0.2\tests\test_estimatebit.c (3082, 2007-03-24)
... ...

libqrencode 1.0.1 - QR Code encoding library GENERAL INFORMATION =================== Libqrencode is a library for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and has high robustness. SPECIFICATION ============= Libqrencode supports QR Code model 2, described in JIS (Japanese Industrial Standards) X0510:2004 or ISO/IEC 18004. Currently the following features are not supported: - ECI and FNC1 mode - Structured Append Feature - Micro QR Code - QR Code model 1 INSTALL ======= Requirements ------------ Some test programs or utility tools requires SDL or PNG, but the library itself has no dependencies. You can skip compiling those tools when if you want not to install programs using SDL or PNG. If you are trying to compile this library on MS-Windows, cygwin or some kinds of UNIX-like environments will be needed. Compile & install ----------------- Just try ./configure make make install This compiles and installs the library and header file to the appropriate directories. By default, /usr/local/lib and /usr/local/include. You can change the destination directory by passing some options to the configure script. Run "./configure --help" to see the list of options. It also installs a binary "qrencode" to /usr/local/bin. If you want not to install it, give "--without-tools" option to the configure script. USAGE ===== Basic usages of this library are written in the header file (qrencode.h). You can generate a manual of the library by using Doxygen. WARNING: This library is thread UNSAFE. LICENSING INFORMATION ===================== Copyright (C) 2006 Kentaro Fukuchi This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA CONTACTS ======== Visit the homepage at: http://megaui.net/fukuchi/works/qrencode/index.en.html for new releases. Please mail any bug reports, suggestions, comments and questions to Kentaro Fukuchi . Questions of license compliance are also welcome. ACKNOWLEDGMENTS =============== QR Code is registered trademarks of DENSO WAVE INCORPORATED in JAPAN and other countries. Reed-Solomon code encoder is written by Phil Karn, KA9Q. Copyright (C) 2002, 2003, 2004, 2006 Phil Karn, KA9Q

近期下载者

相关文件


收藏者