2014-03-16 01:53:33 +08:00
|
|
|
|
labelset.py
|
|
|
|
|
===========
|
|
|
|
|
|
|
|
|
|
labelset.py, a programming uesd to demo label setting algorithm.
|
2014-03-16 02:21:07 +08:00
|
|
|
|
labelset.py,演示 label setting 之求最短路徑演算法程式。
|
2014-03-16 02:15:20 +08:00
|
|
|
|
|
2014-03-16 02:21:07 +08:00
|
|
|
|
English
|
2014-03-16 02:15:20 +08:00
|
|
|
|
----------
|
|
|
|
|
Programming Language: python(http://www.python.org)
|
|
|
|
|
|
|
|
|
|
With py2exe, the executable which supports Windows XP at least file can be made.
|
2014-03-16 02:21:07 +08:00
|
|
|
|
If you cannot execute it, please execute the script with a Python interpreter.
|
|
|
|
|
|
|
|
|
|
The script is a homework of class "Transportation Information" in a university.
|
2014-03-16 02:15:20 +08:00
|
|
|
|
|
|
|
|
|
The script can be executed on any OS (eg. UNIX(-like), Windows, Mac OS X) with
|
|
|
|
|
Python interpreter (Download site: http://www.python.org/getit/)
|
|
|
|
|
|
|
|
|
|
The script is under GPLv3( http://www.gnu.org/licenses/gpl.html). You should
|
|
|
|
|
use it legally.
|
|
|
|
|
|
|
|
|
|
The repo of it was moved from http://tcirc.twbbs.org/~yoxem/script/labelset/ (Bazaar).
|
|
|
|
|
|
|
|
|
|
Orig. written on 2011-04-22
|
|
|
|
|
Translated & Updated on 2014-03-16
|
|
|
|
|
|
|
|
|
|
Trad. Mandarin Chinese
|
|
|
|
|
------------------------
|
|
|
|
|
|
|
|
|
|
使用語言:python(http://www.python.org)。
|
|
|
|
|
|
|
|
|
|
使用py2exe產生 Windows 獨立執行檔,已知支援XP。如無法執行者,請依下段
|
|
|
|
|
說明安裝python直譯器執行。
|
|
|
|
|
|
2014-03-16 02:21:07 +08:00
|
|
|
|
本程式原為大學運輸資訊課的作業。
|
|
|
|
|
|
2014-03-16 02:15:20 +08:00
|
|
|
|
本程式可在任何安裝 Python 直譯器(下載點 http://www.python.org/getit/)的
|
|
|
|
|
作業系統執行(如 UNIX(-like)、Windows、Mac OS X)。
|
|
|
|
|
|
|
|
|
|
本程式使用 GPLv3( http://www.gnu.org/licenses/gpl.html) 授權,遵守授
|
|
|
|
|
權得自由使用,但須符合法律規範。本程式之作者不為使用方之使用負擔任何
|
|
|
|
|
責任。
|
|
|
|
|
|
|
|
|
|
版本庫遷自:http://tcirc.twbbs.org/~yoxem/script/labelset/ (Bazaar).
|
|
|
|
|
|
|
|
|
|
原作:2011-04-22
|
|
|
|
|
修正:2014-03-16
|