.net4.5下生成和解码二维码的工具,非常有用的一个工具。
2019-12-21 19:42:33 426KB 二维码工具
1
集成Zxing实现二维码的扫描与生成
2019-12-21 19:34:48 12.47MB Zxing
1
Zxing开源项目的zxing.unity.dll
2019-12-21 19:33:58 340KB zxing.dll
1
打开摄像头 扫描二维码 并显示, 由控件下的原Demo-vclTestApp进行改编, 有兴趣的可以看看。
2019-12-21 19:32:03 10.12MB Delphi ZXing 摄像头
1
开源的.net二维码识别库,从ZXing移植过来。 // create a barcode reader instance IBarcodeReader reader = new BarcodeReader(); // load a bitmap var barcodeBitmap = (Bitmap)Bitmap.LoadFrom("C:\\sample-barcode-image.png"); // detect and decode the barcode inside the bitmap var result = reader.Decode(barcodeBitmap); // do something with the result if (result != null) { txtDecoderType.Text = result.BarcodeFormat.ToString(); txtDecoderContent.Text = result.Text; }
2019-12-21 19:31:21 104.67MB ZXing.Net 0.12 .net 二维码识别
1
Android实现二维码扫描功能(四)-ZXing识别图片二维码,从相册中选择图片并识别图中二维码,详见:http://blog.csdn.net/ahuyangdong/article/details/77487650,持续更新的版本:https://github.com/ahuyangdong/QrCodeDemo4。最新的lib版本:https://github.com/ahuyangdong/QrCodeLib
2019-12-21 19:23:25 534KB Android扫码 ZXing 二维码识别
1
在Android Studio中集成Zxing实现条形码和二维码的扫描
2019-12-21 18:57:21 434KB zxing 二维码
1
针对android studio的zxing二维码扫描demo,非常简单,可以说是一目了然
2019-12-21 18:56:37 9.99MB 二维码扫描
1
Android利用zxing生成二维码,识别二维码,中间填充图片,超详细、超简易demo,附超详细教程:https://blog.csdn.net/mountain_hua/article/details/80646089
2019-12-21 18:52:05 22.18MB Android zxing 生成二维码 识别二维码
1
Github上的只是源码,要弄出DEMO,可以直接编译成可用的APK文件还需要自己折腾。本人已经将源码成功移植到Android Studio项目下,且一键编译,功能强大。
2019-12-21 18:51:27 13.95MB Zxing 二维码 移植 DEMO
1