- 授权协议: GPLv2
- 开发语言: Python
- 操作系统: Windows
- 软件首页: http://pyqrcode.sourceforge.net/
- 软件文档: http://pyqrcode.sourceforge.net/
软件介绍
pyqrcode 是 Python 的扩展用来生成二维条形码以及对二维条形码进行解码。
示例代码:
#!/usr/bin/env python
# coding: utf-8
# pyqrcode sample encoder
import sys, qrcode
e = qrcode.Encoder()
image = e.encode('woah!', version=15, mode=e.mode.BINARY, eclevel=e.eclevel.H)
image.save('out.png')
Introduction to Linear Optimization
Dimitris Bertsimas、John N. Tsitsiklis / Athena Scientific / 1997-02-01 / USD 89.00
"The true merit of this book, however, lies in its pedagogical qualities which are so impressive..." "Throughout the book, the authors make serious efforts to give geometric and intuitive explanations......一起来看看 《Introduction to Linear Optimization》 这本书的介绍吧!
