看板
[ LaTeX ]
討論串[問題] algorithmic 指令修改
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
如果你的文件裡面所有的\repeat,\until. 都要改成Do,while. 取巧的辦法是在preamble加上以下兩行:. \renewcommand{\algorithmicrepeat}{\textbf{Do}}. \renewcommand{\algorithmicuntil}{\tex
(還有275個字)
內容預覽:
這是我的編碼.... \begin{algorithmic}[1]. \REPEAT. \STATE do something. \UNTIL { conditions }. \end{algorithmic}. 結果如下:. ------------------. 1: repeat. 2: do
(還有86個字)
首頁
上一頁
1
下一頁
尾頁