49 lines
1.6 KiB
Markdown
49 lines
1.6 KiB
Markdown
labelset.py
|
||
===========
|
||
|
||
labelset.py, a programming used to demo label setting algorithm.
|
||
labelset.py,演示 label setting 之求最短路徑演算法程式。
|
||
|
||
English
|
||
----------
|
||
Programming Language: python(http://www.python.org)
|
||
|
||
With py2exe, the executable which supports Windows XP at least file can be made.
|
||
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.
|
||
|
||
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直譯器執行。
|
||
|
||
本程式原為大學運輸資訊課的作業。
|
||
|
||
本程式可在任何安裝 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
|