【源码结构】
hicpp-qrencode-273afdaf1b0c
├── COPYING
├── COPYING.LESSER
├── bitstream.pas
├── mask.pas
├── mmask.pas
├── mqrspec.pas
├── qrenc.pas
├── qrencode-3.4.3
│ ├── COPYING
│ ├── ChangeLog
│ ├── Doxyfile
│ ├── Makefile.am
│ ├── Makefile.in
│ ├── NEWS
│ ├── README
│ ├── TODO
│ ├── acinclude.m4
│ ├── aclocal.m4
│ ├── autogen.sh
│ ├── bitstream.c
│ ├── bitstream.h
│ ├── config.h.in
│ ├── configure
│ ├── configure.ac
│ ├── libqrencode.pc.in
│ ├── mask.c
│ ├── mask.h
│ ├── mmask.c
│ ├── mmask.h
│ ├── mqrspec.c
│ ├── mqrspec.h
│ ├── qrenc.c
│ ├── qrencode.1.in
│ ├── qrencode.c
│ ├── qrencode.h
│ ├── qrencode.spec
│ ├── qrencode.spec.in
│ ├── qrencode_inner.h
│ ├── qrinput.c
│ ├── qrinput.h
│ ├── qrspec.c
│ ├── qrspec.h
│ ├── rscode.c
│ ├── rscode.h
│ ├── split.c
│ ├── split.h
│ ├── tests
│ │ ├── Makefile.am
│ │ ├── Makefile.in
│ │ ├── common.h
│ │ ├── create_frame_pattern.c
│ │ ├── create_mqr_frame_pattern.c
│ │ ├── decoder.c
│ │ ├── decoder.h
│ │ ├── frame
│ │ ├── prof_qrencode.c
│ │ ├── pthread_qrencode.c
│ │ ├── test_all.sh
│ │ ├── test_bitstream.c
│ │ ├── test_estimatebit.c
│ │ ├── test_mask.c
│ │ ├── test_mmask.c
│ │ ├── test_monkey.c
│ │ ├── test_mqrspec.c
│ │ ├── test_qrencode.c
│ │ ├── test_qrinput.c
│ │ ├── test_qrspec.c
│ │ ├── test_rs.c
│ │ ├── test_split.c
│ │ └── view_qrcode.c
│ └── use
│ ├── compile
│ ├── config.guess
│ ├── config.rpath
│ ├── config.sub
│ ├── depcomp
│ ├── install-sh
│ ├── ltmain.sh
│ └── missing
├── qrencode.pas
├── qrinput.pas
├── qrspec.pas
├── rscode.pas
├── split.pas
├── struct.pas
└── test
├── QRcode.dpr
├── QRcode.res
├── frmuQRcode.dfm
└── frmuQRcode.pas
4 directories, 86 files
评论