- 授权协议: MIT
- 开发语言: Java
- 操作系统: Android
- 软件首页: https://github.com/pybee/Python-Android-template
- 官方下载: https://github.com/pybee/Python-Android-template
软件介绍
Python Android Template 是运行 Python 代码创建 Android 应用的 cookiecutter 模板。
快速入门:
安装 cookiecutter:
$ pip install cookiecutter
在 Python-Android template 运行 cookiecutter:
$ cookiecutter https://github.com/pybee/Python-Android-template
python
libs
项目目录示例:
android/ app/ myproject __init__.py main.py app_packages/ libs/ ... res/ ... src/ ... AndroidManifest.xml ant.properties build.xml custom_rules.xml local.properties LICENSE proguard-project.txt project.properties
Approximation Algorithms
Vijay V. Vazirani / Springer / 2001-07-02 / USD 54.95
'This book covers the dominant theoretical approaches to the approximate solution of hard combinatorial optimization and enumeration problems. It contains elegant combinatorial theory, useful and inte......一起来看看 《Approximation Algorithms》 这本书的介绍吧!
